freebsd_amp_hwpstate/sys/i386/linux
Bruce Evans ede8dc43a2 Fixed unsigned longs that should have been vm_offset_t.
vm_offset_t is currently unsigned long but should probably be plain
unsigned for i386's to match the choice of minimal types to represent
for fixed-width types in Lite2.  Anyway, it shouldn't be assumed
to be unsigned long.

I only fixed the type mismatches that were detected when I changed
vm_offset_t to unsigned.  Only pointer type mismatches were detected.
1996-03-19 15:03:00 +00:00
..
imgact_linux.c Fixed unsigned longs that should have been vm_offset_t. 1996-03-19 15:03:00 +00:00
linux.h Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's. 1996-03-10 22:30:53 +00:00
linux_dummy.c
linux_file.c
linux_genassym.c
linux_ioctl.c Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's. 1996-03-10 22:30:53 +00:00
linux_ipc.c
linux_locore.s
linux_misc.c Fixed unsigned longs that should have been vm_offset_t. 1996-03-19 15:03:00 +00:00
linux_proto.h
linux_signal.c
linux_socket.c
linux_stats.c
linux_syscall.h
linux_sysent.c
linux_sysvec.c Update the linux_sendsig() handler to the new type of the 4th 1996-03-17 14:31:58 +00:00
linux_util.c
linux_util.h
syscalls.conf
syscalls.master