Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-02 | Hack to ensure that the in-core labels contain the current bounds | Kenneth R Westerback | |
info from the physical disk after 'disklabel -e' writes the label to disk. Saves having to reboot or do other contortions to initialize these fields. Toss in same treatment for total sectors so all fields forcibly set by kernel have current values. 0'ing of the bounds noted by matthew@. 'lovely' deraadt@ | |||
2011-05-27 | spacing | Reyk Floeter | |
2011-05-26 | Don't provide an af hint to getaddrinfo in settunnel(), this function | Stuart Henderson | |
already checks that families of source and destination addresses match and that's all we need. This allows "ifconfig foo tunnel 1::1 2::2" syntax rather than requiring "ifconfig foo inet6 tunnel 1::1 2::2", which in turn allows hostname.if files to create an IPv4-in-IPv6 tunnel without games with shell escapes. ok dcoppa@, seems ok todd@, "Yes, yes and yes" claudio@ | |||
2011-05-24 | Allow for more room for /usr/obj on static linking only archs; ok krw@ deraadt@ | Otto Moerbeek | |
2011-05-23 | Allow specifying k/m/g/... suffixes in newfs(8) -S and -s options. | David Coppa | |
Useful for mount_mfs, now you can just say: # mount_mfs -s 50m swap /tmp And it will do what you want, taking into account sector size. Old behaviour of -s (specifying count of sectors) is, of course, preserved. All the work was done by Vadim Zhukov (persgray(at)gmail com). OK myself, otto@, thib@ | |||
2011-05-23 | sync auto-allocation table | Otto Moerbeek | |
2011-05-23 | Make /usr/obj a bit bigger, on small disks it ends up just a little | Otto Moerbeek | |
bit too small. ok krw@ | |||
2011-05-23 | mention ranges; prodding and feedback jmc@ | Damien Miller | |
2011-05-23 | allow ranges for entering net.inet.(tcp|udp).baddynamic lists, e.g. | Damien Miller | |
sysctl net.inet.tcp.baddynamic=1-32768 sysctl net.inet.udp.baddynamic=+40000-65535 ok mk@ | |||
2011-05-22 | Apply proper rounding for the R command (changing of auto-allocated | Otto Moerbeek | |
partitions); ok krw@ | |||
2011-05-22 | sync auto-allocation table with code | Otto Moerbeek | |
2011-05-22 | zap unused var | Otto Moerbeek | |
2011-05-22 | In addition to relative resizing, allow absolute resizing of partitions | Otto Moerbeek | |
in auto-allocated labels. ok krw@ sthen@ | |||
2011-05-13 | wrong id for UDP_ENCAP_TRANSPORT_DRAFT; ok mikeb@ | Markus Friedl | |
2011-05-11 | Make dhclient more friendly to sequential option processing by | Kenneth R Westerback | |
always starting DHCP packet options with DHO_DHCP_MESSAGE_TYPE. Now DHCP-specific options always come after the option identifying the packet as DHCP rather than BOOTP. Makes at least Nortel NetIP DHCP server happier. Clean up some code and parameter passing. Closes PR#6543, as confirmed by original submitter and patch tester Len Zaifman. Thanks! ok matthew@ (who hates the ISC-like code) | |||
2011-05-10 | Some cleanup and simplifications: | Ingo Schwarze | |
- Explain single user mode once, not three times. - Do not claim that the boot program talked to init; it cannot do so. - Mention that the OpenBSD kernel does not support init -f. - And some minor rewordings and reorderings. Feedback and ok jmc@. | |||
2011-05-09 | bump copyright | Reyk Floeter | |
2011-05-09 | rename functions in proc.c to proc_* and move some code from imsg_util.c to | Reyk Floeter | |
proc.c. this is the first sync to what i did for relayd but does not include the multi-instance handling - so no functional change. | |||
2011-05-08 | Small memory optimization from NetBSD; ok krw@ millert@ | Otto Moerbeek | |
2011-05-06 | put the tcpdump-specific stuff in a sane place (that is, not EXAMPLES); | Jason McIntyre | |
ok sthen henning | |||
2011-05-05 | Use opendev() not opendisk() so we get duid support. OK oga@ | Todd C. Miller | |
2011-05-05 | Small tweak - add direct pointer to env instead of using an indirect one. | Reyk Floeter | |
2011-05-05 | Move the proc.c-specific runtime state out of struct iked into a sub-struct. | Reyk Floeter | |
This removes iked-specific stuff from proc.c. | |||
2011-05-05 | rename iked_proc* to privsep_proc*. no functional change. | Reyk Floeter | |
2011-05-04 | Switch atactl over to using opendev() instead of opendisk() so it can | Owain Ainsworth | |
grok DUIDs now commands such as: # atactl b9b455bd99e393cd work as expected (while everything else that used to work still does). ok sthen@ | |||
2011-05-02 | Remove unused variable | Charles Longeau | |
ok krw@ otto@ | |||
2011-05-02 | store the peer address as it was specified in the policy in the | Mike Belopuhov | |
tree that is used to figure out whether the policy is active or not. makes active sa lookup via policy work for nat traversal. problem was reported and fix was tested by sthen, ok sthen, reyk | |||
2011-04-30 | change one of our current examples to use duids; ken suggested we use | Jason McIntyre | |
-E rather than -e as it's more likely; ok krw | |||
2011-04-26 | setrlimit only if mfs; ok millert@ | Otto Moerbeek | |
2011-04-25 | do not use stdio in the (stupid) SIGSEGV handler | Theo de Raadt | |
2011-04-25 | allow commands like "route add 0.0.0.0/1 $SOMEHOST" to work correctly, | Stuart Henderson | |
previously they operated on the default route. reported by weerd@, ok claudio@ | |||
2011-04-24 | remove support for (very) old ffs on-disk formats; ok krw@ and no | Otto Moerbeek | |
objection form the usual suspects | |||
2011-04-23 | improve line breaking in SYNOPSIS now that semantics of the .Bk macro | Igor Sobrado | |
has changed to conform with modern groff releases. diff for route6d(8) written mostly by schwarze@, with lots of useful advice from jmc@. ok jmc@, schwarze@ | |||
2011-04-23 | Indicate which side of the connection responded during phase 1 while using -v. | lum | |
ok sthen@ markus@ | |||
2011-04-22 | Move things around after recent rc(8) changes. | Antoine Jacoutot | |
ok robert@ jmc@ | |||
2011-04-19 | make same changes regarding -f/-F argument (tempfile -> file) as was done | Alexander Hall | |
in disklabel(8) pointed out by jmc@ | |||
2011-04-19 | Rename the argument for -f and -F from 'tempfile' to 'file' | Alexander Hall | |
ok krw@ and looks correct to jmc@ | |||
2011-04-18 | Deprecate vnds in favour of svnds. | Thordur I. Bjornsson | |
In effect, this removes the "old" vndX nodes, and renames the svndX nodes to vndX. Old svndX nodes will still continue to work though, for now. Cleanup accordingly. ok deraadt@, todd@ comments and ok on the man page bits from jmc@ | |||
2011-04-18 | Improve the iked acquire mode peer <-> policy matching. This change | Reyk Floeter | |
picks the peer from the acquire message and allows to match masked peers in the policies like "peer any" or "peer 10.0.0.0/8" instead of requiring exactly matching peer specifications. ok mikeb@ | |||
2011-04-18 | When the kernel wants to acquire an SA for an unknown flow, lookup a | Reyk Floeter | |
matching policy and init a new IKE SA. This adds support for "acquire mode" from static flows. ok mikeb@ | |||
2011-04-18 | Remove a header file that is only supposed to be used by the kernel. | Theo de Raadt | |
2011-04-17 | a little more tweaking; ok krw | Jason McIntyre | |
2011-04-17 | Tweak verbiage, bring examples up to date. | Kenneth R Westerback | |
Suggestions from deraadt@ and jmc@. ok jmc@ | |||
2011-04-17 | by default we ignore unknown dhcp server options, so don't bother | Peter Hessler | |
warning unless we ask dhclient to reject leases with unknown options OK krw@ (this was lost in my tree for even longer) | |||
2011-04-17 | fix a possible division by zero if a server sends us a broken option | Peter Hessler | |
hints for the proper fix, and OK claudio@ (this was lost in my tree for far too long) | |||
2011-04-16 | Tweak description of -F to eliminate implication that mount points | Kenneth R Westerback | |
must be input by user to get into the -F|-f output. Any known mount point - user entered, read from fstab or static ('none' for swap partitions) - will get into the tempfile. | |||
2011-04-16 | Add swap partition entries to -F and -f output. man page | Kenneth R Westerback | |
updates to follow. This will simplify install script fstab creation. ok deraadt@ | |||
2011-04-16 | Blend in some code from netbsd and freebsd that reduces memory consumption | Otto Moerbeek | |
and speeds things up in a lot of cases. Prompted by Amit Kulkarni; ok krw@ on a slighly diffrenent incarnation | |||
2011-04-16 | jmc@ is merciless. But fair. | Kenneth R Westerback | |
2011-04-16 | Tweak man page and usage string with jmc@ suggestions. | Kenneth R Westerback | |