summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update root NS cache.wollman1995-03-213-13/+66
* Bug fixed: even root was unable to edit restricted fieldsache1995-03-211-4/+4
* Begin a long-overdue cleanup of this whole mess.jkh1995-03-213-71/+151
* Set it so you can add and remove line disciplines without replicatingdufault1995-03-213-3/+72
* Julian's suport of compressed tape drives.dufault1995-03-211-6/+13
* cd.c: Julian's CD audio cleanupdufault1995-03-218-185/+362
* Disallow non page-aligned file offsets in vm_mmap(). We don't support thisdg1995-03-211-1/+12
* Added a new version of trap_pfault() that disallows kernel page faultsdg1995-03-213-3/+363
* Changed some #ifdef DIAGNOSTIC code that I added to be #ifdef DEBUG.dg1995-03-213-6/+6
* Fix apm and gsc rules to allow `<blah>0' or just `<blah>' to be shorthand.jkh1995-03-212-6/+6
* Add fetch-list command for Rodjkh1995-03-212-39/+63
* make.conf doesn't postulate anything about libm now.phk1995-03-213-9/+9
* Fixed bug in the size == 0 case of msync() caused by a bogus return valuedg1995-03-211-2/+2
* msun becomes the default -lm the right way now.phk1995-03-211-1/+1
* Make the describe rule generate more thorough information that's actuallyjkh1995-03-211-8/+10
* Document the index target.jkh1995-03-211-1/+2
* Fixed vinvalbuf() to work like NFS wants it to. The previous code wouldn'tdg1995-03-212-20/+16
* Added a new boolean argument to vm_object_page_clean that causes it todg1995-03-214-10/+21
* 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
OpenPOWER on IntegriCloud