| Commit message (Expand) | Author | Age | Files | Lines |
* | optreset is declared in unistd.h, so we don't need to declare it here again. | imp | 2000-08-16 | 1 | -2/+0 |
* | optreset is declared in unistd.h now. | imp | 2000-08-16 | 3 | -3/+0 |
* | Remove redundant code left over on removal of /dev/rXXX handling | rnordier | 2000-08-15 | 1 | -2/+0 |
* | Partially revert r1.12, in which a warnx() if the device is not a | rnordier | 2000-08-15 | 1 | -1/+1 |
* | Explain why adding ``options NFSKERB'' breaks the kernel build. | sheldonh | 2000-08-11 | 2 | -0/+6 |
* | Add text from NetBSD's rev 1.12 which should have accompanied | sheldonh | 2000-08-11 | 1 | -0/+22 |
* | Add $FreeBSD$. | sheldonh | 2000-08-11 | 1 | -0/+2 |
* | Resolve conflicts. | sheldonh | 2000-08-10 | 4 | -4/+9 |
* | Fix an order-of-operations bug and properly shift page_control values for | kbyanc | 2000-08-10 | 1 | -6/+8 |
* | Include new modepage list (-l) option in the verbose usage. | kbyanc | 2000-08-09 | 1 | -0/+1 |
* | Fix a typo in the last commit so that this compiles. | jhb | 2000-08-09 | 1 | -1/+1 |
* | Fix some whitespace errors. | kbyanc | 2000-08-08 | 1 | -12/+12 |
* | Replace -l with .Fl l | kbyanc | 2000-08-08 | 1 | -1/+3 |
* | This is an overhaul of the mode page handling in camcontrol as well as | kbyanc | 2000-08-08 | 6 | -739/+823 |
* | Add a "-i" option ("insecure") which disables the checks for | jdp | 2000-08-07 | 4 | -35/+36 |
* | 0xA0 = Suspend to disk. | joe | 2000-08-07 | 2 | -0/+2 |
* | Consistency fix. | rnordier | 2000-08-06 | 1 | -1/+1 |
* | Fix world-breakage: warnx("..') --> warnx("...") | alex | 2000-08-05 | 1 | -1/+1 |
* | Don't call errx() without a format string, to protect against possible | kris | 2000-08-05 | 1 | -4/+4 |
* | Don't call warnx() without a format string (localized error messages | kris | 2000-08-05 | 1 | -4/+4 |
* | Resolve conflicts from vendor merge. | sheldonh | 2000-08-02 | 6 | -17/+19 |
* | Use ${LIBDATADIR} instead of hardcoding /usr/libdata into the | sheldonh | 2000-08-01 | 2 | -2/+2 |
* | Darren, | darrenr | 2000-07-30 | 1 | -1/+4 |
* | Rename the loadable nullfs kernel module: null -> nullfs | sheldonh | 2000-07-28 | 2 | -10/+10 |
* | Add reference to sysctl.conf. | obrien | 2000-07-27 | 1 | -0/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r63925, | obrien | 2000-07-27 | 1 | -0/+511 |
|\ |
|
| * | Alternate script for dhclient to use in setting the received configuration | obrien | 2000-07-27 | 1 | -0/+511 |
* | Fix the reporting of a raw device node. | asmodai | 2000-07-26 | 1 | -2/+2 |
* | Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelay | sheldonh | 2000-07-26 | 1 | -1/+3 |
* | If a directory is world-writable or is not owned by root, skip it | jdp | 2000-07-26 | 3 | -5/+35 |
* | If the lost+found directory is created by fsck, it will do a cacheino() | mckusick | 2000-07-24 | 3 | -3/+15 |
* | Blah, need to add /usr/bin to the path also. | obrien | 2000-07-21 | 1 | -1/+1 |
* | Fix a really stupid bug where I assumed sizeof(int) == 2. This resulted in | jhb | 2000-07-21 | 2 | -2/+2 |
* | Need /usr/sbin for arp(8). | obrien | 2000-07-20 | 1 | -1/+1 |
* | Patchlevel 3 of the ISC 2.0 dhcp client now requires us to give it the | obrien | 2000-07-20 | 1 | -0/+1 |
* | Show the actual command line usage in the man page and usage error string. | archie | 2000-07-19 | 2 | -5/+17 |
* | Make "ifconfig" with no arguments equivalent to "ifconfig -a". | archie | 2000-07-18 | 1 | -0/+4 |
* | Cross-reference mount_nfs(8) and showmount(8). | sheldonh | 2000-07-18 | 1 | -1/+2 |
* | Order the cross-references in the SEE ALSO section, in preparation | sheldonh | 2000-07-18 | 1 | -2/+2 |
* | - Don't try to free mboot.bootinst before it has been allocated. If, for | jhb | 2000-07-17 | 2 | -4/+4 |
* | Suggest looking at rc.conf(5) on how to start natd(8) during boot. | ru | 2000-07-17 | 1 | -0/+3 |
* | Fix a paste-o in the tcpoptions check (not a security problem, just a | billf | 2000-07-17 | 1 | -1/+1 |
* | Don't try to make files immutable (ie. chflags) before setting access times. | dwmalone | 2000-07-16 | 2 | -4/+4 |
* | Make a tighter test for valid inode numbers in getnextinode(). | mckusick | 2000-07-15 | 3 | -6/+9 |
* | Fix memory leak/double free found by phkmalloc | ache | 2000-07-15 | 2 | -16/+20 |
* | * Clarify text on choosing a dump device | ben | 2000-07-14 | 1 | -7/+17 |
* | Clarify "mount -a -t" example - it only unmounts stuff in /etc/fstab. | dwmalone | 2000-07-13 | 1 | -2/+5 |
* | Note that "ether" is a supported address family for setting addresses. | jhb | 2000-07-12 | 1 | -0/+1 |
* | - Always respect cylinder boundaries when creating slices unless the user | jhb | 2000-07-12 | 2 | -34/+140 |
* | Add support to the 'ether' address family to support setting of addresses. | jhb | 2000-07-12 | 1 | -23/+28 |