| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | vnops megacommit | phk | 1997-10-15 | 20 | -1029/+490 |
* | One could be surprised how much bugs can still be found here... | joerg | 1997-10-15 | 1 | -2/+3 |
* | Hide a silly ``unknown board type'' message behind bootverbose. The | joerg | 1997-10-15 | 2 | -6/+8 |
* | Hmm, realign the vnops into two columns. | phk | 1997-10-15 | 31 | -338/+338 |
* | Stylistic overhaul of vnops tables. | phk | 1997-10-15 | 31 | -2129/+1910 |
* | When the default vnops funtion is vn_default_error(), there is no reason to | phk | 1997-10-15 | 4 | -232/+4 |
* | Mention that the Zip driver (vpo) requires SCSI disk support, and works | msmith | 1997-10-15 | 3 | -3/+9 |
* | IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flags | bde | 1997-10-15 | 2 | -8/+8 |
* | Use err(3). Add prototypes. | charnier | 1997-10-15 | 2 | -111/+113 |
* | Use err(3). Rewrote man page in mdoc format. | charnier | 1997-10-15 | 2 | -105/+80 |
* | Add usage(). | charnier | 1997-10-15 | 4 | -24/+35 |
* | Fix various bogons reported in this PR. | jkh | 1997-10-15 | 10 | -18/+28 |
* | Initialise LCP, IPCP and CCP as soon as LCP is down. | brian | 1997-10-15 | 1 | -1/+4 |
* | Correct a bug in the 'allow arbitrary number of socket descriptors' changes | wpaul | 1997-10-14 | 1 | -4/+4 |
* | Reset the flag right away, could catch a bogon someday. | phk | 1997-10-14 | 2 | -2/+4 |
* | I think my previous change may have opened a race conditio. | phk | 1997-10-14 | 10 | -23/+28 |
* | Makefile for contributed version of awk. | jraynard | 1997-10-14 | 2 | -6/+27 |
* | Remove old version of awk. | jraynard | 1997-10-14 | 32 | -29563/+0 |
* | Add a new startup variables menu for tweaking rc.conf variables in more | jkh | 1997-10-14 | 9 | -21/+246 |
* | This commit was generated by cvs2svn to compensate for changes in r30411, | jraynard | 1997-10-14 | 260 | -0/+49739 |
|\ |
|
| * | Virgin import of GNU awk 3.0.3 | jraynard | 1997-10-14 | 260 | -0/+49739 |
* | Sheesh! Who's put a non-comment comment into this file? | joerg | 1997-10-14 | 1 | -1/+2 |
* | Improve my hack from rev 1.6 of displayq.c, and make the TCP | joerg | 1997-10-14 | 9 | -4/+58 |
* | Deleted obsolete non-Intel CPU options. | kato | 1997-10-14 | 2 | -18/+2 |
* | Fix bogon I introduced while adding disks menu to label editor. | jkh | 1997-10-14 | 3 | -9/+15 |
* | ufs_ihashrem() should not be called from the UFS layer, but from the | phk | 1997-10-14 | 5 | -8/+12 |
* | Moved `SRCS+= frexp.c' to the correct Makefile.inc. | bde | 1997-10-14 | 2 | -6/+6 |
* | Moved `SRCS+= frexp.c' to the correct Makefile.inc. | bde | 1997-10-14 | 1 | -2/+2 |
* | Fixed searching of $PATH in execvp(). Do what sh(1) should do according | bde | 1997-10-14 | 2 | -26/+87 |
* | if_ep.c clarification/simplification. | itojun | 1997-10-14 | 4 | -546/+184 |
* | Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find. | wosch | 1997-10-13 | 5 | -3/+128 |
* | Ask for extra confirmation if a newfs has been requested during | jkh | 1997-10-13 | 3 | -9/+9 |
* | Improve the innetgr() NIS+ compat kludge. We should only fail over to the | wpaul | 1997-10-13 | 1 | -18/+25 |
* | If uptime < 1 min print in in secs otherwise we got confusing message | ache | 1997-10-13 | 1 | -10/+12 |
* | Don't return from cleanup() - if it's removed the playpen then very | jkh | 1997-10-13 | 5 | -9/+14 |
* | Consolidate distribution flag checking code. | jkh | 1997-10-13 | 2 | -98/+152 |
* | Allow access to options editor from media screen (sometimes you need it | jkh | 1997-10-13 | 3 | -3/+6 |
* | Only need to call label editor for all drives. | jkh | 1997-10-13 | 3 | -33/+15 |
* | Use err(3). Add usage. | charnier | 1997-10-13 | 2 | -29/+49 |
* | Use err(3). Sync usage string and man page. | charnier | 1997-10-13 | 2 | -41/+42 |
* | Use err(3). Remove multiply defined Id string. | charnier | 1997-10-13 | 8 | -64/+61 |
* | Remove multiply defined Id string. Hide sccsid string. | charnier | 1997-10-13 | 6 | -46/+54 |
* | Use err(3). Add usage() and #includes. | charnier | 1997-10-13 | 10 | -104/+107 |
* | Use err(3). | charnier | 1997-10-13 | 3 | -45/+63 |
* | Hide sccsid[]. Typo in man page. | charnier | 1997-10-13 | 2 | -4/+8 |
* | Use err(3). Add prototypes. | charnier | 1997-10-13 | 2 | -21/+33 |
* | Mdoc'ify man page. | charnier | 1997-10-13 | 2 | -65/+75 |
* | Use err(3). Add prototypes. Cosmetic in usage string. | charnier | 1997-10-13 | 2 | -29/+41 |
* | Style police: keep a variable list in alphabetical order, and add | joerg | 1997-10-13 | 1 | -5/+5 |
* | Synchronize with sys/i386/isa/wd.c revision 1.141. | kato | 1997-10-13 | 1 | -4/+4 |