Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-09 | - encourage people to use the same source as was used to upgrade system | Antoine Jacoutot | |
binaries so that some etc files don't get forgotten in the process discussed with kurt@ tweaks and ok jmc@ | |||
2008-06-09 | simplify math for arc4random_uniform() suggested by | Damien Miller | |
Jinmei_Tatuya AT isc.org via jakob@ empirically verified for entire domain of upper_bound | |||
2008-06-09 | drop root privileges in rtadvd to _rtadvd | Rainer Giedat | |
ok deraadt@, reyk@, pyr@ | |||
2008-06-09 | also handle wireless interfaces (IFM_IEEE80211 in addition to IFM_ETHER) | Reyk Floeter | |
From kame ok rainer@ | |||
2008-06-09 | Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry of | Miod Vallat | |
a new etype, UVM_ET_HOLE, meaning it has no backend. UVM_ET_HOLE entries (which should be created as UVM_PROT_NONE and with UVM_FLAG_NOMERGE and UVM_FLAG_HOLE) are skipped in uvm_unmap_remove(), so that pmap_{k,}remove() is not called on the entry. This is intended to save time, and behave better, on pmaps with MMU holes at process exit time. ok art@, kettenis@ provided feedback as well. | |||
2008-06-09 | rename refstr to refid since it is an int32; ok henning | Theo de Raadt | |
2008-06-09 | do not copy up to two garbage characters from a 1 char string into a 4 char | Theo de Raadt | |
output buffer; ok henning | |||
2008-06-09 | do not leak memory on failure in refid production; ok ckuethe henning | Theo de Raadt | |
2008-06-09 | spacing | Theo de Raadt | |
2008-06-09 | Allow outgoing replies from sensor-driven servers to have a | Chris Kuethe | |
user-configurable reference ID, eg. "GPS" or "DCF"... ok mbalmer | |||
2008-06-09 | Correctly round the sockaddrs so that ndp works on 64bit machines. | Claudio Jeker | |
Stupid sockaddr_in6 has the worst size possible. OK henning@ deraadt@ | |||
2008-06-09 | allow direct copy of fh to another | Marc Espie | |
2008-06-09 | some syslog Xr; | Jason McIntyre | |
2008-06-08 | - remove sendmail cf files leftover after make in src | Antoine Jacoutot | |
issue reported by jmc@ ok pyr@ jdixon@ | |||
2008-06-08 | - enhance output for 80 columns wide terminals | Antoine Jacoutot | |
ok pyr@ | |||
2008-06-08 | Send debug output to syslog instead of a file when receiving SIGUSR1. | Rainer Giedat | |
This is a preparation for dropping privileges. ok henning@, pyr@ | |||
2008-06-08 | Don't ignore a slightly unresponsive server for an hour, 5 minutes is enough. | Chris Kuethe | |
comments & ok henning@ | |||
2008-06-07 | repair usage, jmc | Henning Brauer | |
2008-06-07 | teach the command lineparser about getopt style options after commands | Henning Brauer | |
use that for irrfilter mode. hints from theo a year ago, code by me a year ago, ok claudio a year ago | |||
2008-06-07 | Move the Apache manual out of etcXX and to miscXX where it belongs. | Jason Dixon | |
It has also been moved to /usr/share/doc/html/httpd/. This will ease sysmerge upgrades and help keep htdocs clean. Help from okan and phessler, doc tweaks by jmc ok deraadt@ millert@ beck@ | |||
2008-06-06 | oops, @bin files are files too | Marc Espie | |
2008-06-06 | @wantlib elements become checksummable | Marc Espie | |
2008-06-06 | Fix a bunch of goo by creating a more generic fucntion to handle it. | Marco Peereboom | |
code from jordan | |||
2008-06-06 | Fix alignment on some machines where crc cehck failed. | Marco Peereboom | |
code from jordan | |||
2008-06-04 | adderss -> address | Miod Vallat | |
2008-06-04 | Don't disassemble the AML if the -o option is specified. That way at least | Mark Kettenis | |
we get the complete files if the disassembler crashes on a machine. ok marco@, krw@, deraadt@ | |||
2008-06-04 | fix math screwup that reintroduced a bias for upper_bounds in range | Damien Miller | |
(2^30,2^31). Nothing in the tree yet requests random numbers bounded by this range. report jakob!deraadt; ok deraadt@ | |||
2008-06-02 | fix references to OpenBSD:Ustar; from Alan Bueno | Jason McIntyre | |
2008-06-02 | spray takes no additional arguments; from ferdek.y.no-ip.pl | Theo de Raadt | |
2008-06-02 | sort options in DESCRIPTION. | Igor Sobrado | |
2008-06-01 | sort flags; synchronize synopsis and usage; style(9). | Igor Sobrado | |
tweaked by jmc@, thanks! ok jmc@ | |||
2008-06-01 | synchronize synopsis and usage. | Igor Sobrado | |
2008-06-01 | - make it possible to merge files from xetcXX only | Antoine Jacoutot | |
man page bits by jmc@ suggested by an ok jdixon@ merdely@ | |||
2008-06-01 | provision for reading only prelink related stuff from a package (maybe | Marc Espie | |
a bit more, we'll trim it as fitting). | |||
2008-05-31 | add a marker for true binary files to be used by prelinking | Marc Espie | |
2008-05-30 | -salt is default for "openssl enc"; from djm | Jason McIntyre | |
tweaked with some help from Matthew Dempsky and djm ok djm | |||
2008-05-30 | correct size of iov[]; ralf.horstmann@gmx.de | Theo de Raadt | |
2008-05-29 | appease stupid stupid gcc; ok millert | Theo de Raadt | |
2008-05-29 | Second half of PF state table rearrangement. | Ryan Thomas McBride | |
- Mechanical change: Use arrays for state key pointers in pf_state, and addr/port in pf_state_key, to allow the use of indexes. - Fix NAT, pfsync, pfctl, and tcpdump to handle the new state structures. In struct pfsync_state, both state keys are included even when identical. - Also fix some bugs discovered in the existing code during testing. (in particular, "block return" for TCP packets was not returning an RST) ok henning beck deraadt tested by otto dlg beck laurent Special thanks to users Manuel Pata and Emilio Perea who did enough testing to actually find some bugs. | |||
2008-05-27 | grammar fixes; from Jochem Kossen, system/5822; | Jason McIntyre | |
ok henning | |||
2008-05-26 | remove nlist bandwidth optimization, since ftp servers actually don't cope | Marc Espie | |
with *.tgz very well... Fix regexp for stripping out ftp responses (as noticed by bernd) | |||
2008-05-26 | cgetstr(3) can also return 2 so handle that. Also restructre things a bit | Otto Moerbeek | |
to get rid of the flag var. ok deraadt@ fgsch@ | |||
2008-05-25 | Don't error out if dhcpd-sync does not exist in /etc/services and no | Todd C. Miller | |
sync options were specified. OK deraadt@ | |||
2008-05-25 | - chat to syslog if the script file can't be read or executed. | Jasper Lievisse Adriaanse | |
ok otto@ | |||
2008-05-25 | de-register, remove #ifdefs and #ifndefs using SIN6_LEN, add OpenBSD cvs | Marc Balmer | |
markers. no binary changes | |||
2008-05-24 | typo. | Igor Sobrado | |
2008-05-24 | Move the setting of the POLLIN flag to the bottom of the for loop | Brad Smith | |
to ensure that the flag is only set when there is a valid fd. Found by deraadt@ ok deraadt@ millert@ | |||
2008-05-23 | hexidecimal -> hexadecimal | Igor Sobrado | |
ok jmc@ | |||
2008-05-23 | KNF and readability changes. de-register, remove #ifndef SIN6_LEN defines. | Marc Balmer | |
Add OpenBSD cvs markers. No binary changes. | |||
2008-05-23 | de-register | Marc Balmer | |