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