Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: don't xref to itself. | ru | 2001-07-04 | 1 | -3/+2 |
| | |||||
* | mdoc(7) police: cosmetics. | ru | 2001-07-04 | 1 | -1/+2 |
| | |||||
* | Use the kern.msgbuf sysctl to get the message buffer on a running | tmm | 2001-07-03 | 2 | -32/+44 |
| | | | | kernel, and remove setgid kmem, which is not needed any more. | ||||
* | Fix a typo: "must be have" -> "must have" | yar | 2001-07-03 | 1 | -1/+1 |
| | | | | MFC after: 5 days | ||||
* | Document continuation line support. | dd | 2001-07-02 | 1 | -0/+2 |
| | | | | | PR: 8479 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> | ||||
* | Correct handling of continuation lines. Instead of treating the | dd | 2001-07-02 | 1 | -0/+4 |
| | | | | | | | | backslash as nothing, treat it like a space so that adjacent lines aren't glued together. PR: 8479 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> | ||||
* | Support network device cloning via create and destroy options. | brooks | 2001-07-02 | 2 | -12/+162 |
| | | | | | | Reviewed by: ru, ume Obtained from: NetBSD MFC after: 1 week | ||||
* | Add __printflike() to those static functions which need it. | kris | 2001-07-01 | 1 | -3/+3 |
| | |||||
* | Correct grammar. | dd | 2001-07-01 | 1 | -2/+2 |
| | |||||
* | Silence format string warnings. | kris | 2001-07-01 | 1 | -11/+11 |
| | | | | MFC after: 2 weeks | ||||
* | Convert two instances of a lseek()+read() combination to a pread(). | mikeh | 2001-07-01 | 1 | -8/+4 |
| | | | | | PR: bin/17640 MFC after: 2 weeks | ||||
* | Modify ping so that it increases the send socket buffer size if the | rwatson | 2001-06-30 | 1 | -0/+5 |
| | | | | | | | | | user runs with privilege, allowing the sending of icmp packets with larger size (up to 48k, the default receive buffer size in ping), which is useful for network driver development testing, as well as experimentation with fragmentation. Reviewed by: wpaul | ||||
* | Properly cast a size argument to an unsigned type. | roam | 2001-06-29 | 1 | -1/+2 |
| | | | | Thanks to: dd for noticing the need for a cast. | ||||
* | - fixed typo | ume | 2001-06-29 | 1 | -4/+4 |
| | | | | | | | - a wording improvement in BUGS (ping vs ping6 issue) Obtained from: KAME MFC after: 1 week | ||||
* | sync usage/description with reality. | ume | 2001-06-29 | 2 | -3/+7 |
| | | | | | Obtained from: KAME MFC after: 1 week | ||||
* | stop sending echo packets whenever the upper limit is specified by the -c | ume | 2001-06-29 | 1 | -7/+10 |
| | | | | | | | | option, regardless of the -f option. based on a comment from Tomohide Nagashima <tomohide@japan-telecom.co.jp>. Obtained from: KAME MFC after: 1 week | ||||
* | Silence warnings on the Alpha: don't assume size_t is an int. | dd | 2001-06-29 | 1 | -1/+1 |
| | |||||
* | Connect the new kldconfig(8) utility to the build. | roam | 2001-06-29 | 1 | -0/+1 |
| | |||||
* | Add kldconfig(8), a utility to modify the kernel module search path. | roam | 2001-06-29 | 3 | -0/+587 |
| | | | | Reviewed by: -arch, -audit | ||||
* | Fix include ordering breakage from rev. 1.23. | des | 2001-06-29 | 1 | -2/+2 |
| | | | | Please-read-style(9): dd | ||||
* | Only checksum stdin if nothing has been checksummed yet. | ru | 2001-06-25 | 1 | -2/+2 |
| | | | | PR: bin/28386 | ||||
* | Merge from ipfw.8 (1.57). | kuriyama | 2001-06-24 | 1 | -5/+9 |
| | | | | | | o Sync with netinet6/ip6_fw.c (1.12). MFC after: 10 days | ||||
* | Nuke unused variables. | dd | 2001-06-24 | 4 | -14/+1 |
| | |||||
* | Include missing header files whicih define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | builtints (e.g., exit, strcmp). | ||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 13 | -0/+14 |
| | | | | builtins (e.g., exit, strcmp). | ||||
* | Use strdup(3) instead of reimplementing it inline. | dd | 2001-06-24 | 1 | -7/+1 |
| | |||||
* | Remove duplicate words. | dd | 2001-06-24 | 1 | -1/+1 |
| | |||||
* | Use the new CLSET_CONNECT clnt_control() request on UDP clients to | iedowse | 2001-06-23 | 1 | -1/+20 |
| | | | | | | | | ensure that we never proceed with the mount() syscall if the server is replying from the wrong source address. Previously the userland RPC call to the remote nfsd would succeed, but the kernel uses connect() so it would not see the replies, resulting in a hung mount. | ||||
* | Fixed DPADD. | ru | 2001-06-23 | 1 | -2/+2 |
| | | | | Submitted by: bde | ||||
* | WARNS= -> WARNS?= | dd | 2001-06-22 | 1 | -1/+1 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Make it much more obvious that the use of NQNFS is discouraged (the | iedowse | 2001-06-22 | 1 | -9/+6 |
| | | | | | | | | | | | NQNFS code is ancient, bug-ridden, and should probably be removed). The wording here was very confusing; it was easy to get the impression that NQNFS is an extension to NFSv3 when in fact it just uses some NFSv3-like extensions on top of NFSv2. As witnessed by the mailing lists and PRs, some people were reading the description and deciding that NQNFS was what they wanted to use. MFC after: 1 week | ||||
* | Fix compilation error on alpha. | mjacob | 2001-06-21 | 1 | -1/+1 |
| | |||||
* | Revert the previous commit on objection from the maintainer. I | joe | 2001-06-21 | 1 | -3/+2 |
| | | | | | | missed that natd has a -v option that will give similar functionality. Requested by: ru | ||||
* | When reporting that a packet can't be written back, usually because | joe | 2001-06-21 | 1 | -2/+3 |
| | | | | | | | of a restrictive firewall rule, also report detail on the packet that caused the failure. MFC after: 3 days | ||||
* | Constify mdmaybeload(), add a prototype for usage(), and get rid of a | dd | 2001-06-21 | 2 | -3/+6 |
| | | | | sizeof(int) == sizeof(long) assumption; clamp down with WARNS=2. | ||||
* | Don't assume the length of MD_NAME is 2. | dd | 2001-06-21 | 1 | -2/+2 |
| | |||||
* | Fail if -s isn't specified for an MD_MALLOC or MD_SWAP disk; the | dd | 2001-06-21 | 1 | -1/+7 |
| | | | | | | | | | | driver itself obviously won't configure such a disk, but the error returned (EDOM) is more cryptic to the average user than it should be. Also assert that the argument to -u is in fact a valid unit; don't just accept any string to mean 0. Approved by: phk | ||||
* | Add a missing word. | dd | 2001-06-20 | 1 | -1/+1 |
| | | | | Submitted by: Alexander Leidinger <Alexander@Leidinger.net> | ||||
* | Document the interactive command `what'. | mikeh | 2001-06-20 | 1 | -0/+4 |
| | | | | | Reviewed by: ru MFC after: 2 weeks | ||||
* | Fix typo which could lead to memory leak. | mikeh | 2001-06-20 | 1 | -1/+1 |
| | | | | | PR: misc/28283 MFC after: 2 weeks | ||||
* | Add a SEE ALSO section. | dd | 2001-06-20 | 1 | -0/+6 |
| | |||||
* | Miscellaneous mdoc(7) fixes; also expand contractions. | dd | 2001-06-20 | 1 | -22/+19 |
| | | | | Submitted by: ru | ||||
* | This command has more than four options. | dd | 2001-06-19 | 1 | -1/+1 |
| | |||||
* | Hook mdmfs into the build. | dd | 2001-06-18 | 1 | -0/+1 |
| | |||||
* | Introduce mdmfs(8), a wrapper around mdconfig(8), disklabel(8), | dd | 2001-06-18 | 4 | -0/+930 |
| | | | | | | | newfs(8), and mount(8) that mimics the command line option set of the deprecated mount_mfs(8). Approved by: jkh, phk, -hackers | ||||
* | modfied sysctl command to allow setting values > 2GB if the mib supports it. | pirzyk | 2001-06-18 | 1 | -1/+19 |
| | | | | | | PR: kern/21132 Reviewed by: no objections to by -arch MFC after: 1 month | ||||
* | Pick up the correct headers from sys/contrib/ipfilter/netinet. | ru | 2001-06-18 | 3 | -3/+9 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r78344, | obrien | 2001-06-16 | 8 | -0/+1800 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import the NetBSD 1.5 RC system. | obrien | 2001-06-16 | 8 | -0/+1800 |
| | | | | | | | | | | Note that `rc' and `rc.shutdown' could not be imported because we already have files with those names. | ||||
* | | Allow route(8) to create "proxy only" published ARP entries. | ru | 2001-06-12 | 3 | -5/+24 |
| | | | | | | | | | | PR: bin/12357 Submitted by: Craig Leres <leres@ee.lbl.gov> |