summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make netatm/spans compile in the kernel without depending on userlandpeter2002-09-175-6/+383
* Add stub function for cpu_set_upcall_kse()peter2002-09-171-0/+7
* #if 0 out the following functions:peter2002-09-171-2/+9
* Make this compile after the last kse commit.peter2002-09-171-1/+1
* Argh. I've been reading makefiles for too long. Change comment to apeter2002-09-172-8/+16
* Stub out the calls to get_mcontext and set_mcontext which only exist onpeter2002-09-172-0/+20
* It seems I accidently committed a change that removed the userland includespeter2002-09-171-2/+0
* Include <sys/types.h> directly rather than depending on <sys/fcntl.h>mike2002-09-171-0/+1
* pid_t will be shared with at least <fcntl.h>.mike2002-09-171-0/+4
* Tempary fix for inet6. The final fix is to change in6_pcbnotify to take pcbin...jennifer2002-09-171-0/+2
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-1745-349/+14
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-163-38/+48
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-166-245/+491
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-163-105/+456
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-169-32/+77
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-1611-166/+444
* Add a cast to make this file compile in userland on sparc64 withoutphk2002-09-161-1/+1
* Reserve a transport parameter name and number for Darwin.bp2002-09-161-0/+1
* Implement support for mixed case passwords.bp2002-09-162-7/+77
* Add support for large readx and writex functions if server supports them.bp2002-09-162-0/+178
* Include include "opt_atalk.h" so that the NETATALK support can work.bde2002-09-161-17/+1
* Enable browsing of NetApp servers (use ascii mode).bp2002-09-161-1/+4
* Fix the clockprobe test on the Sil 680sos2002-09-161-1/+1
* Add more constants for future use in kernel and userland.bp2002-09-161-8/+64
* Don't build unneeded modules for pc98.nyan2002-09-161-7/+45
* Merged from sys/isa/fd.c revisions 1.234, 1.235 and 1.236.nyan2002-09-162-18/+10
* MFi386: revision 1.178.nyan2002-09-161-0/+1
* MFi386: revisions 1.417 and 1.418.nyan2002-09-161-1/+3
* Merged from sys/dev/sio/sio.c revision 1.378.nyan2002-09-162-2/+12
* Merged from sys/isa/syscons_isa.c revision 1.18.nyan2002-09-162-0/+70
* geom_aes.c requires rijndael cryptogrehan2002-09-161-0/+2
* Reformat an overly-wide comment.wollman2002-09-161-3/+3
* fcntl(..., F_SETLKW, ...) takes a pointer to a struct flock just liketmm2002-09-161-0/+1
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-1519-138/+232
* Deprecate the USB_SETDEBUG IOCTL as debug levels can now be setjoe2002-09-151-13/+0
* Garbage-collected __ELF__ ifdefs.bde2002-09-151-10/+2
* Don't use the ELF symbol type to summarily reject symbols inbde2002-09-151-4/+0
* Made this work on i386's at least. It wants ELF section headers forbde2002-09-151-2/+34
* Suitably shrink a comment so it applies again.phk2002-09-152-10/+4
* Made this compile (but not work). This involved mainly const poisoningbde2002-09-151-8/+18
* makeLINT.sed replaced makeLINT.sh about 4 months ago.mike2002-09-151-19/+0
* s/Danglish/English/phk2002-09-151-4/+5
* Removed unused includes. Sorted includes. This is part of removingbde2002-09-151-5/+1
* Garbage-collected splmem.bde2002-09-151-7/+5
* Removed most namespace pollution in this header: don't include <vm/uma.h>;bde2002-09-151-3/+3
* Some BIOSs are using MTRR values that are only documented under NDAdwmalone2002-09-154-1/+24
* Define __LONG_LONG_SUPPORTED if the compiler claims to support C99.bde2002-09-151-2/+1
* Include <sys/systm.h> instead of depending on namespace pollution 2bde2002-09-151-0/+1
* Remove the unused _bio_buf field. I can't even remember if this ever gotphk2002-09-151-1/+0
* Fix i810 after i830 commit.anholt2002-09-152-0/+4
OpenPOWER on IntegriCloud