Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Synchronize program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 1 | -1/+2 |
| | |||||
* | Unbreak handling of "ip[v]6" protocol and option flag. No more segfaults | mlaier | 2005-05-21 | 1 | -2/+1 |
| | | | | and not every protocol is IPv6. | ||||
* | Print the rigth argv string on error (too much c&p).. | sos | 2005-05-20 | 1 | -4/+4 |
| | |||||
* | guard against bogus address data | sam | 2005-05-20 | 1 | -1/+1 |
| | | | | Submitted by: Bakul Shah | ||||
* | Fix the contents of the underneath .depend files and "make checkdpadd". | ru | 2005-05-17 | 1 | -8/+4 |
| | |||||
* | Ignore sigpipe so we can properly detach clients to the pipe. | imp | 2005-05-16 | 1 | -0/+2 |
| | | | | Submitted by: Fredrik Lindberg | ||||
* | Enable building /sbin/ipf (but not the rescue version) with the ability to | darrenr | 2005-05-16 | 1 | -2/+4 |
| | | | | parse bpf strings for filter rules in ipf.conf | ||||
* | Fixed markup from the previous revision. | ru | 2005-05-16 | 1 | -8/+7 |
| | |||||
* | Reflect the new usage. | sos | 2005-05-16 | 1 | -39/+17 |
| | |||||
* | Change the way ioctls are issue to ATA. | sos | 2005-05-16 | 1 | -183/+217 |
| | | | | | | The most prominent part is that its now possible to issue ata_requests directly to say acd0, instead of going through the cumbersome /dev/ata device. | ||||
* | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines | ume | 2005-05-13 | 2 | -21/+6 |
| | | | | | NI_WITHSCOPEID, and our getaddrinfo(3) does nothing special for it, now. | ||||
* | 'ngtee' also depends on net.inet.ip.fw.one_pass. | glebius | 2005-05-11 | 1 | -1/+3 |
| | |||||
* | shutdown(2)'s how argument as 0 is nowhere near as cool as SHUT_RD | jmallett | 2005-05-11 | 1 | -2/+2 |
| | |||||
* | IPFW version 2 is the only option now in HEAD. Do not confuse | glebius | 2005-05-04 | 1 | -45/+0 |
| | | | | | users of future releases with instructions about building IPFW2 on RELENG_4. | ||||
* | Add -m option (find module using modfind() and stat it). | fjoe | 2005-05-04 | 2 | -5/+31 |
| | |||||
* | Update ifconfig's pfsync module for 3.7 pfsync(4) | mlaier | 2005-05-03 | 1 | -14/+80 |
| | |||||
* | Adapt Makefiles for pfctl(8) and authpf(8) to 3.7 sources. | mlaier | 2005-05-03 | 1 | -0/+1 |
| | |||||
* | Cleanups for gcc4: | delphij | 2005-05-02 | 3 | -4/+3 |
| | | | | | | | | - Use socklen_t for socket functions - Remove an unnecessary extern - Signed/unsigned cleanups Reviewed by: harti | ||||
* | WARNS=6 and gcc4 cleanup: | delphij | 2005-05-02 | 1 | -15/+15 |
| | | | | | | - Use const where necessary - Use __unused where applicable - Rename variables that is conflicit with global definations | ||||
* | include stdarg.h for va_list | delphij | 2005-05-02 | 1 | -0/+1 |
| | |||||
* | Make gcc4 happy by making consistent signedness. | delphij | 2005-05-02 | 1 | -1/+1 |
| | |||||
* | - Merged some missing changes from fdisk/fdisk.c. | nyan | 2005-05-01 | 2 | -434/+39 |
| | | | | | - Remove ifdef PC98. - Make WARN=4 clean. | ||||
* | cosmetic changes. | nyan | 2005-05-01 | 1 | -17/+15 |
| | |||||
* | Merged more changes from fdisk/fdisk.c. | nyan | 2005-05-01 | 1 | -26/+7 |
| | |||||
* | Use NDOSPART macro instead of a magic number. | nyan | 2005-05-01 | 1 | -2/+2 |
| | |||||
* | Merged from src/sbin/fdisk/fdisk.c revision 1.77. | nyan | 2005-05-01 | 1 | -2/+2 |
| | |||||
* | If we resort to opening a slice instead of the base device, do so with | phk | 2005-04-29 | 1 | -1/+1 |
| | | | | the correct mode for our arguments. | ||||
* | Remove trailing spaces. | pjd | 2005-04-29 | 1 | -1/+1 |
| | |||||
* | Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanup | darrenr | 2005-04-28 | 8 | -38/+4 |
| | | | | build problems with rescue. | ||||
* | Fix a the previous commit. I wanted to remove the if and always run the | brooks | 2005-04-26 | 1 | -0/+1 |
| | | | | | | | body not remove both. Reported by: ceri Pointy hat: brooks | ||||
* | Don't force IPv6 proto to be printed numericaly. | brooks | 2005-04-26 | 1 | -2/+0 |
| | | | | Noticed by: ceri | ||||
* | Not looking for ipfilter source files in the right place | darrenr | 2005-04-26 | 1 | -1/+1 |
| | |||||
* | Fix stripe size in example. | pjd | 2005-04-26 | 1 | -1/+1 |
| | | | | | Found by: kris MFC after: 3 days | ||||
* | remove old directories used to build ipfilter tools | darrenr | 2005-04-25 | 4 | -69/+0 |
| | |||||
* | There's only one ipfilter directory now | darrenr | 2005-04-25 | 1 | -8/+0 |
| | |||||
* | create a new build heirarchy for ipfilter tools | darrenr | 2005-04-25 | 14 | -16/+418 |
| | |||||
* | - distinguish between the device name (what the user called it on the | des | 2005-04-24 | 5 | -17/+45 |
| | | | | | | | | | | | | command line) and the device path (what we passed to open()). Use the former in diagnostics. - when adding or removing partitions, print a single line to stdout for each partition that was added or removed, indicating its name. - add an -a option to 'gpt remove' which must be explicitly specified to remove all partitions. Approved by: marcel (in prinicple) MFC after: 2 weeks | ||||
* | Remove duplicated description of 'clear' subcommand. | pjd | 2005-04-23 | 1 | -2/+0 |
| | | | | | Pointed out by: marck X-MFC-after: few seconds | ||||
* | Use .Pa instead of .Xr to follow mdoc(7) | jcamou | 2005-04-20 | 1 | -2/+2 |
| | | | | | | | | specifications. Noticed by: trhodes Approved by: trhodes (mentor) MFC after: 1 day | ||||
* | Add IPv6 support to IPFW and Dummynet. | brooks | 2005-04-18 | 2 | -65/+820 |
| | | | | Submitted by: Mariano Tortoriello and Raffaele De Lorenzo (via luigi) | ||||
* | 'r' disk devices no longer exist, so don't try to create a pathname | imp | 2005-04-18 | 1 | -20/+10 |
| | | | | | | | that has an 'r' in it. This also eliminates a bogus use of strlcat. PR: 80064 | ||||
* | Fix parsing of nomatch events. | imp | 2005-04-18 | 1 | -3/+6 |
| | | | | minor debug fix. | ||||
* | Document 'clear' and 'dump' subcommands. | pjd | 2005-04-15 | 1 | -0/+11 |
| | | | | MFC after: 1 week | ||||
* | Remove dead code. | rees | 2005-04-14 | 1 | -6/+0 |
| | | | | | | PR: bin/78125 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> Approved by: alfred | ||||
* | Show descriptions for type CTLTYPE_NODES. | mdodd | 2005-04-13 | 1 | -0/+5 |
| | |||||
* | Zero buffers. Seatbelt against sysctl(3) returning non-NUL terminated | mdodd | 2005-04-13 | 1 | -0/+2 |
| | | | | string data. | ||||
* | ISO C does not allow unnamed union members. | stefanf | 2005-04-08 | 2 | -6/+6 |
| | |||||
* | Fix typo in comment. | stefanf | 2005-04-08 | 1 | -1/+1 |
| | |||||
* | Grammatical improvement. | ceri | 2005-04-08 | 1 | -1/+1 |
| | |||||
* | When accessing the sysctl vfs.nfs.iodmax, don't report errors as being | brooks | 2005-04-07 | 1 | -1/+1 |
| | | | | from accessing vfs.nfs.iodmin. |