| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo. "If the an entry" --> "If an entry" | billf | 1998-12-02 | 1 | -2/+2 |
* | Insert missing macro, and while I'm here change the inconsistent | billf | 1998-12-02 | 1 | -3/+3 |
* | Update to correctly reflect the default values of | billf | 1998-12-02 | 1 | -2/+2 |
* | 109 id Intelligent Disk [Array] (md@doc.ic.ac.uk) | jkh | 1998-12-02 | 2 | -2/+4 |
* | This commit was generated by cvs2svn to compensate for changes in r41461, | julian | 1998-12-02 | 2 | -0/+406 |
|\ |
|
| * | Latest version of fsck from the folks at EX-CSRG specifically Kirk Mckusick. | julian | 1998-12-02 | 17 | -345/+1196 |
* | | Since we do not pre-create /etc/namedb/s, add additional documentation | dillon | 1998-12-02 | 1 | -2/+6 |
* | | Remove mtree creation of /etc/namedb/s until we find a good way | dillon | 1998-12-02 | 1 | -3/+5 |
* | | "Fix" a problem with the Quantum Viking. It appears that this drive does | ken | 1998-12-02 | 1 | -4/+28 |
* | | Use /sbin/nologin as shell for operator | ache | 1998-12-02 | 1 | -1/+1 |
* | | Restore the user HAE all the time, not just when returning to usermode. | dfr | 1998-12-02 | 1 | -3/+5 |
* | | Enable BWX i/o access. I disabled it by mistake with the last commit. | dfr | 1998-12-02 | 1 | -2/+2 |
* | | - For some old Cyrix CPUs, %cr2 is clobbered by interrupts. This | kato | 1998-12-02 | 10 | -1258/+187 |
* | | Sync with sys/i386/isa/isa.c revision 1.117. | kato | 1998-12-02 | 1 | -2/+2 |
* | | Sync with sys/i386/conf/majors.i386 revision up to 1.53. | kato | 1998-12-02 | 1 | -1/+7 |
* | | Update for XFree86 3.3.3 | jkh | 1998-12-02 | 3 | -21/+21 |
* | | 1. Increase NFS path length. | jkh | 1998-12-02 | 5 | -274/+274 |
* | | (deliberately seperate commits) - reserve cdev for Nick Hibma's usb | jkh | 1998-12-02 | 2 | -4/+4 |
* | | *thwap* - move id driver to blkdev from cdev list; it's obviously | jkh | 1998-12-02 | 2 | -2/+8 |
* | | Allocate 108 for Intelligent Disk [Array] driver | jkh | 1998-12-02 | 2 | -2/+8 |
* | | Check return value of malloc() in expand_name. | eivind | 1998-12-02 | 1 | -1/+3 |
* | | Added a -D option to turn on TCP_NODELAY. | dg | 1998-12-01 | 2 | -5/+18 |
* | | comsat sandbox prevents biff/comsat from being able to print partial | dillon | 1998-12-01 | 1 | -1/+3 |
* | | The Neomagic chip is a 2160 not a 3160. | sos | 1998-12-01 | 1 | -2/+2 |
* | | Reviewed by: freebsd-current, freebsd-security | dillon | 1998-12-01 | 3 | -6/+12 |
* | | Added group bind(53), added sandbox users tty(4), kmem(5), and bind(53), | dillon | 1998-12-01 | 3 | -5/+9 |
* | | Reviewed by: freebsd-current, freebsd-security | dillon | 1998-12-01 | 1 | -1/+6 |
* | | Macro "Re" stands for "Reference End", not "Reference Start" | billf | 1998-12-01 | 1 | -2/+2 |
* | | Obtained from: "Jan B. Koum " <jkb@best.com> | dillon | 1998-12-01 | 3 | -4/+7 |
* | | Added reference to mdoc(7) and mdoc.samples(7) to the bottom of | dillon | 1998-12-01 | 1 | -1/+3 |
* | | - Fix modulo bug. | nate | 1998-12-01 | 1 | -2/+2 |
* | | ".Mn mountd" -> ".Nm mountd" which now makes the instructions accurate. | billf | 1998-11-30 | 1 | -2/+2 |
* | | superceded -> superseded, which after some debate on #FreeBSD is in | billf | 1998-11-30 | 1 | -2/+2 |
* | | changable -> changeable | billf | 1998-11-30 | 1 | -2/+2 |
* | | We use login.conf, not login.cap | billf | 1998-11-30 | 1 | -2/+2 |
* | | Grammer fix and style nits. | billf | 1998-11-30 | 1 | -7/+7 |
* | | Formatting bug. What should have been "Veritas(tm)" was coming out | billf | 1998-11-30 | 1 | -2/+5 |
* | | - Fix modulo bug that was masked by the correct code in libgcc.a which is | nate | 1998-11-30 | 1 | -1/+1 |
* | | Refer to "da" rather than "sd" device. | rnordier | 1998-11-30 | 1 | -3/+3 |
* | | On the alpha, sizeof(char*) != sizeof(int) which was assumed in | dfr | 1998-11-30 | 1 | -1/+1 |
* | | Honor MNT_NOATIME. | dt | 1998-11-29 | 2 | -6/+6 |
* | | Make the previous behaviour the default, add a sysctl which you | phk | 1998-11-29 | 2 | -24/+84 |
* | | don't print '?' for ioaddr the device may legitimately not have an | phk | 1998-11-29 | 2 | -4/+4 |
* | | Set TMPDIR to /tmp | wosch | 1998-11-29 | 1 | -9/+7 |
* | | Drop EDD support detection, though retain configurable use of disk | rnordier | 1998-11-29 | 2 | -104/+110 |
* | | Describe `bs=n' more precisely. Fixed some English errors. | bde | 1998-11-29 | 1 | -6/+8 |
* | | Described the search path Make uses to find makefiles. | pds | 1998-11-29 | 1 | -4/+37 |
* | | Fixed non-use of .Nm and hard line breaks in rev.1.16-1.17: | bde | 1998-11-29 | 1 | -7/+12 |
* | | Straightened the terminology straightening in 1.17-1.18. Fixed hard | bde | 1998-11-29 | 1 | -7/+8 |
* | | Fixed style bugs in previous commit. | bde | 1998-11-29 | 1 | -1/+1 |