summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Fix some warnings on 64-bit archs.jhb2005-06-011-6/+7
| | | | Reviewed by: sam
* Add a handy macro to represent null mount option, MOPT_NULL, and makedelphij2005-06-0116-15/+18
| | | | | | | | | | | | | | | | | | | use of the macro in sbin/mount*'s, by replacing: mopts[] = { MOPT_STDOPTS, { NULL } } With: mopts[] = { MOPT_STDOPTS, MOPT_NULL } This change will help to reduce the situation that we don't explicitly initialize "struct mntopt"'s. It should not contribute to any functional/logical changes as far as I can tell.
* Remove #ident directives, they don't exist on the vendor branch anymore.stefanf2005-05-319-9/+1
|
* Constify savedir pointer, and remove an accompaning strdup() call.delphij2005-05-291-8/+3
|
* Give variable an initial value. Use errx() instead of fprintf().charnier2005-05-291-4/+4
|
* rscid -> __FBSDID. Mark parameter as __unused when necessary.charnier2005-05-294-9/+13
|
* Fix order (I introduced some time ago) broken in previous revision.ru2005-05-251-1/+1
|
* Only build mount_reiserfs(8) on i386, it exists only there for now.mux2005-05-241-1/+2
| | | | Spotted by: ru
* Connect mount_reiserfs(8) to the build.dumbbell2005-05-241-0/+1
| | | | Approved by: mux (mentor)
* Import of mount_reiserfs(8), used to mount a ReiserFS filesystem.dumbbell2005-05-243-0/+207
| | | | Approved by: mux (mentor)
* - do DNS lookup for symbolic names specified for a destinationume2005-05-231-4/+5
| | | | | | | | | | or gateway. - improves error reporting using gai_strerror(3) instead of printing "bad value". - remove "0" for servname argument for getaddrinfo(3). Submitted by: Andreas Kohn <andreas __at__ syndrom23.de> MFC after: 1 week
* Synchronize program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+2
|
* Unbreak handling of "ip[v]6" protocol and option flag. No more segfaultsmlaier2005-05-211-2/+1
| | | | and not every protocol is IPv6.
* Print the rigth argv string on error (too much c&p)..sos2005-05-201-4/+4
|
* guard against bogus address datasam2005-05-201-1/+1
| | | | Submitted by: Bakul Shah
* Fix the contents of the underneath .depend files and "make checkdpadd".ru2005-05-171-8/+4
|
* Ignore sigpipe so we can properly detach clients to the pipe.imp2005-05-161-0/+2
| | | | Submitted by: Fredrik Lindberg
* Enable building /sbin/ipf (but not the rescue version) with the ability todarrenr2005-05-161-2/+4
| | | | parse bpf strings for filter rules in ipf.conf
* Fixed markup from the previous revision.ru2005-05-161-8/+7
|
* Reflect the new usage.sos2005-05-161-39/+17
|
* Change the way ioctls are issue to ATA.sos2005-05-161-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 definesume2005-05-132-21/+6
| | | | | NI_WITHSCOPEID, and our getaddrinfo(3) does nothing special for it, now.
* 'ngtee' also depends on net.inet.ip.fw.one_pass.glebius2005-05-111-1/+3
|
* shutdown(2)'s how argument as 0 is nowhere near as cool as SHUT_RDjmallett2005-05-111-2/+2
|
* IPFW version 2 is the only option now in HEAD. Do not confuseglebius2005-05-041-45/+0
| | | | | users of future releases with instructions about building IPFW2 on RELENG_4.
* Add -m option (find module using modfind() and stat it).fjoe2005-05-042-5/+31
|
* Update ifconfig's pfsync module for 3.7 pfsync(4)mlaier2005-05-031-14/+80
|
* Adapt Makefiles for pfctl(8) and authpf(8) to 3.7 sources.mlaier2005-05-031-0/+1
|
* Cleanups for gcc4:delphij2005-05-023-4/+3
| | | | | | | | - Use socklen_t for socket functions - Remove an unnecessary extern - Signed/unsigned cleanups Reviewed by: harti
* WARNS=6 and gcc4 cleanup:delphij2005-05-021-15/+15
| | | | | | - Use const where necessary - Use __unused where applicable - Rename variables that is conflicit with global definations
* include stdarg.h for va_listdelphij2005-05-021-0/+1
|
* Make gcc4 happy by making consistent signedness.delphij2005-05-021-1/+1
|
* - Merged some missing changes from fdisk/fdisk.c.nyan2005-05-012-434/+39
| | | | | - Remove ifdef PC98. - Make WARN=4 clean.
* cosmetic changes.nyan2005-05-011-17/+15
|
* Merged more changes from fdisk/fdisk.c.nyan2005-05-011-26/+7
|
* Use NDOSPART macro instead of a magic number.nyan2005-05-011-2/+2
|
* Merged from src/sbin/fdisk/fdisk.c revision 1.77.nyan2005-05-011-2/+2
|
* If we resort to opening a slice instead of the base device, do so withphk2005-04-291-1/+1
| | | | the correct mode for our arguments.
* Remove trailing spaces.pjd2005-04-291-1/+1
|
* Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanupdarrenr2005-04-288-38/+4
| | | | build problems with rescue.
* Fix a the previous commit. I wanted to remove the if and always run thebrooks2005-04-261-0/+1
| | | | | | | body not remove both. Reported by: ceri Pointy hat: brooks
* Don't force IPv6 proto to be printed numericaly.brooks2005-04-261-2/+0
| | | | Noticed by: ceri
* Not looking for ipfilter source files in the right placedarrenr2005-04-261-1/+1
|
* Fix stripe size in example.pjd2005-04-261-1/+1
| | | | | Found by: kris MFC after: 3 days
* remove old directories used to build ipfilter toolsdarrenr2005-04-254-69/+0
|
* There's only one ipfilter directory nowdarrenr2005-04-251-8/+0
|
* create a new build heirarchy for ipfilter toolsdarrenr2005-04-2514-16/+418
|
* - distinguish between the device name (what the user called it on thedes2005-04-245-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.pjd2005-04-231-2/+0
| | | | | Pointed out by: marck X-MFC-after: few seconds
* Use .Pa instead of .Xr to follow mdoc(7)jcamou2005-04-201-2/+2
| | | | | | | | specifications. Noticed by: trhodes Approved by: trhodes (mentor) MFC after: 1 day
OpenPOWER on IntegriCloud