summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix disorder introduce in 1.862 by sorting emu10k before miidevs.h,Warner Losh2004-05-261-5/+5
* devlist2h.awk is too generic a name for what it does. It reallyWarner Losh2004-05-263-151/+4
* Keepalive timer should be added if we does not have any sppp consumers beforeRoman Kurakin2004-05-251-2/+2
* Humanize_number(3) is a part of libutil.Pawel Jakub Dawidek2004-05-251-0/+2
* 'ld' lists drives, not volumes.Lukas Ertl2004-05-252-3/+3
* Definition of recursion.Garrett Wollman2004-05-251-0/+6
* You want to include libutil.h, not util.h.Tom Rhodes2004-05-251-4/+7
* MFS: vm_map.c rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATEDag-Erling Smørgrav2004-05-251-1/+5
* Back out previous commit; it went to the wrong file.Dag-Erling Smørgrav2004-05-251-8/+1
* Fix spellingChristian Brueffer2004-05-251-1/+1
* MFS: rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATE semantics butDag-Erling Smørgrav2004-05-251-1/+8
* Enable GPE at runtime rather than suspend time. This is to match theNate Lawson2004-05-252-2/+6
* Add a super-user check to ipfw_ctl() to make sure that the callingChristian S.J. Peron2004-05-251-0/+4
* Use humanize_number(3).Pawel Jakub Dawidek2004-05-252-60/+7
* Teach fxp(4) to control VLAN_MTU in the hardware.Yaroslav Tykhiy2004-05-252-8/+17
* After all the relevant drivers have been fixed, fix vlan(4) itselfYaroslav Tykhiy2004-05-251-27/+27
* Add pgrep(1) and pkill(1) to the cross-reference section of ps(1).Garance A Drosehn2004-05-251-0/+2
* Revert to rev. 1.36 until issues with -Wredundant-decls are sorted out.Tim J. Robbins2004-05-251-8/+0
* Actually negative size is possible for file system, but not for disk.Pawel Jakub Dawidek2004-05-251-2/+1
* As previously threatened, give each device its own sysctl context andDag-Erling Smørgrav2004-05-252-29/+156
* Fix typo in previous: getwc() should call fgetwc(), not the functionTim J. Robbins2004-05-251-1/+1
* Set the IFCAP_VLAN_MTU bit in capenable as well.Dag-Erling Smørgrav2004-05-251-0/+1
* Set baudrate to 100 Mbps, and advertise our ability to handle extendedDag-Erling Smørgrav2004-05-251-1/+7
* Scan the source string for invalid wide characters in wcsrtombs()Tim J. Robbins2004-05-251-2/+9
* o Fix typo: s/bslim/bhlim/.Maxim Konovalov2004-05-251-1/+1
* Provide trivial macro implementations of getwc(), getwchar(), putwc() andTim J. Robbins2004-05-255-0/+16
* Round #1 of improving pcf(4).Joerg Wunsch2004-05-254-320/+645
* Null commit: this is just a notification only that this file has beenJoerg Wunsch2004-05-250-0/+0
* Use the correct location of the EBDA for searching for the RSDP.Nate Lawson2004-05-253-26/+40
* Correct two error cases in vm_map_unwire():Alan Cox2004-05-251-4/+5
* Remove call to _INI for thermal devices. ACPI-CA now calls _INI forNate Lawson2004-05-251-6/+0
* This commit was generated by cvs2svn to compensate for changes in r129694,Nate Lawson2004-05-251-1/+1
|\
| * Remove a warning of a constant that is too large. Change submitted toNate Lawson2004-05-251-1/+1
* | Add suspend/resume support to the debugger.Nate Lawson2004-05-251-1/+1
* | Changes to implement 20040514:Nate Lawson2004-05-255-45/+67
* | Local change: allow usermode to compile this header. Submitted to vendor.Nate Lawson2004-05-251-7/+1
* | Local change: don't hang forever if WAK_STS is never set.Nate Lawson2004-05-251-9/+32
* | Local change: remove warnings.Nate Lawson2004-05-253-45/+66
* | Local diff: allow use of the disassembler.Nate Lawson2004-05-251-2/+33
* | Unchanged files that are off the vendor branch.Nate Lawson2004-05-253-12/+24
* | This commit was generated by cvs2svn to compensate for changes in r129684,Nate Lawson2004-05-2549-1116/+2044
|\|
| * Vendor import of Intel ACPI-CA 20040514.Nate Lawson2004-05-2558-1191/+2200
| * Only avoid disabling bus mastering on the sleep path. This should fixNate Lawson2004-04-141-13/+13
* | - Close fd if fdopen(fd) fails.Matthew N. Dodd2004-05-251-1/+2
* | - Add a cross-reference to geom(8).Pawel Jakub Dawidek2004-05-243-4/+7
* | Add manual page for geom(8) utility.Pawel Jakub Dawidek2004-05-241-0/+121
* | Add two new flags: -w, which allows new files to be created,Matthew N. Dodd2004-05-242-5/+32
* | In verbose mode print disk sizes in human readable form as well.Pawel Jakub Dawidek2004-05-242-2/+9
* | Use humanize_number(3) to format sizes into a human readable form.Pawel Jakub Dawidek2004-05-244-157/+30
* | Add humanize_number(3) to libutil for formating numbers into a humanPawel Jakub Dawidek2004-05-244-4/+312