Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-07 | Fix NULL deref when doing `lint --'. | Moritz Jodeit | |
Successful build with i386 and sparc64. | |||
2006-03-07 | Add support for the serial interface to the UMTS/GPRS/GSM modem | Jonathan Gray | |
portion of the Sony Ericsson GC89 card. From Felix Kronlage. | |||
2006-03-07 | regen | Jonathan Gray | |
2006-03-07 | Add id for the serial interface to the UMTS/GPRS/GSM modem on | Jonathan Gray | |
the Sony Ericsson GC89 card. From Felix Kronlage. | |||
2006-03-07 | regen | Jonathan Gray | |
2006-03-07 | Add a few entries found in submitted dmesgs. | Jonathan Gray | |
Also change nForce 4 SATA entires to not be of the form nForce 4 SATA [1-2] to reduce confusion wrt SATA I/II. | |||
2006-03-07 | Clone documentation for -C and -A options from apmd(8); otherwise they look | Theo de Raadt | |
terribly naked in here | |||
2006-03-07 | It does not make sense to check for IA64 CPUID flag here. | Jonathan Gray | |
ok deraadt@ | |||
2006-03-07 | Check for a few additional CPUID flags. | Jonathan Gray | |
ok deraadt@ | |||
2006-03-07 | Remove last NRND NetBSDisms from tree. | Kenneth R Westerback | |
ok deraadt@ brad@ | |||
2006-03-07 | fix usage(); | Joris Vink | |
2006-03-07 | match gnu on error; | Joris Vink | |
2006-03-07 | -z support for RCS; | Joris Vink | |
2006-03-07 | add support for special "bypass" and "deny" flows. | Reyk Floeter | |
ok hshoexer@, thanks jmc@ | |||
2006-03-07 | add an ike option for road warrior setups (hosts with dynamic ip | Reyk 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-06 | sync | Theo de Raadt | |
2006-03-06 | ricoh sd/mmc controller | Theo de Raadt | |
2006-03-06 | Remove accidentally committed debug printf. | Mark Kettenis | |
2006-03-06 | Make UDMA on the VT8237 work again. | Mark Kettenis | |
ok jsg@, grange@ | |||
2006-03-06 | deal w/ uvm_km_alloc() returning null; tedu@ ok | Michael Shalayeff | |
2006-03-06 | Synch 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-06 | Add _thread_atexit_lock and _thread_atexit_unlock to the list of | Otto Moerbeek | |
weak functions; ok millert@. | |||
2006-03-06 | open(2) returns -1 on error, not NULL | Henning Brauer | |
From: Alexey Dobriyan <adobriyan@gmail.com> | |||
2006-03-06 | failure to connect to apmd socket -- get status from the /dev/apm directly | Michael Shalayeff | |
2006-03-06 | like gnu ci(1), continue to process valid files in argv even if some are | Niall O'Higgins | |
invalid. ok xsa@ | |||
2006-03-06 | update usage(); | Jason McIntyre | |
2006-03-06 | update usage(); | Jason McIntyre | |
2006-03-06 | update usage(); | Jason McIntyre | |
2006-03-06 | update usage(); | Jason McIntyre | |
2006-03-06 | update usage() | Jason McIntyre | |
2006-03-06 | move compat flags into a STANDARDS section; | Jason McIntyre | |
2006-03-06 | move compat flags into a STANDARDS section; | Jason McIntyre | |
update usage() whilst here... | |||
2006-03-06 | move compat flags into a STANDARDS section; | Jason McIntyre | |
2006-03-06 | move compat flags into a STANDARDS section; | Jason McIntyre | |
ok niallo xsa | |||
2006-03-06 | do not panic unwiring unmapped memory (mmap3 regress); from netbsd; ↵ | Michael Shalayeff | |
kettenis@ tedu@ ok | |||
2006-03-06 | missing informative message after call to checkout_rev(). | Xavier Santolaria | |
2006-03-06 | should also have removed those newlines in previous commit. | Xavier Santolaria | |
2006-03-06 | missing newline in checkout_rev(); spotted by joris@. | Xavier Santolaria | |
2006-03-06 | get rid of questionable macro gore. | Henning Brauer | |
a 200+ lines diff, but no binary change. | |||
2006-03-06 | change a questionable multi-level foo ? a : b construct into readable | Henning Brauer | |
code. no binary change. | |||
2006-03-06 | more 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-06 | cvhange a KASSERT into a if() .. panic() construct so the binary doesn't | Henning Brauer | |
change every time a line is added or removed. no functional change. | |||
2006-03-06 | adapt informative message if we are sending output to stdout. | Xavier Santolaria | |
2006-03-06 | KNF, cleanup etc, no binary change | Henning Brauer | |
2006-03-06 | zap object pid when done with it. | Marc Espie | |
2006-03-06 | actually zap the code | Marc Espie | |
2006-03-06 | typo | Marc Espie | |
2006-03-06 | convert permanent privilege revocation to use setresuid/setresgid; | Damien Miller | |
ok henning@ | |||
2006-03-06 | convert permanent privilege revocation to use setresuid/setresgid; | Damien Miller | |
ok henning@ | |||
2006-03-06 | take some infrequently used code completely out of the way. | Marc Espie | |