summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-07Remove last NRND NetBSDisms from tree.Kenneth R Westerback
ok deraadt@ brad@
2006-03-07fix usage();Joris Vink
2006-03-07match gnu on error;Joris Vink
2006-03-07-z support for RCS;Joris Vink
2006-03-07add support for special "bypass" and "deny" flows.Reyk Floeter
ok hshoexer@, thanks jmc@
2006-03-07add an ike option for road warrior setups (hosts with dynamic ipReyk Floeter
addresses). "ike dynamic esp" will use the system's hostname as the fqdn source id (instead of the ip address) by default and enable dpd (dead peer detection) to allow smooth reconnects after an ip address change (i.e. forced reconnect with consumer adsl lines). ok hshoexer@, looks fine markus@, jmc@
2006-03-06syncTheo de Raadt
2006-03-06ricoh sd/mmc controllerTheo de Raadt
2006-03-06Remove accidentally committed debug printf.Mark Kettenis
2006-03-06Make UDMA on the VT8237 work again.Mark Kettenis
ok jsg@, grange@
2006-03-06deal w/ uvm_km_alloc() returning null; tedu@ okMichael Shalayeff
2006-03-06Synch bits of the i386 and amd64 ioapic code.Mark Kettenis
Make ioapic redirect register writes atomic on amd64 just like on i386. ok niklas@, grange@
2006-03-06Add _thread_atexit_lock and _thread_atexit_unlock to the list ofOtto Moerbeek
weak functions; ok millert@.
2006-03-06open(2) returns -1 on error, not NULLHenning Brauer
From: Alexey Dobriyan <adobriyan@gmail.com>
2006-03-06failure to connect to apmd socket -- get status from the /dev/apm directlyMichael Shalayeff
2006-03-06like gnu ci(1), continue to process valid files in argv even if some areNiall O'Higgins
invalid. ok xsa@
2006-03-06update usage();Jason McIntyre
2006-03-06update usage();Jason McIntyre
2006-03-06update usage();Jason McIntyre
2006-03-06update usage();Jason McIntyre
2006-03-06update usage()Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
update usage() whilst here...
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
ok niallo xsa
2006-03-06do not panic unwiring unmapped memory (mmap3 regress); from netbsd; ↵Michael Shalayeff
kettenis@ tedu@ ok
2006-03-06missing informative message after call to checkout_rev().Xavier Santolaria
2006-03-06should also have removed those newlines in previous commit.Xavier Santolaria
2006-03-06missing newline in checkout_rev(); spotted by joris@.Xavier Santolaria
2006-03-06get rid of questionable macro gore.Henning Brauer
a 200+ lines diff, but no binary change.
2006-03-06change a questionable multi-level foo ? a : b construct into readableHenning Brauer
code. no binary change.
2006-03-06more cleanup, again no binary change.Henning Brauer
as the previous changes from a train ride to frankfurt a bit over a week ago
2006-03-06cvhange a KASSERT into a if() .. panic() construct so the binary doesn'tHenning Brauer
change every time a line is added or removed. no functional change.
2006-03-06adapt informative message if we are sending output to stdout.Xavier Santolaria
2006-03-06KNF, cleanup etc, no binary changeHenning Brauer
2006-03-06zap object pid when done with it.Marc Espie
2006-03-06actually zap the codeMarc Espie
2006-03-06typoMarc Espie
2006-03-06convert permanent privilege revocation to use setresuid/setresgid;Damien Miller
ok henning@
2006-03-06convert permanent privilege revocation to use setresuid/setresgid;Damien Miller
ok henning@
2006-03-06take some infrequently used code completely out of the way.Marc Espie
2006-03-061-Wire bus support will first appear in OpenBSD 4.0, not 3.9.Alexander Yurchenko
Spotted by Dries Schellekens <gwyllion@ulyssis.org>.
2006-03-06fix output to mimic gnu/usr.bin/rcs.Xavier Santolaria
2006-03-06many spacing cleanupsTheo de Raadt
2006-03-06eject -> mt (except on alpha where size tests are needed)Theo de Raadt
2006-03-06if the submitted rev(s) is/are the same as the head rev, skip the processXavier Santolaria
for the specified file. Fix some error messages while there. OK joris@
2006-03-06actually, the authors section is a lie, since we rewrote itTheo de Raadt
2006-03-06i386 is not special anymoreTheo de Raadt
2006-03-06fixes from adobriyan@gmailTheo de Raadt
2006-03-06No longer needed since it is moved to acpihpet.Marco Peereboom