Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused #include. | asmodai | 2000-05-01 | 8 | -8/+0 |
| | |||||
* | . clear `.Os' macro value since this tool is not KAME only anymore | phantom | 2000-05-01 | 1 | -5/+4 |
| | | | | . add integration note | ||||
* | Print options only supported by device, back out printing options separately | ache | 2000-05-01 | 2 | -41/+25 |
| | | | | Pointed-by: bde | ||||
* | Removed xref to mount_lfs, this died in 2.mumble. | nik | 2000-04-30 | 2 | -2/+0 |
| | | | | | PR: docs/18272 Submitted by: Michael Lucas <mwlucas@blackhelicopters.org> | ||||
* | Fixes a potential buffer overflow with the pid filename. | joe | 2000-04-30 | 1 | -1/+3 |
| | | | | | Submitted by: Mike Heffner <spock@techfour.net> Submitted on: audit@freebsd.org | ||||
* | Fixes a potential buffer overflow with the command line arguments. | joe | 2000-04-30 | 1 | -7/+11 |
| | | | | | Submitted by: Mike Heffner <spock@techfour.net> Submitted on: audit@freebsd.org | ||||
* | Allow "-" for working with STDIN | ache | 2000-04-30 | 2 | -16/+50 |
| | | | | | Allow printing of each option separately when keyword specified without a number | ||||
* | Allow overriding of net.inet.ip.fw.verbose_limit; if you want to make a | green | 2000-04-30 | 2 | -7/+15 |
| | | | | rule that logs without a log limit, use "logamount 0" in addition to "log". | ||||
* | Load Sharing using IP Network Address Translation (RFC 2391, LSNAT). | ru | 2000-04-27 | 2 | -18/+106 |
| | |||||
* | /dev/r<FOO> => /dev/<FOO> | obrien | 2000-04-26 | 2 | -16/+16 |
| | |||||
* | A local WIP snook in rev 1.31. | obrien | 2000-04-21 | 2 | -12/+4 |
| | | | | Noticed by: bde | ||||
* | Found more places where 'r' was being prepended to the device name. | obrien | 2000-04-20 | 2 | -8/+16 |
| | |||||
* | Remove MAINTAINER. | grog | 2000-04-16 | 1 | -2/+0 |
| | |||||
* | Add include of errno.h where needed, remove extern int errno where not. | imp | 2000-04-14 | 6 | -12/+4 |
| | | | | These commits were inspired by a similar commit to netbsd. | ||||
* | Better error message for a case that I hit. | imp | 2000-04-14 | 1 | -1/+2 |
| | |||||
* | Don't prepend "r" for the raw device anymore. | obrien | 2000-04-10 | 2 | -2/+2 |
| | |||||
* | Pass timezone information to an nwfs mount. | bp | 2000-04-05 | 1 | -3/+21 |
| | |||||
* | Correct Charles Mott's email address | brian | 2000-04-02 | 2 | -7/+4 |
| | | | | Requested by: cmott@scientech.com | ||||
* | Avoid rawname() stupidly prepending an `r' before the device name even | joerg | 2000-04-02 | 2 | -6/+14 |
| | | | | | | | | | | | in cases where the supplied name was already pointing to a character special device. This fixes the breakage that occured when trying to dump a filesystem by name (e. g. /usr), with an fstab already mentioning the raw device name (like /dev/rda0g) where dump attempted to use /dev/rrda0g then. Also removed the now obsolete remark that fstab were carrying block special names. | ||||
* | Add new rtmsg types which already defined in kernel. | shin | 2000-03-30 | 1 | -1/+3 |
| | |||||
* | Added 640KB and 1232KB formats, which were standard MS-DOS formats of | kato | 2000-03-30 | 2 | -2/+4 |
| | | | | | | | 2DD and 2HD disks in Japan. Submitted by: Shigeharu TAKENO <shige@iee.niit.ac.jp> Pointed out by: chi@bd.mbn.or.jp (Chiharu Shibata) | ||||
* | Prevent buffer overflow. | shin | 2000-03-30 | 1 | -2/+3 |
| | | | | | PR: bin/17657 Submitted by: tanimura | ||||
* | Back out the new advice introduced in the previous commit, which at | sheldonh | 2000-03-28 | 1 | -21/+0 |
| | | | | | | | | | least one reviewer is now unhappy with, since it contains incomplete and misleading advice that is not easy to correct. The net effect of this commit and the previous commit is to simply remove all discussion of setting dumpdev to catch crash dumps prior to entering user mode. | ||||
* | Update instructions for setting the dump device prior to multi-user | sheldonh | 2000-03-28 | 1 | -10/+21 |
| | | | | | | | mode. Reported by: dcs Submitted by: asmodai | ||||
* | Fixed a missing library in DPADD. | bde | 2000-03-27 | 1 | -3/+4 |
| | | | | Fixed some misformattings. | ||||
* | Fixed missing DPADDs. | bde | 2000-03-27 | 1 | -1/+3 |
| | | | | Fixed style bug for LDADD (don't use += for initial definitions). | ||||
* | Use the same order in DPADD as in LDADD so that `make checkdpadd' doesn't | bde | 2000-03-27 | 1 | -4/+3 |
| | | | | | | | report an error for it. Fixed some style bugs (the usual ones for DPADD and LDADD, and misformatting). | ||||
* | 1000000 usec -> 1 sec 0 usec; fix | charnier | 2000-03-26 | 1 | -1/+1 |
| | |||||
* | Mention linprocfs. | des | 2000-03-25 | 1 | -3/+11 |
| | |||||
* | Add mount_linprocfs. | des | 2000-03-25 | 1 | -1/+4 |
| | |||||
* | Now that we have uc_device.h, use that instead of hard-coding struct | jhb | 2000-03-24 | 2 | -19/+1 |
| | | | | uc_device's definition into kget. | ||||
* | Spelling fix. | mpp | 2000-03-24 | 1 | -1/+1 |
| | |||||
* | Fixed style bugs in rev.1.28. Rev.1.28 was not submitted by bde. | bde | 2000-03-20 | 1 | -2/+3 |
| | |||||
* | B_READ is gone, check for BIO_READ instead. | phk | 2000-03-20 | 1 | -8/+8 |
| | | | | Not tested. | ||||
* | Make this compile. This is a hack. | peter | 2000-03-20 | 2 | -15/+32 |
| | |||||
* | Only character devices exsist these days. Make savecore understand | ps | 2000-03-20 | 1 | -33/+8 |
| | | | | this. | ||||
* | Activate the pc98 directory. | kato | 2000-03-18 | 1 | -2/+2 |
| | |||||
* | Added PC98 version of fdisk. | kato | 2000-03-18 | 8 | -0/+4040 |
| | |||||
* | Make the fore_dnld program more robust and reliable. | phk | 2000-03-17 | 1 | -6/+15 |
| | | | | In particular HZ=1000 would seem to break it before. | ||||
* | Typo ("frequencey"). | mph | 2000-03-15 | 1 | -1/+1 |
| | |||||
* | Use CMSG_LEN() to compute ping SCM_TIMESTAMP cmsg_len. | shin | 2000-03-14 | 1 | -1/+1 |
| | | | | | Without this, cmsg_len size should be smaller than necessary on alpha. (Though, no obvious error was seen on ping time value on beast.) | ||||
* | Open the device read-only initially and re-open read-write if necessary | sheldonh | 2000-03-14 | 1 | -13/+33 |
| | | | | | | | | | | | | | | later. This allows tunefs -p on mounted filesystems. Side-effects: Use K&R prototypes. Use definitions from fcntl.h for the flags argument to open(2). There are cosmetic differences between this and the submitted patch. PR: 17143 Reported by: Peter Edwards <peter.edwards@ireland.com> Submitted by: luoqi | ||||
* | Fix nits in previous commit: restore option ordering of the option | sheldonh | 2000-03-13 | 2 | -4/+10 |
| | | | | | description list; break an overly long line; use the Fx macro instead of "FreeBSD". | ||||
* | Add missing end of semi colon of an example setkey command. | shin | 2000-03-13 | 1 | -1/+1 |
| | | | | Submitted by: kuriyama | ||||
* | Typo fix. s/SAD/SPD/. | shin | 2000-03-12 | 1 | -1/+1 |
| | | | | Specified by: jdp | ||||
* | Clear sin6_scope_id before passing routes into kernel, becaues kernel | shin | 2000-03-11 | 1 | -0/+1 |
| | | | | | | | | | | don't support routes with sin6_scope_id set. Without this fix, routes with IPv6 scoped addr won't work when it is assigned by "route" command. Approved by: jkh Reviewed by: ume | ||||
* | -e -> -I change. | imp | 2000-03-10 | 4 | -18/+72 |
| | | | | | | -s for sumary Approved by: jkh | ||||
* | Don't use the old raw name for disk devices. | obrien | 2000-03-09 | 2 | -2/+2 |
| | |||||
* | Update icmp node info query message bit order of query types, | shin | 2000-03-09 | 1 | -1/+5 |
| | | | | | | | | | | | | | according to draft-ietf-ipngwg-icmp-name-lookups-04 to 05 change. This is necessary before 4.0, because, -This change is non backword compatible -Other KAME derived platforms applied 05 -Author of the draft said he never do backword imcompatible changes again. Approved by: jkh Obtained from: KAME project | ||||
* | Remove more single-space hard sentence breaks. | sheldonh | 2000-03-06 | 1 | -1/+2 |
| |