aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-2337-37/+0
* MFamd64 (1.111: fixed missing call to .mexitcount in lgdt()).Bruce Evans2004-05-231-0/+1
* Updated for removal of the "count" arg in device lines.Bruce Evans2004-05-231-8/+17
* Remove man4/man4.i386/cy.4 and adjust makefiles after repo-copying cy.4 upBruce Evans2004-05-233-248/+1
* Spell "retq" as "ret" in pagezero() like it is everywhere, else soBruce Evans2004-05-231-1/+2
* Initialise OHCI_CROMHDR and OHCI_BUS_OPT in fwohci_ibr to make sure thatDoug Rabson2004-05-231-0/+7
* MFNetBSD 1.80; author: wizLukas Ertl2004-05-231-2/+3
* Add localized calendar file for holidays in Austria.Josef El-Rayes2004-05-231-0/+62
* Grab all the information we need about a character with one call toTim J. Robbins2004-05-231-7/+5
* Replace the static "qdat" structure with a per-instance softc fieldIan Dowse2004-05-2312-32/+24
* Diff reduction to NetBSD.Lukas Ertl2004-05-231-3/+5
* Use __FBSDID.Maxime Henrion2004-05-232-4/+6
* Don't crash if the CROM is all zeros.Doug Rabson2004-05-231-0/+4
* Fix typoChristian Brueffer2004-05-231-1/+1
* Apply fix for long timeouts on driver initialisation.Duncan Barclay2004-05-231-2/+7
* In agp_generic_bind_memory(), grab the needed pages before acquiringMaxime Henrion2004-05-232-60/+84
* Change `ps' to use the KERN_PROC_RGID and KERN_PROC_SESSION optionsGarance A Drosehn2004-05-221-8/+5
* Implement the new KERN_PROC_RGID option, and also implement theGarance A Drosehn2004-05-221-0/+28
* Define a KERN_PROC_RGID option for kvm_getprocs().Garance A Drosehn2004-05-221-0/+1
* Add --no-same-owner as a synonym for -o.Tim Kientzle2004-05-221-0/+1
* Revert the previous commit. The bus accessor macros do not check theNate Lawson2004-05-221-3/+56
* - Add a reference to eeprom(8).Marius Strobl2004-05-221-2/+4
* Hook eeprom(8) up to the FreeBSD/sparc64 build.Marius Strobl2004-05-221-0/+2
* Add standard command "help" to print usage.Pawel Jakub Dawidek2004-05-221-3/+14
* Add eeprom(8), a utility to display and modify system configurationsMarius Strobl2004-05-225-0/+1181
* - Change ofwdump(8) to use sysexits(3) exit codes.Marius Strobl2004-05-224-142/+185
* - Rearrange a comment to fit in 80 chars per line, like the rest of thisMarius Strobl2004-05-221-4/+4
* - Move OFW_NAME_MAX, used as a limit for OFW property names and deviceMarius Strobl2004-05-222-13/+24
* Actually we are also able to list only choosen providers.Pawel Jakub Dawidek2004-05-223-3/+6
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson2004-05-2218-573/+573
* Perform conversions straight from the stream buffer instead of scanningTim J. Robbins2004-05-221-18/+19
* Associate a multibyte conversion state object with each stream. Reset itTim J. Robbins2004-05-227-42/+24
* Add Intel PCI vendor ID.Lukas Ertl2004-05-221-0/+4
* Don't forget to reset if_hwassist back to 0 when hardware checksummingYaroslav Tykhiy2004-05-221-1/+3
* Remove two debugging printf().Maxime Henrion2004-05-221-2/+0
* Get rid of a lockmgr consumer by making agp(4) use a standard mutex,Maxime Henrion2004-05-2218-40/+22
* Add regression tests for geom_stripe and geom_nop.Pawel Jakub Dawidek2004-05-228-0/+141
* Be more precise.Pawel Jakub Dawidek2004-05-221-7/+8
* style.Makefile(5).Pawel Jakub Dawidek2004-05-221-6/+6
* Fix typos in comments.Lukas Ertl2004-05-221-9/+9
* Add a "-r" flag to ktrdump(1) to print relative timestamps when usedRobert Watson2004-05-222-6/+22
* To date, unwiring a fictitious page has produced a panic. The reasonAlan Cox2004-05-224-18/+29
* Spelling and style fixes.Marius Strobl2004-05-222-22/+22
* Use unsigned types for the arguments of the atomic(9) operations,Marius Strobl2004-05-221-4/+4
* Switch from BSD-style u_intXX_t to ISO C99 uintXX_t.Marius Strobl2004-05-222-5/+5
* Plug three lock leaks.Maxime Henrion2004-05-222-0/+6
* Remove gconcat(8) utility. It was replaced by geom(8).Pawel Jakub Dawidek2004-05-213-670/+0
* - More clear example description.Pawel Jakub Dawidek2004-05-211-4/+4
* Force commit to note, that those manual pages were...Pawel Jakub Dawidek2004-05-210-0/+0
* Add manual pages for gconcat(8), gstripe(8) and gnop(8) utilities.Pawel Jakub Dawidek2004-05-216-3/+430