summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Saved scroll fixed.ache1995-03-211-1/+1
* Reviewed by: Bill Paul <wpaul@freebsd.org>wpaul1995-03-211-2/+2
* Better spelling of my nameache1995-03-212-6/+6
* Fix wrong separator outputache1995-03-211-1/+2
* Made minor readability tweak.dg1995-03-201-6/+3
* Take out obsolete KERBEROS_IV build variable. Just eBones now.jkh1995-03-203-18/+6
* Better fix for the deletion of parents of cloned routes problem,wollman1995-03-204-56/+115
* Forgot pppcompress.c in PPP module.wollman1995-03-202-4/+4
* Forgot slcompress.c in SLIP module.wollman1995-03-202-4/+4
* The discard, tunnel, SLIP, and PPP network interface pseudo-deviceswollman1995-03-2010-4/+182
* Support for pseudo-device LKMs. Note that this is restricted to onlywollman1995-03-206-15/+14
* Add support for pseudo-device LKMs.wollman1995-03-202-2/+10
* This should be splimp() rather than splnet() since ifaddrs might go awaywollman1995-03-201-4/+4
* Fix race conditions involved in setting IP multicast options. This shouldwollman1995-03-201-1/+17
* Comment out declaration of kvm_uread until it can be fixed correctly.rgrimes1995-03-202-0/+4
* Change u_long to unsigned long to be consistent.rgrimes1995-03-202-2/+4
* Don't gain/lose an object reference in vnode_pager_setsize(). It willdg1995-03-202-16/+10
* Don't gain/lose a reference to the object when yanking its pages indg1995-03-202-24/+10
* Fixed "objde1" hang. It was caused by a "&" where an "&&" belonged in thedg1995-03-201-2/+2
* Pretty much a complete rewrite of this Makefile.rgrimes1995-03-201-9/+31
* At last! Modified __ivaliduser() to do the same kind of user/host validationwpaul1995-03-201-3/+69
* Fix wtmp logoutache1995-03-201-10/+5
* Don't attempt to sync pages in the V_SAVE case of vinvalbuf; doing so candg1995-03-202-28/+34
* Removed an unnecessary call to vinvalbuf after the page clean.dg1995-03-201-13/+3
* Don't do anything if BATCH is specified and the port is interactive forats1995-03-201-1/+3
* Do proper vnode locking when doing paging I/O. Removed the asynchronousdg1995-03-191-47/+26
* Fixed bug introduced in the previous commit - the lock must be held untildg1995-03-191-6/+7
* Lose the lock on the vnode. Changes to implement proper locking in thedg1995-03-191-4/+11
* Whoops: expanding netgroups that reference multiple netgroups doesn'twpaul1995-03-191-1/+1
* Separated out the _putchar & __cputchar() routines so that programs suchnate1995-03-193-11/+51
* Make extra arguments be subdirs to go through.phk1995-03-191-2/+11
* Removed /usr/local/lib from the standard library search path to benate1995-03-192-4/+4
* Correct one little typing error from Rod :-).ats1995-03-191-2/+2
* Removed redundant newlines that were in some panic strings.dg1995-03-1930-71/+72
* Backed out change to panic call: As Chris just pointed out to me, panic()dg1995-03-191-5/+3
* Finally applying my own fix. :-)joerg1995-03-191-5/+7
* libkvm exports kvm_uread(), so do declare it in the header file.joerg1995-03-192-0/+2
* Cast the offset of one call to lseek() to off_t, as it's already donejoerg1995-03-191-1/+1
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-03-1925-103/+120
* Fix from Doug Rabson: Don't try to release a pbuf we didn't get.dg1995-03-191-4/+5
* Change the xmkmf call to a xmkmf -a call. This should be more correct forats1995-03-191-3/+3
* Incorporated 4.4-lite vnode_pager_uncache() and vnode_pager_umount()dg1995-03-191-20/+22
* Removed bogus, commented out, call to vnode_pager_uncache().dg1995-03-192-4/+2
* Removed unnecessary call to vnode_pager_uncache(). We automatically cleardg1995-03-193-10/+8
* Add a missing "\" in a printf before the "n".roberto1995-03-191-2/+2
* Moved call to vnode_pager_uncache in rename() to before the VOP_RENAME.dg1995-03-192-12/+8
* Make the catman command (in the commented-out example) run by user `man'joerg1995-03-191-1/+1
* Fix a call to panic: panic doesn't do token substitution on the panicdg1995-03-191-3/+5
* Patch from Kirk McKusick to fix a bug introduced in the Poul's vfs_cachedg1995-03-191-2/+2
* Add installation of include files from libpcap.rgrimes1995-03-191-1/+2
OpenPOWER on IntegriCloud