summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporsedelphij2005-06-1016-17/+17
| | | | of the macro.
* Add support for /etc/dhclient-enter-hooks to match /etc/dhclient-exit-hooks.brooks2005-06-101-0/+11
|
* Add support for /etc/dhclient-exit-hooks file.brooks2005-06-081-3/+13
| | | | Tested by: Max Boyarov <max_b at tut dot by>
* Fix build on 64-bit platforms where time_t is 64 bit. Since wherebrooks2005-06-071-4/+5
| | | | | | | | talking about time related to leases, it should be OK to cast these to (int)s rather than using intmax_t. Submitted by: ru Pointy hat: brooks
* add_proto() now fills proto for us so stop to 'guess' the protocol from themlaier2005-06-071-5/+2
| | | | | command and rather trust the value add_proto filled in. While here, fix an oversight in the pretty printing of ip6/4 options.
* - Remove OpenBSD'ism (bsd.own.mk).ru2005-06-071-4/+0
| | | | - Remove redundant and harmful -Wall from CFLAGS.
* Now that dhclient builds and /etc/support has been committed, reconnectbrooks2005-06-071-0/+1
| | | | dhclient to the build.
* Use SCRIPTS to install dhclient-script instead of rolling our own.brooks2005-06-071-4/+1
|
* FreeBSDize the dhclient-script.brooks2005-06-071-21/+54
| | | | Submitted by: sam
* Define _PATH_VAREMPTY.brooks2005-06-071-1/+39
| | | | | | | | | Add a -b option to background immediatly. Add support for 802.11 routing messages to "instantly" renegotiate at lease when we associate with a new network. Submitted by: sam
* NULL is not a valid time_t.brooks2005-06-071-12/+13
| | | | Submitted by: sam
* We don't support BPF write filters at this time.brooks2005-06-071-0/+3
| | | | Submitted by: sam
* Take the OpenBSD version of the Makefile to resolve conflicts as the oldbrooks2005-06-071-59/+48
| | | | one is irrelevent. Add $FreeBSD.
* This commit was generated by cvs2svn to compensate for changes in r147072,brooks2005-06-0728-0/+10396
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tagbrooks2005-06-0729-20/+10434
| | | | | | | | OPENBSD_3_7).
* | Remove the bits to build the isc-dhclient.brooks2005-06-079-694/+0
| |
* | Temporarily disconnect dhclient from the build while I import thebrooks2005-06-071-1/+0
| | | | | | | | OpenBSD version.
* | Open devices RDONLY for ioctls. That makes it work on open devices to whichsos2005-06-061-2/+2
| | | | | | | | GEOM doesn't allow WR access.
* | Fix a silly little typo I just spotted.philip2005-06-061-1/+1
| |
* | Connect if_bridge to the build.thompsa2005-06-052-0/+113
| | | | | | | | Approved by: mlaier (mentor)
* | Add if_bridge, which provides more advanced Ethernet bridging and 802.1dthompsa2005-06-051-0/+533
| | | | | | | | | | | | | | | | | | | | | | | | spanning tree support. Based on Jason Wright's bridge driver from OpenBSD, and modified by Jason R. Thorpe in NetBSD. Reviewed by: mlaier, bms, green Silence from: -net Approved by: mlaier (mentor) Obtained from: NetBSD
* | Better explain, then actually implement the IPFW ALTQ-rule first-matchgreen2005-06-041-2/+13
| | | | | | | | | | | | | | | | policy. It may be used to provide more detailed classification of traffic without actually having to decide its fate at the time of classification. MFC after: 1 week
* | Revert last. It was the result of mismerges from cvs not an actualimp2005-06-031-1/+0
| | | | | | | | | | | | need. _sconfig already was there in the correct place. Noticed by: ru@
* | Build sconfig on i386 to match where drivers are made it configuresimp2005-06-031-0/+1
| |
* | Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well.mlaier2005-06-032-26/+71
| | | | | | | | | | | | | | | | This is the last requirement before we can retire ip6fw. Reviewed by: dwhite, brooks(earlier version) Submitted by: dwhite (manpage) Silence from: -ipfw
* | 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.
OpenPOWER on IntegriCloud