summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: Kirk Mckusick (mckusick@mckusick.com)julian1998-06-051-1/+6
* Reverse the default sense of the IPFW/DIVERT reinjection codejulian1998-06-059-47/+50
* Changed the log() of "Out of mbuf clusters - increase maxusers" to adg1998-06-051-2/+2
* Moved limit frobbing (and the resulting limcopy()) that occurs fordg1998-06-052-9/+13
* If we are out of mb_map space and we failed to m_reclaim() anything anddg1998-06-051-7/+15
* Reviewed by: hasty@star-gate.comahasty1998-06-052-0/+4
* Sync with sys/i386/isa/sio.c revision up to 1.205.kato1998-06-052-20/+20
* Sync with sys/i386/conf/GENERIC revision 1.110.kato1998-06-052-2/+16
* spurious ntohs calls were stopping some packets from being recognisedjulian1998-06-051-6/+6
* Use size_t instead of u_int for sizes.dfr1998-06-041-3/+3
* If the filesystem blocksize is less than the VM page size, use the genericdfr1998-06-041-1/+7
* Don't cast a pointer to an int in DQHASH.dfr1998-06-041-2/+2
* Add the DPT driver here. It's kinda ironic that it got enabled in -stablejkh1998-06-032-2/+16
* Force success of the probe (after doing it as before except in onebde1998-06-033-12/+15
* Fixed a printf() arg botch in the previous commit.bde1998-06-033-21/+18
* Sync with sys/i386/i386/machdep.c revision 1.298.kato1998-06-032-4/+42
* Ifdefed the netisr support.bde1998-06-032-4/+42
* If vm86 services are available, use these to perform the APM BIOSmsmith1998-06-039-37/+183
* Increment __FreeBSD_version because the semctl() prototype changedjdp1998-06-021-2/+2
* ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulationjkh1998-06-022-18/+26
* Cleanup and remove some dead code from the initialization.dyson1998-06-021-15/+5
* Correct sleep priority.dyson1998-06-024-8/+8
* Add a reference to the original softupdates paperjulian1998-06-021-0/+2
* Add a reference to the Ganger/Patt paperjulian1998-06-022-0/+6
* o Return error when the controller can't accept commands.eivind1998-06-025-19/+18
* Set PAGE_SIZE for _SC_PAGESIZE sysconf().dufault1998-06-012-0/+2
* Allow devfs to support the 'uk' devicejulian1998-06-011-3/+27
* Sync with sys/i386/isa/sio.c revision 1.203.kato1998-06-012-46/+56
* Make sure we go a nfs_fsinfo() in get/putpages before callingpeter1998-06-012-60/+140
* Fix post-test pre-commit cleanup typo.peter1998-06-012-4/+4
* readlink() returns EINVAL rather than EPERM if called on a non-symlink.peter1998-06-012-4/+4
* Preset the maximum file size before we get to nfs_fsinfo(), based onpeter1998-06-012-16/+28
* Hide more kernel stuff from userland. This stops nethostaddr etc beingpeter1998-06-011-2/+2
* Add sctargattach that initializes the bufq data structure.gibbs1998-06-011-9/+21
* Make this ${.OBJDIR} and ${.CURDIR} aware.steve1998-05-312-16/+26
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-3135-1153/+1177
* Support 'mount -u' remounts. This may require disconnecting and rebindingpeter1998-05-3111-213/+370
* Cut-n-paste glitchpeter1998-05-312-4/+4
* xdr encode -1 properly.peter1998-05-312-4/+4
* Fully fill in nfsv2 write rpc requests rather than leaving garbage.peter1998-05-312-8/+22
* Don't silently fail to set file flags.peter1998-05-312-2/+16
* Don't blindly accept the server's preferences if they are too small.peter1998-05-312-6/+6
* Prototype support for selectively allowing non-reserved ports on a perpeter1998-05-314-4/+56
* Hide whiteouts from NFS, since the protocol doesn't support them.peter1998-05-312-10/+14
* NetBSD has a comment that Solaris 2.5 doesn't do verifiers correctly,peter1998-05-312-2/+14
* Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures,peter1998-05-318-72/+60
* Use the new SB_UPCALL flag,peter1998-05-313-3/+12
* Let the sowwakeup macro decide when to call sowakeup rather than havepeter1998-05-312-10/+6
* Have the wakeup routine do the upcall if needed.peter1998-05-312-2/+6
* Have the sorwakeup and sowwakeup check the upcall flags.peter1998-05-311-7/+15
OpenPOWER on IntegriCloud