Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-01 | some minor improvements; | Jason McIntyre | |
2007-01-01 | find a better place for EXAMPLES; | Jason McIntyre | |
2007-01-01 | - use "interface", not "interface-name", consistently | Jason McIntyre | |
- mark up "interface" consistently - a little .Sx | |||
2007-01-01 | sort the list of parameters brconfig(8) accepts; | Jason McIntyre | |
2007-01-01 | - merge first two synopses | Jason McIntyre | |
- standard options list - sync usage() started by a diff from stevesk; usage() help from dlg; ok reyk; | |||
2006-12-31 | -A before -a; | Jason McIntyre | |
2006-12-30 | add -A to usage(). | Reyk Floeter | |
thanks to Sven-Volker Nowarra | |||
2006-12-29 | Route warns about a illegal prefixlen when a default inet6 route is present. | Claudio Jeker | |
Need to typecast the sizeof() to int so that the compare works. Having a negativ lim is OK. Reported by Björn Ketelaars. OK deraadt@ | |||
2006-12-28 | please lint | Theo de Raadt | |
2006-12-28 | parenthesis not needed here; consistent with usage in other areas. | Kevin Steves | |
no binary change. | |||
2006-12-28 | small knf (extra space, newline) | Kevin Steves | |
2006-12-28 | no extra "\n" in note(); ok krw@ henning@ | Kevin Steves | |
2006-12-27 | Since we only have the single global struct interface_info, we | Kenneth R Westerback | |
obviously have single global struct client_state and struct client_config nested inside interface_info and client_state respectively. Pull them out to their own global variables and eliminate a bunch (i.e. hundreds) of multi-level dereferences. Make it much nicer to read. No functional change. "makes sense" henning@ Testing stevesk@, ok stevesk@ | |||
2006-12-26 | Our dhclient only handles one interface. Simplify code by using the | Kenneth R Westerback | |
single, global, instance of 'struct interface_info' (ifi) rather than passing around pointers to it. "I agree" henning@ Testing moritz@ stevesk@, ok stevesk@ | |||
2006-12-26 | fts_read returning NULL and errno set is an error. ok ray@ | Otto Moerbeek | |
2006-12-26 | There must be no alias address set, so check ifi->client->alias | Moritz Jodeit | |
for NULL before dereferencing it. OK henning@ krw@ deraadt@ | |||
2006-12-26 | Show more digits in timedelta sensor output as the timedelta sensors become | Marc Balmer | |
increasingly more precise. ok deraadt | |||
2006-12-24 | it is not permitted to change the "hellotime" is in RSTP, but in STP mode. | Reyk Floeter | |
thanks to Edy (email at edylie dot net) ok jmc@ oh spanning tree, oh spanning tree, ... | |||
2006-12-24 | Remove m88k compiler flags tweak which is no longer necessary since a long time | Miod Vallat | |
already. | |||
2006-12-24 | zap incorrect comment | Damien Miller | |
2006-12-23 | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | Theo de Raadt | |
2006-12-22 | delete prototypes for functions that don't exist | Kevin Steves | |
2006-12-20 | make a list of default interface groups; | Jason McIntyre | |
ok grange deraadt ray(plus tweaks) henning | |||
2006-12-19 | no need for -D | Jun-ichiro itojun Hagino | |
2006-12-18 | remove statement for send parameter: "except that the client can | Kevin Steves | |
specify a dhcp-lease-time option other than the default requested lease time, which is two hours". we don't by default send a dhcp-lease-time option in request/discover. ok jmc@, henning@ 'if you are sure' | |||
2006-12-18 | this is clearer and consistent with other areas; ok henning@ | Kevin Steves | |
2006-12-18 | call ike_setup_ids from a more appropriate location. | Mathieu Sauve-Frankel | |
ok hshoexer@ | |||
2006-12-17 | remove ASSERT_STATE() macro which is a NOOP, no binary change; ok henning@ | Kevin Steves | |
2006-12-17 | fix comment | Kevin Steves | |
2006-12-16 | make /sbin/dhclient-script consistent with other paths; ok henning@ | Kevin Steves | |
2006-12-16 | various small improvements; | Jason McIntyre | |
2006-12-15 | KNF | Kevin Steves | |
2006-12-15 | typo in comment | Kevin Steves | |
2006-12-15 | sync w/ usage(); ok pedro | Jason McIntyre | |
2006-12-15 | use "special" and "node" for synopsis/usage() here too; | Jason McIntyre | |
2006-12-15 | sync usage(); | Jason McIntyre | |
2006-12-15 | sort options; sync usage; | Jason McIntyre | |
2006-12-15 | sort options; sync usage; | Jason McIntyre | |
2006-12-15 | sort options; sync usage; | Jason McIntyre | |
2006-12-15 | some Nm blips, from mk; | Jason McIntyre | |
2006-12-15 | reduce RFC2292/3542 #ifdefs. | Jun-ichiro itojun Hagino | |
while here, correct type mismatch (socklen_t) and adjust AH handling to OpenBSD. | |||
2006-12-15 | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies | Kenneth R Westerback | |
MSDOSFS code. Eliminates -G option to mount_msdos. Nit detection by gwk@, tom@, jmc@. ok weingart@ tom@ thib@ dlg@ deraadt@ | |||
2006-12-13 | IPv6 passive OS fingerprinting. | Jun-ichiro itojun Hagino | |
reuses IPv4 signature file (assuming that TCP code is shared among IPv4/v6). mcbride ok. | |||
2006-12-12 | a rewrite of enc.4, hopefully a little more useful than what we previously | Jason McIntyre | |
had; more can go in here, so feel free... many thanks to ho for feedback, and angelos and cedric who i harangued endlessly to explain nat/ipsec to me; the ipsec.conf.5 change just moves some stuff more appropriate to enc.4; ok hshoexer | |||
2006-12-11 | refer to the RSTP point to point option as "PTP" instead of "P2P". | Reyk Floeter | |
P2P is commonly used in relation to peer to peer networks, PTP is used in various protocols for layer 2 point to point links (ie., full duplex ethernet links). note that the newly added brconfig commands [-]p2p and [-]autop2p will change to [-]ptp and [-]autoptp. suggested by Andrew Thompson (thompsa@freebsd.org) | |||
2006-12-10 | Read/write device sectors rather than assuming sector size == | Kenneth R Westerback | |
DEV_BSIZE. Simply extract/insert the desired MBR from/into the first DEV_BSIZE bytes of the sector. Makes fdisk work with devices having a sector size different from DEV_BSIZE (512 bytes). e.g. 2048 byte sector MP3 devices. Original diff from weingart@. ok pedro@ deraadt@ weingart@ | |||
2006-12-08 | state that if the log file is bad, it is first moved out of the way. if | Joel Knight | |
that fails, then logging is suspended. | |||
2006-12-07 | remove extra dot; from jared r r spiegel | Jason McIntyre | |
2006-12-06 | style | Michael Knudsen | |
2006-12-06 | print readdirplus (rdplus) info for nfs mounts. | Thordur I. Bjornsson | |
ok pedro@ |