| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo fix. Also, __FreeBSD_version of -current doesn't change after | asami | 1997-05-19 | 1 | -2/+2 |
* | Now I really understand the reason for the style.9 rule about not having | peter | 1997-05-19 | 1 | -14/+14 |
* | Neaten up some things which were inconsistent, add a few more flags | jkh | 1997-05-19 | 11 | -33/+37 |
* | sysconfig -> rc.conf | jkh | 1997-05-19 | 2 | -10/+10 |
* | accounting -> accounting_enable | jkh | 1997-05-19 | 1 | -2/+2 |
* | Output exit status description of child in background mode. | brian | 1997-05-19 | 1 | -3/+4 |
* | Mega update to sort out bad implementations | brian | 1997-05-19 | 13 | -95/+125 |
* | Break apart initialization of s and inp from the declarations in | tegge | 1997-05-19 | 1 | -5/+9 |
* | Add explicit y.tab.h rule so that 'make depend clean all' does | steve | 1997-05-19 | 1 | -2/+4 |
* | Use the __unused attribute where warranted. | steve | 1997-05-19 | 11 | -47/+47 |
* | Disallow network interrupts while the address is found and copied in | tegge | 1997-05-19 | 1 | -1/+13 |
* | Miscellaneous sorting and addition of rules for object files that | steve | 1997-05-19 | 1 | -11/+25 |
* | Correct comment to show correct path to cap_mkdb | gpalmer | 1997-05-19 | 1 | -2/+2 |
* | Mention that flags 0x10000 disables test#3 | phk | 1997-05-18 | 2 | -14/+18 |
* | Whoops, missed a zero there. Flags 0x10000 it is. | phk | 1997-05-18 | 3 | -6/+6 |
* | Flags 0x1000 on sio now disables the dreaded test#3. | phk | 1997-05-18 | 3 | -6/+9 |
* | Detect various supersets of 16550A based on fifo depth. | phk | 1997-05-18 | 3 | -12/+117 |
* | Comment that this is no longer used and is only for convenience. | jkh | 1997-05-18 | 1 | -1/+7 |
* | Bring back /etc/netstart for those who are sitting in single user and | jkh | 1997-05-18 | 1 | -0/+22 |
* | Synchronize with sys/i386/boot/biosboot/bios.S and | kato | 1997-05-18 | 2 | -22/+2 |
* | Merge the EN version changes, 1.69 -> 1.70. | max | 1997-05-18 | 1 | -3/+8 |
* | Bump the original revision by one. | max | 1997-05-18 | 1 | -2/+2 |
* | Update the nanosleep versions to set a SIGALRM handler while sleeping. | peter | 1997-05-18 | 2 | -3/+18 |
* | Add a couple of test cases for mmap over NFS. | dfr | 1997-05-18 | 11 | -0/+545 |
* | MF2.2: update login_cap api docs. | davidn | 1997-05-18 | 1 | -9/+23 |
* | fix missing close comment in login_cap additions | peter | 1997-05-18 | 1 | -2/+2 |
* | Document __FreeBSD_version values up to 2.2.2R. Should be in 2.2.2. | asami | 1997-05-18 | 1 | -2/+7 |
* | Change name of current release to 2.2.2. This should be in 2.2.2, it | asami | 1997-05-18 | 1 | -2/+2 |
* | Change the release name | hanai | 1997-05-18 | 1 | -2/+2 |
* | Merge the en version changes, 1.244 -> 1.245. | max | 1997-05-18 | 1 | -4/+3 |
* | Removed my name from the list of contributors. | tegge | 1997-05-17 | 1 | -3/+2 |
* | Remove redundant check for vp == dvp (done in VFS before calling). | phk | 1997-05-17 | 5 | -43/+6 |
* | Merge the EN version changes, 1.243 -> 1.244. | max | 1997-05-17 | 1 | -2/+3 |
* | Added Chris Dabrowski < chris@vader.org> to the additional contributors list | max | 1997-05-17 | 1 | -1/+2 |
* | New translation of russian.sgml. | hanai | 1997-05-17 | 3 | -5/+197 |
* | Make openmode active by default (for both client/server). | brian | 1997-05-17 | 2 | -8/+5 |
* | if nanosleep returns too early, loop. usleep() does not have a return | peter | 1997-05-17 | 1 | -2/+7 |
* | round-up non-zero nanoseconds in #ifdef'ed code. | peter | 1997-05-17 | 1 | -0/+2 |
* | Implement a -R option to cvs to turn on read-only repository mode. | peter | 1997-05-17 | 1 | -1/+6 |
* | use xstrdup rather than strdup in case of malloc failure. | peter | 1997-05-17 | 1 | -3/+3 |
* | Catch write-lock attempts immediately if running in read-only mode rather | peter | 1997-05-17 | 1 | -0/+5 |
* | Pull in OpenBSD's support for checking out from a read-only repository, | peter | 1997-05-17 | 4 | -3/+11 |
* | Complete the support for $FreeBSD$. Add an option "tagexpand=" which | peter | 1997-05-17 | 3 | -45/+148 |
* | Don't override BINOWN and BINGRP by setting them to "bin". Use the | peter | 1997-05-17 | 1 | -4/+1 |
* | Synchronize with sys/i386/isa/syscons.c and sys/i386/isa/syscons.h | kato | 1997-05-17 | 2 | -22/+37 |
* | Allow conditional use (add -DUSE_NANOSLEEP) to CFLAGS of nanosleep() for | peter | 1997-05-17 | 2 | -34/+33 |
* | Temporarily restore old (itimer) sleep variant because new one | ache | 1997-05-17 | 1 | -9/+70 |
* | Add -links option to sgmlfmt (via SGMLOPTS). | brian | 1997-05-17 | 1 | -1/+2 |
* | Merge the en version change, 1.242 -> 1.243. | max | 1997-05-17 | 1 | -2/+3 |
* | Added Carey Jones <mcj@acquiesce.org> to additional contributors list for | max | 1997-05-17 | 1 | -1/+2 |