summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Made lockf advisory locking code generic (rather than ufs specific), anddg1994-08-089-85/+906
* Fix a compilation-stopping typo; whoops, David - more sleep! :-)jkh1994-08-082-4/+4
* Run-time configuration of VFS update interval. Old UPDATE_INTERVALwollman1994-08-083-8/+20
* Last commit for this file should have read:dg1994-08-081-2/+2
* Detect the "EOF" condition. Specifically, end of partition.dg1994-08-082-5/+14
* Added support for SIOCSIFMTU.dg1994-08-086-6/+76
* Process tracing code. Written by Sean Eric Fagan.dg1994-08-082-31/+321
* Added ioctl support for SIOCSIFMTU.dg1994-08-083-9/+36
* On second thought, better restrict the mtu to between 72-65535...strangedg1994-08-081-2/+6
* Enforce the mtu to between the range 1-65535 before calling the driverdg1994-08-081-1/+3
* Added ioctl support for SIOCGIFMTU and SIOCSIFMTU. These set the per-dg1994-08-083-3/+18
* Take out multicast support for the moment.dg1994-08-081-1/+1
* Increased ARG_MAX even further...to 64k bytes.dg1994-08-081-2/+2
* Changed B_AGE policy to work correctly in a world with relatively largedg1994-08-088-29/+9
* Define a sysctl MIB variable for the YP domain name.wollman1994-08-083-6/+16
* Increase ARG_MAX so that `make clean' in src/lib/libc works again.wollman1994-08-071-2/+2
* Use the header files that are compatible with the code just moved overwollman1994-08-071-13/+16
* Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates thatdg1994-08-077-23/+23
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsdg1994-08-079-54/+51
* Don't kremove process VM pages (oops!). This was the cause of the instabilitydg1994-08-072-30/+40
* Implemented "fast" mbuf macros. a small number of mbufs are cached indg1994-08-061-4/+32
* Don't strip the kernel.dg1994-08-063-9/+6
* Fixed various prototype problems with the pmap functions and the subsequentdg1994-08-0610-85/+77
* Incorporated 1.1.5 improvements to the bounce buffer code (i.e. make itdg1994-08-062-974/+234
* Made the tmpstk start at tmpstk. Not doing so causes problems for thedg1994-08-063-6/+6
* Incorporated post 1.1.5 work from John Dyson. This includes performancedg1994-08-0615-410/+380
* Implemented support for the "ps_strings" structure (grrrr...) for use indg1994-08-061-3/+19
* Enabled page table preloading of cached objects.dg1994-08-061-1/+8
* Process scheduling changes - adapted from FreeBSD 1.1.5. Basically,dg1994-08-062-2/+12
* Added my own kernel configuration file. This can be used as a place todg1994-08-061-0/+116
* Delete redundant #ifdef __i386__, be consistent about idempotencywollman1994-08-052-16/+8
* Hack to get netstat compiling...from 1.1.5.dg1994-08-051-1/+2
* Converted 'vmunix' to 'kernel'.dg1994-08-053-6/+6
* Renamed this thing, and change 'vmunix' to 'kernel' internally.dg1994-08-051-0/+153
* Install RPC headers from include, like they always should have been.wollman1994-08-041-0/+63
* Added assembly versions of ffs() and bcmp().dg1994-08-043-75/+198
* Inlined insque and remque.dg1994-08-042-4/+54
* Fixed bug that would cause free memory reserves to be depleted and cause adg1994-08-041-1/+5
* Added some code that was accidently left out early in the 1.x -> 2.0 VMdg1994-08-041-1/+10
* Move ieeefp.h over, and put it in the correct subdirectory this time.wollman1994-08-044-4/+212
* Updated to include improvements from FreeBSD 1.1.5. Fixed brokenessdg1994-08-044-1286/+1806
* Nuke redefinition of insque and remque.dg1994-08-041-5/+1
* Nuked #if 0'd _insque and _remque routines - they are now inlined indg1994-08-042-56/+2
* Made NFS attribute cache timeouts kernel config file tunable viadg1994-08-046-6/+30
* Integrated VM system improvements/fixes from FreeBSD-1.1.5.dg1994-08-045-349/+363
* Changed occurrances of "itrunc" to "ffs_truncate" to make Bruce happy.dg1994-08-031-5/+5
* Merged in post-1.1.5 work done by myself and John Dyson. This includes:dg1994-08-037-146/+301
* Added MAP_FILE definition that does nothing - for backward sourcedg1994-08-021-1/+2
* Completed (hopefully) the kernel support for old style "fastlinks".dg1994-08-021-2/+2
* Added $Id$dg1994-08-02680-353/+1199
OpenPOWER on IntegriCloud