aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed some padding bytes from the nfsnode struct to make the structureDavid Greenman1994-08-092-4/+2
* Merge in the necessary bits from 1.1.5.1 to make exec.h and reloc.hJordan K. Hubbard1994-08-094-74/+122
* Removed ntohl and ntohs functions. These were already inlined assembly inDavid Greenman1994-08-093-78/+3
* Removed an old, obsolete call to vmmeter(). This is called now in theDavid Greenman1994-08-091-2/+1
* Added various filesystems and multicast support options. Removed myDavid Greenman1994-08-092-15/+31
* Made lockf advisory locking code generic (rather than ufs specific), andDavid Greenman1994-08-089-85/+906
* Fix a compilation-stopping typo; whoops, David - more sleep! :-)Jordan K. Hubbard1994-08-082-4/+4
* Run-time configuration of VFS update interval. Old UPDATE_INTERVALGarrett Wollman1994-08-083-8/+20
* Last commit for this file should have read:David Greenman1994-08-081-2/+2
* Detect the "EOF" condition. Specifically, end of partition.David Greenman1994-08-082-5/+14
* Added support for SIOCSIFMTU.David Greenman1994-08-086-6/+76
* Process tracing code. Written by Sean Eric Fagan.David Greenman1994-08-082-31/+321
* Added ioctl support for SIOCSIFMTU.David Greenman1994-08-083-9/+36
* On second thought, better restrict the mtu to between 72-65535...strangeDavid Greenman1994-08-081-2/+6
* Enforce the mtu to between the range 1-65535 before calling the driverDavid Greenman1994-08-081-1/+3
* Added ioctl support for SIOCGIFMTU and SIOCSIFMTU. These set the per-David Greenman1994-08-083-3/+18
* Take out multicast support for the moment.David Greenman1994-08-081-1/+1
* Increased ARG_MAX even further...to 64k bytes.David Greenman1994-08-081-2/+2
* Changed B_AGE policy to work correctly in a world with relatively largeDavid Greenman1994-08-088-29/+9
* Define a sysctl MIB variable for the YP domain name.Garrett Wollman1994-08-083-6/+16
* Increase ARG_MAX so that `make clean' in src/lib/libc works again.Garrett Wollman1994-08-071-2/+2
* Use the header files that are compatible with the code just moved overGarrett Wollman1994-08-071-13/+16
* Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates thatDavid Greenman1994-08-077-23/+23
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsDavid Greenman1994-08-079-54/+51
* Don't kremove process VM pages (oops!). This was the cause of the instabilityDavid Greenman1994-08-072-30/+40
* Implemented "fast" mbuf macros. a small number of mbufs are cached inDavid Greenman1994-08-061-4/+32
* Don't strip the kernel.David Greenman1994-08-063-9/+6
* Fixed various prototype problems with the pmap functions and the subsequentDavid Greenman1994-08-0610-85/+77
* Incorporated 1.1.5 improvements to the bounce buffer code (i.e. make itDavid Greenman1994-08-062-974/+234
* Made the tmpstk start at tmpstk. Not doing so causes problems for theDavid Greenman1994-08-063-6/+6
* Incorporated post 1.1.5 work from John Dyson. This includes performanceDavid Greenman1994-08-0615-410/+380
* Implemented support for the "ps_strings" structure (grrrr...) for use inDavid Greenman1994-08-061-3/+19
* Enabled page table preloading of cached objects.David Greenman1994-08-061-1/+8
* Process scheduling changes - adapted from FreeBSD 1.1.5. Basically,David Greenman1994-08-062-2/+12
* Added my own kernel configuration file. This can be used as a place toDavid Greenman1994-08-061-0/+116
* Delete redundant #ifdef __i386__, be consistent about idempotencyGarrett Wollman1994-08-052-16/+8
* Hack to get netstat compiling...from 1.1.5.David Greenman1994-08-051-1/+2
* Converted 'vmunix' to 'kernel'.David Greenman1994-08-053-6/+6
* Renamed this thing, and change 'vmunix' to 'kernel' internally.David Greenman1994-08-051-0/+153
* Install RPC headers from include, like they always should have been.Garrett Wollman1994-08-041-0/+63
* Added assembly versions of ffs() and bcmp().David Greenman1994-08-043-75/+198
* Inlined insque and remque.David Greenman1994-08-042-4/+54
* Fixed bug that would cause free memory reserves to be depleted and cause aDavid Greenman1994-08-041-1/+5
* Added some code that was accidently left out early in the 1.x -> 2.0 VMDavid Greenman1994-08-041-1/+10
* Move ieeefp.h over, and put it in the correct subdirectory this time.Garrett Wollman1994-08-044-4/+212
* Updated to include improvements from FreeBSD 1.1.5. Fixed brokenessDavid Greenman1994-08-044-1274/+1794
* Nuke redefinition of insque and remque.David Greenman1994-08-041-5/+1
* Nuked #if 0'd _insque and _remque routines - they are now inlined inDavid Greenman1994-08-042-56/+2
* Made NFS attribute cache timeouts kernel config file tunable viaDavid Greenman1994-08-046-6/+30
* Integrated VM system improvements/fixes from FreeBSD-1.1.5.David Greenman1994-08-045-349/+363