summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed breakage from removing the used include of <sys/buf.h> in thebde2002-09-151-0/+3
* Make a comment reflect less of a lie, NOCPU is used to generally mean that wejmallett2002-09-151-1/+1
* Un-inline the non-trivial "trivial" bio* functions.phk2002-09-143-57/+45
* Add additional information returned to userland by the device queryingimp2002-09-142-10/+23
* remove #includes of <sys/bio.h> where not needed.phk2002-09-144-4/+0
* FreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>.phk2002-09-141-3/+2
* Move setugidsafety() call outside of process lock. This prevents a locknjl2002-09-141-3/+5
* Use the definitions in machine/fsr.h instead of duplicating these magictmm2002-09-141-9/+11
* Clean up a bit, and add some more macros to access %fsr fields.tmm2002-09-141-14/+17
* kthread.h is not neededscottl2002-09-141-1/+0
* Remove a conditional #include <sys/kernel.h>, it is alreadymux2002-09-141-1/+0
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-1455-125/+133
* Reference the socket we're accepting.benno2002-09-141-0/+2
* Apparently something down in the guts of vm/uvm still needs giantjulian2002-09-142-0/+4
* Put firewire under architectures it actually might conceivablymjacob2002-09-141-1/+2
* Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payloadarchie2002-09-141-1/+1
* The nfsroot code should be conditional on NFSCLIENT, not NFS (which nopeter2002-09-131-1/+1
* mlockall() and munlockall() are unimplemented; remove their prototypes.mike2002-09-131-8/+2
OpenPOWER on IntegriCloud