summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make newvers.sh usable from other places...phk1995-03-191-12/+19
* Create osreldate.h from sys/conf/newvers.sh if we an find it. Thisphk1995-03-191-2/+10
* add a couple of missing #include linesphk1995-03-192-0/+3
* add a \t which has been nagging me too longphk1995-03-191-2/+2
* Two major changes:wpaul1995-03-191-4/+71
* And all serial chars with 0x7f to discard parity bits.phk1995-03-191-1/+2
* Make the +%d-%d part +%03d-%03d so ls(1) sorts the files more sensibly.phk1995-03-191-1/+1
* Add back SNDCTL_DSP_SETBLKSIZE ioctl code that got zapped.swallace1995-03-181-1/+15
* Don't sync the inode date changes of character special devicesdg1995-03-181-3/+3
* Fix authunix_maxgrouplist testache1995-03-181-2/+2
* Fix sparse files handlingache1995-03-181-1/+1
* Restore the 4.4lite version which apparently was clobbered by a repositorybde1995-03-183-23/+20
* Change the library order so libcrypt is the last library in the list.nate1995-03-181-2/+2
* Change the library order so libcrypt is the last library in the list.nate1995-03-181-3/+3
* Obtained from: 1.1.5 (originally by Andrew Moore)bde1995-03-182-2/+144
* Fix the Name-cache counters. I didn't realign the negative hits.phk1995-03-181-1/+1
* Remove private mkdir for /usr/include/ss, no handled by mtree.rgrimes1995-03-181-5/+1
* Create /usr/share/games/quiz.db via mtree and remove private mkdir commandrgrimes1995-03-182-4/+3
* Add Intel EtherExpress16 (ix0) driver.rgrimes1995-03-185-5/+10
* Add "ix0" Intel EtherExpress.phk1995-03-181-2/+3
* Woops, add back that #define...it's used later in the file.dg1995-03-182-2/+16
OpenPOWER on IntegriCloud