freebsd-src/sys/alpha
Marcel Moolenaar fc4529a0d1 Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always
know if and when an unimplemented or obsoleted syscall is being used. Make the
message more end-user friendly.

And as long as we're here, rename some unimplemeted syscalls (linux_phys ->
linux_umount2, linux_vm86 -> linux_vm86old, linux_new_vm86 -> linux_vm86).

Change prototype for linux_newuname from `struct linux_newuname_t *' into
`struct linux_new_utsname *'. This change is reflected in linux.h and
linux_misc.c.

Lastly, make line-continuation and indentation more uniform.
1999-08-25 11:17:36 +00:00
..
alpha Fix a small typo (missing comma) to make the alpha kernel build again 1999-08-22 21:47:32 +00:00
conf This commit adds device driver support for the Sundance Technologies ST201 1999-08-21 18:34:58 +00:00
include Add definitions for Interlink VersaPad. 1999-08-17 12:12:44 +00:00
isa * Implement ISA dma (only for CIA now but more chipsets to follow). 1999-06-05 13:30:13 +00:00
linux Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always 1999-08-25 11:17:36 +00:00
pci Some very minor changes to the ISA dma code. 1999-08-25 08:25:58 +00:00
tc Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
tlsb Merge the cons.c and cons.h to the best of my ability. alpha may or 1999-08-09 10:35:05 +00:00