Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-28 | Add a dedicated pf pool for route options as suggested by henning, | Jonathan Gray | |
which unbreaks ie route-to after the recent pf changes. With much help debugging and pointing out of missing bits from claudio@ ok claudio@ "looks good" henning@ | |||
2009-10-28 | - use bus_space_write_1 to write to IWN_INT_PERIODIC (0x5), even though | Damien Bergamini | |
bus_space_write_4 worked - store enhanced power info in softc for 6000 Series - fix a comment, remove an unused field in softc and reorder pci ids a bit while i'm here | |||
2009-10-28 | *NULL store in IP_AUTH_LEVEL, IP_ESP_TRANS_LEVEL, IP_ESP_NETWORK_LEVEL, | Theo de Raadt | |
IP_IPCOMP_LEVEL found by Clement LECIGNE, localhost root exploitable on userland/kernel shared vm machines (ie. i386, amd64, arm, sparc (but not sparc64), sh, ...) on OpenBSD 4.3 or older ok claudio | |||
2009-10-28 | For the TIOCSET* ioctls, validate that the tty speeds are positive (since | Theo de Raadt | |
they are signed int) ok miod guenther | |||
2009-10-28 | Add compat errno mappings for the ENOTSUP errno addition. | Jonathan Gray | |
ok deraadt@ | |||
2009-10-28 | Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan. | Reyk Floeter | |
ok markus@ | |||
2009-10-28 | sync | Theo de Raadt | |
2009-10-28 | more fallout from jasper's commit. | Jonathan Gray | |
Changing the size of the _sys_errlist array changes a libc interface so we need to crank major. kettenis@ agrees | |||
2009-10-28 | Free correct buffer. | Claudio Jeker | |
2009-10-28 | one more () for halex | Theo de Raadt | |
2009-10-28 | Remove FWRITE from closes that aren't opened with FWRITE. | Marco Peereboom | |
spotted and ok jsing | |||
2009-10-28 | Remove mutext from list of held mutexes in _mutex_reinit(). Corrects | Kurt Miller | |
a failure to lock the _atfork_mutex after forking. Tested by ajacoutot@ and myself. okay guenther@ | |||
2009-10-28 | route_host initializes the netmask to a /128 no matter what af is used so | Claudio Jeker | |
that the load balancing code does not freak out but because of this check_netmask() is now complaining. So set the addr.type to PF_ADDR_DYNIFTL so check_netmask() is fixing up the netmask for IPv4 and stops complaining. This is a partial fix for the failing regress test 13. found with jsg, looks good henning | |||
2009-10-28 | Correct function name in err and errx. | Claudio Jeker | |
2009-10-28 | wrap at eighty columns. | Igor Sobrado | |
2009-10-28 | Document the "rib" filter parameter to specify the rib a rule applies to. | Claudio Jeker | |
2009-10-28 | remove an unimplemented flag from both usage() and getopt(3)'s | Igor Sobrado | |
option string. ok claudio@, michele@ | |||
2009-10-28 | "Diffie-Hellman" is the usual spelling for the cryptographic protocol | Igor Sobrado | |
first published by Whitfield Diffie and Martin Hellman in 1976. ok jmc@ | |||
2009-10-28 | Add a minor optimisatin: if the character being printed is space, don't worry | Nicholas Marriott | |
about setting the background colour or attributes (except reverse). | |||
2009-10-28 | style(9) has all these fascist rules... | Claudio Jeker | |
2009-10-28 | Twaek this slightly to avoid confusing use of flags variable. | Nicholas Marriott | |
2009-10-28 | Setting SGR0 when setting the fg and bg has problems if only one of the two is | Nicholas Marriott | |
meant to be default, so rewrite the code to move this outside, move setting colours before attributes and generally clean up. Tested by sthen@, fixes problems he was seeing with mutt and should fix some existing problems with (rarely) lost attributes. | |||
2009-10-28 | Use a Makefile.inc to share all the -Os and such options we use | Theo de Raadt | |
2009-10-28 | Strip the YP code from the binaries on the ramdisk by building with -UYP | Philip Guenthe | |
the six files from libc that are directly pulled in. ok deraadt@ | |||
2009-10-28 | The min and time settings in stty -g output are in hex, not decimal, so | Philip Guenthe | |
parse them as such. ok deraadt@ | |||
2009-10-28 | more rcsid/sccs cleanup | Theo de Raadt | |
2009-10-28 | use the special versions of ed(1), mt(1), and restore(8) which are a lot | Theo de Raadt | |
smaller ok guenther | |||
2009-10-28 | compile the install media mt(1) without RMT support | Theo de Raadt | |
ok guenther | |||
2009-10-28 | Add a compile option (-DRMT) which decides if remote tape support (via rcmd) | Theo de Raadt | |
is supported. If not, disable it. ok guenther | |||
2009-10-28 | poll events must be reinitialized after each call to poll. fixes | Chris Kuethe | |
ldattach exiting when relaying (nmea to gpsd, for example). ok deraadt@ | |||
2009-10-28 | compile ramdisk restore(1) without remote-restore (ie. rcmd) support | Theo de Raadt | |
since rcmd is stupid without ssh being on the media | |||
2009-10-28 | compile ramdisk ed(1) without -DDES support | Theo de Raadt | |
2009-10-28 | the code to support -DDES spread it's way outside of -DDES... fix that | Theo de Raadt | |
ok guenther | |||
2009-10-28 | no more eisa, sorry | Theo de Raadt | |
2009-10-28 | Add the first batch of mandoc(1) regression tests, testing for a few bugs | Ingo Schwarze | |
fixed in 1.9.9 and some older, rather subtle issues in list displays. Directory layout and naming scheme was chosen such that later inclusion of tests for -man and -Thtml will not force us to rename everything, even though the layout might still seem a bit sparse right now. More tests will slowly be added while investigating and fixing issues. | |||
2009-10-28 | some includes got lost in the previous commit; | Ingo Schwarze | |
"go ahead, put it back" deraadt@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. spotted by schwarze | |||
2009-10-28 | Do not need -DLIBC_SCCS anymore | Theo de Raadt | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-10-27 | using the rcsid is silly | Theo de Raadt | |
2009-10-27 | nm -V is silly, and prining the rcsid even more so | Theo de Raadt | |
2009-10-27 | sync | Theo de Raadt | |
2009-10-27 | Xr mpii(4) | Theo de Raadt | |
2009-10-27 | Add another Intel ICH10 variant and the PCH chipset. | Stuart Henderson | |
From Brad. PCH tested by bwaichu at yahoo com. | |||
2009-10-27 | slightly cleanup the socket and control bits: | Alexandre Ratchov | |
- reject bogus clients ignoring flow control during the start phase - don't check if dev_midi is NULL, it can't be NULL anymore - use ``struct ctl_ops'' instead of a simple call-backs - don't try to flush play buffer if it's not attached yet | |||
2009-10-27 | set the THRU_AUTOQUIT flag only for ``thru'' devices | Alexandre Ratchov | |
2009-10-27 | add missing word in error message | Alexandre Ratchov | |
2009-10-27 | sync to 1.9.11: adapt printing of dates to groff conventions, | Ingo Schwarze | |
NetBSD portability fixes and some minor bugfixes and feature enhancements; also checked that my hyphenation code still works on top of this | |||
2009-10-27 | update moduli file; ok deraadt | Darren Tucker | |
2009-10-27 | - bump the majors of libpthread and librthread, as they used to return an | Jasper Lievisse Adriaanse | |
aliased ENOTSUP. i should've done this earlier, but missed it. my bad. as discussed with deraadt@ guenther@ |