aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a case of undefined behavior due to overlapping buf objects inJens Schweikhardt2003-12-231-2/+3
* Fix a few more places where NULL was used instead of 0.Stefan Eßer2003-12-232-3/+3
* I didn't notice it right away, but check the right length too.Ruslan Ermilov2003-12-231-1/+1
* I asked Bosko Milekic for help with 'peak' reporting, and he suggestedAlfred Perlstein2003-12-231-2/+2
* Introduce mp_maxcpus which can be used by libkvm utils to find outAlfred Perlstein2003-12-231-0/+5
* Fix a problem introduced in revision 1.84: m_pullup() does notRuslan Ermilov2003-12-231-5/+7
* Restore old netstat -m output.Alfred Perlstein2003-12-234-31/+76
* Prevent withering of the provider we're orphaning from happening untilPoul-Henning Kamp2003-12-231-1/+7
* Catch a few places where NULL (pointer) was used where 0 (integer) wasHajimu UMEMOTO2003-12-231-2/+2
* /etc/rc.serial -> /etc/rc.d/serial.Tom Rhodes2003-12-231-1/+1
* Re-do the handling of ndis_buffers. The NDIS_BUFFER structure isBill Paul2003-12-234-22/+45
* Regen (should be a NOP except for rcsid)Peter Wemm2003-12-234-4/+4
* GC unused namespc column.Peter Wemm2003-12-231-548/+518
* Regen (should be a NOP except for rcsid changes)Peter Wemm2003-12-236-6/+6
* GC unused third namespace column.Peter Wemm2003-12-231-311/+268
* GC unused namespace column. Unwrap some long lines that now fit.Peter Wemm2003-12-231-433/+391
* Regen - this should be essentially a NOP, except for rcsid changes.Peter Wemm2003-12-235-5/+5
* Remove namespc column and attempt to un-fold some of the longer linesPeter Wemm2003-12-231-563/+543
* Remove the namespace column from the syscalls tables. We don't actuallyPeter Wemm2003-12-231-7/+7
* RegenPeter Wemm2003-12-234-5/+5
* freebsd32_fstat(2) is now MPSAFEPeter Wemm2003-12-231-1/+1
* Rather than screw around with the (unsafe) stackgap, call vn_stat/fo_statPeter Wemm2003-12-231-53/+45
* RegenPeter Wemm2003-12-234-29/+13
* Eliminate stackgap usage for the (woefully incomplete) path translationsPeter Wemm2003-12-233-195/+3
* Forced commit; previous commit also included:Peter Wemm2003-12-230-0/+0
* Add an additional field to the elf brandinfo structure to supportPeter Wemm2003-12-2312-35/+150
* Add a reminder note about removing the amd64 test here once the gcc33 portPeter Wemm2003-12-231-0/+1
* Catch a few places where NULL (pointer) was used where 0 (integer) wasPeter Wemm2003-12-2314-29/+28
* Don peril sensitive sunglasses and set NULL to an actual pointer type,Peter Wemm2003-12-231-0/+4
* Don't use NULL (pointer) when we're testing for a count of 0 (integer).Peter Wemm2003-12-231-1/+1
* Don't use NULL (pointer) when we mean 0 (integer) for the number of ticksPeter Wemm2003-12-232-2/+2
* Remove the Minolta item, it already exists in the uscanner(4) manual page.Tom Rhodes2003-12-221-2/+0
* Update the supported device list.Tom Rhodes2003-12-221-0/+12
* Fix a couple of stylistic issuesMaksim Yevmenkin2003-12-221-2/+2
* Add Epson Perfection 1250 and Minolta 5400 to the list of supportedSimon L. B. Nielsen2003-12-221-0/+2
* resort device listMIHIRA Sanpei Yoshiro2003-12-221-3/+3
* Fixed incomplete initialization in some ohci controllers withTakeshi Shibagaki2003-12-221-33/+46
* Put the em and vx drivers back into the kernel so that the mfsroot stopsScott Long2003-12-221-2/+0
* Enable support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNTakeshi Shibagaki2003-12-223-12/+45
* Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoidTim J. Robbins2003-12-221-1/+1
* Some minor touchups:Bill Paul2003-12-221-4/+9
* Now that I finally have power back, implement a couple more NDIS APIBill Paul2003-12-221-0/+75
* Fix typo in ENE CB710 description. It isn't a 720.Warner Losh2003-12-221-1/+1
* Add more bridges, based on reading the pccbb.c file.Warner Losh2003-12-221-2/+32
* Fix ASM_OUTPUT_LABELREF to deal with TSL model prefixes GCCAlexander Kabaev2003-12-221-6/+14
* fixed a bug that 'ip6addrctl delete' command does not workSUZUKI Shinsuke2003-12-221-1/+1
* fixed a bug that IPv6 routing header does not work properly if specified from...SUZUKI Shinsuke2003-12-221-1/+1
* - Create an unmapped guard page to trap access to vm_page_array[-1].Alan Cox2003-12-221-0/+5
* - Significantly reduce the number of preallocated pv entries inAlan Cox2003-12-223-29/+3
* Explain what all this is about.Greg Lehey2003-12-221-0/+16