aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-2139-61/+62
* Synchronize program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+2
* Unbreak handling of "ip[v]6" protocol and option flag. No more segfaultsMax Laier2005-05-211-2/+1
* Replace t_force with a t_flag (TF_FORCEDATA).Paul Saab2005-05-214-11/+13
* Quick hack-o-rama to allow the Xorg Radeon driver to start up. ItPeter Grehan2005-05-211-0/+13
* For non-profiling kernels, there were two symbols assigned to the samePeter Wemm2005-05-211-2/+4
* Fix yet another cut-and-paste bug.Maksim Yevmenkin2005-05-201-1/+1
* Reduce the number of times that we acquire and release locks inAlan Cox2005-05-201-8/+6
* Fix LINT build, original breakage was rev 1.23. There are 2 definitionsNate Lawson2005-05-201-1/+8
* Adjust the start_ap delay to match i386.David E. O'Brien2005-05-201-1/+1
* Fix mismerge in rev 1.226: wait 5 seconds as the comment documents,David E. O'Brien2005-05-201-1/+1
* reduce strlen() call.Hajimu UMEMOTO2005-05-201-4/+6
* Add a test to check whether in compat mode make detectes builtinsHartmut Brandt2005-05-206-0/+51
* use reentrant.h and simplify.Hajimu UMEMOTO2005-05-201-29/+20
* Add a test to ensure that in compat mode when a line contains noHartmut Brandt2005-05-206-0/+51
* check return value of ttyname_r().Hajimu UMEMOTO2005-05-201-1/+2
* ttyname_r() didn't pass correct buffer size to devname_r().Hajimu UMEMOTO2005-05-201-1/+1
* Add a test that test whether we can replace the shell to use byHartmut Brandt2005-05-206-0/+54
* Remove unused variables. Remove prototype for function that does not exist.Philippe Charnier2005-05-201-4/+1
* Remove unused variables.Philippe Charnier2005-05-202-3/+2
* Remove unused variables. int -> size_t for lenghts.Philippe Charnier2005-05-202-3/+2
* Add FBSDID. Add missing prototypes. Remove unused variables. Give variablePhilippe Charnier2005-05-202-14/+15
* Remove unused variable.Philippe Charnier2005-05-201-1/+0
* Remove unused variable. Shorten the path to WARNS=6 compliance.Philippe Charnier2005-05-201-1/+2
* Remove unused variables. Shorten the path to a WARNS=6 compliance.Philippe Charnier2005-05-201-17/+20
* Remove unused variables. Whitespace cleaning.Philippe Charnier2005-05-201-13/+13
* Remove unused variablesPhilippe Charnier2005-05-201-2/+1
* Recognize the integrated (though not necessarily enabled) FireWireMarius Strobl2005-05-202-0/+14
* Calling xl_rxeof() at the end of xl_start_locked() leads to recursionGleb Smirnoff2005-05-202-1/+20
* Print the rigth argv string on error (too much c&p)..Søren Schmidt2005-05-201-4/+4
* Add OpenBSD 3.7.Maxim Konovalov2005-05-201-1/+2
* Document that the returned pointer should be freed even if the numberNate Lawson2005-05-203-4/+10
* If devclass_get_devices() returns success but a count of 0, free theNate Lawson2005-05-201-1/+4
* New release notes: libalias as kernel module, ng_nat(4), sed(1) -l,Bruce A. Mah2005-05-202-0/+76
* Missed kern_windrv.c in the last checkin.Bill Paul2005-05-201-0/+14
* Deal with a few bootstrap issues:Bill Paul2005-05-202-2/+3
* guard against bogus address dataSam Leffler2005-05-201-1/+1
* Fix libstand on amd64. Rev 1.46 (obrien) removed the -I. that thePeter Wemm2005-05-201-1/+1
* In ndis_halt_nic(), invalidate the miniportadapterctx early to try andBill Paul2005-05-202-6/+1
* Document support for the 5714.Christian Brueffer2005-05-201-3/+3
* Add nve(4).Christian Brueffer2005-05-201-1/+4
* Extend `autoboot_delay' handling - is this variable is set to -1 don't allowMaxim Sobolev2005-05-194-29/+70
* Recognize the integrated USB controllers of Sun PCIO-2 chips whichMarius Strobl2005-05-191-0/+14
* Sync with the other files.<arch> files and put the keyboard mapMarius Strobl2005-05-191-7/+7
* Correct a few places where we called warn() when warnx() should haveMaxime Henrion2005-05-191-4/+4
* o mc146818(4):Marius Strobl2005-05-193-28/+53
* - Add locking.Marius Strobl2005-05-194-42/+131
* Add cases for ENOBUFS and ENETDOWN. We need to make sure that weChristian S.J. Peron2005-05-191-0/+2
* Support the 5714CPaul Saab2005-05-194-0/+20
* Document taskqueue_drain().Gleb Smirnoff2005-05-191-1/+10