| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify slightly the output from the map file in /proc. Now the | dyson | 1996-07-27 | 2 | -4/+8 |
* | Move a couple of the initialization commands to the right place. Multi | dyson | 1996-07-27 | 1 | -28/+24 |
* | Modification to vfs_cluster to allow clustering of NFS delayed writes. | dyson | 1996-07-27 | 1 | -3/+14 |
* | Under certain circumstances, reading the /proc/*/map file can | dyson | 1996-07-27 | 2 | -4/+10 |
* | Finally use strtoul() to convert the major an minor numbers, so | joerg | 1996-07-27 | 2 | -2/+23 |
* | Allow sequentially created mmap'ed anonymous regions to coalesce. There | dyson | 1996-07-27 | 1 | -23/+33 |
* | Under the heavy load for transmiting condition, it will be write error | amurai | 1996-07-27 | 2 | -4/+4 |
* | Fixed bug, that CONFIGURE_SCRIPT in a port's Makefile doesn't have | andreas | 1996-07-27 | 1 | -3/+3 |
* | Clean up some lint. | dyson | 1996-07-27 | 1 | -3/+3 |
* | Remove experimental header file. My test-build must have picked it | dyson | 1996-07-27 | 1 | -1/+3 |
* | Remove a totally unneeded (and as of the last VM commit, incorrect) call | dyson | 1996-07-27 | 2 | -4/+2 |
* | Missing (prototype) change from the previous commit. | dyson | 1996-07-27 | 1 | -2/+2 |
* | This commit is meant to solve a couple of VM system problems or | dyson | 1996-07-27 | 16 | -1256/+1259 |
* | "appeared in 4.2BSD.." changed to "appeared in 4.2BSD." | alex | 1996-07-27 | 2 | -2/+2 |
* | Add newline, closes bin/1433 | pst | 1996-07-26 | 1 | -1/+1 |
* | ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.c | peter | 1996-07-26 | 2 | -4/+4 |
* | Apply a bandaid to a problem elsewhere in the driver, when the process is | peter | 1996-07-26 | 2 | -4/+10 |
* | Update samba install to agree with new port. | jkh | 1996-07-26 | 1 | -3/+3 |
* | Fix the services.byname target so that it creates search keys for the | peter | 1996-07-25 | 1 | -4/+6 |
* | Added Matthew Stein <matt@bdd.net> for the xtacy port. | asami | 1996-07-25 | 1 | -1/+2 |
* | Refer to the ASCII character 000 by its proper name, `NUL', and not | wollman | 1996-07-25 | 1 | -11/+12 |
* | Add Bruce's improvement to security patch | pst | 1996-07-25 | 1 | -1/+6 |
* | Fix an itinerant cross-reference. | wollman | 1996-07-25 | 1 | -1/+1 |
* | Finish rename of KERN_DOMAINNAME to KERN_NISDOMAINNAME. | wollman | 1996-07-25 | 2 | -4/+4 |
* | Rename KERN_DOMAINNAME to KERN_NISDOMAINNAME so that it can't be confused | wollman | 1996-07-25 | 2 | -5/+5 |
* | Add the BSD4.4 book. | jfieber | 1996-07-25 | 1 | -1/+7 |
* | s/Choise/Choose/g | wosch | 1996-07-25 | 2 | -4/+4 |
* | Add Masachika ISHIZUKA <ishizuka@isis.min.ntt.jp> for the pidentd update. | peter | 1996-07-25 | 1 | -1/+2 |
* | The install docs pointed to th 2.1.0 distribution, not 2.1.5. OOPS! | jfieber | 1996-07-25 | 1 | -3/+3 |
* | Add Matt White <mwhite+@CMU.EDU> for various ccd patches. | asami | 1996-07-24 | 1 | -1/+2 |
* | Fail when odd number of disks are specified with mirror flag. Memory | asami | 1996-07-24 | 2 | -56/+72 |
* | Add some explanation on TMPDIR. | phk | 1996-07-24 | 1 | -1/+11 |
* | DEVFS needs a special bdevvp(). | phk | 1996-07-24 | 1 | -1/+37 |
* | DEVFS needs a special bdevvp(). | phk | 1996-07-24 | 2 | -2/+6 |
* | Fix a memory leak in MD[245]End() | phk | 1996-07-24 | 1 | -9/+8 |
* | Fix a bug in ifa_ifwithnet() which caused a page fault in bcmp() | wollman | 1996-07-24 | 1 | -2/+3 |
* | Eliminate some more references to separate ip_v and ip_hl fields. | wollman | 1996-07-24 | 5 | -16/+28 |
* | Fix typo in last commit, it seems that a hash comments out a \ at the end | peter | 1996-07-24 | 1 | -4/+4 |
* | Revert my bdevsw change for wcd.c, Bruce pointed out that | phk | 1996-07-24 | 1 | -2/+12 |
* | Add sample rules for amd.host, mostly from the AMD docs, but tweaked to fit | peter | 1996-07-24 | 1 | -2/+26 |
* | Submitted by: archie@whistle.com | julian | 1996-07-23 | 5 | -16/+18 |
* | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | phk | 1996-07-23 | 21 | -243/+94 |
* | Add rhh@stealth.ct.picker.com (Randall Hopper) | peter | 1996-07-23 | 1 | -1/+2 |
* | Add Soren Dayton <csdayton@midway.uchicago.edu>. Move Chuck Robey | asami | 1996-07-23 | 2 | -3/+8 |
* | When running 'rrestore foo', you get a segmentation fault because | jkh | 1996-07-23 | 1 | -1/+3 |
* | mount_ext2fs somehow got a stray mntopts.h, which was out of sync with | peter | 1996-07-23 | 2 | -74/+2 |
* | 'make' prints an extra leading `make: ' and extra trailing newline if | nate | 1996-07-23 | 1 | -1/+1 |
* | Fix a spelling error I forgot to bring over from my personal version | wollman | 1996-07-23 | 1 | -2/+2 |
* | consistent presentation of emphasis | adam | 1996-07-23 | 1 | -1/+1 |
* | Update to current state of PC98 world. | asami | 1996-07-23 | 64 | -6568/+2877 |