summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a case of undefined behavior due to overlapping buf objects inschweikh2003-12-231-2/+3
* Fix a few more places where NULL was used instead of 0.se2003-12-232-3/+3
* I didn't notice it right away, but check the right length too.ru2003-12-231-1/+1
* I asked Bosko Milekic for help with 'peak' reporting, and he suggestedalfred2003-12-231-2/+2
* Introduce mp_maxcpus which can be used by libkvm utils to find outalfred2003-12-231-0/+5
* Fix a problem introduced in revision 1.84: m_pullup() does notru2003-12-231-5/+7
* Restore old netstat -m output.alfred2003-12-234-31/+76
* Prevent withering of the provider we're orphaning from happening untilphk2003-12-231-1/+7
* Catch a few places where NULL (pointer) was used where 0 (integer) wasume2003-12-231-2/+2
* /etc/rc.serial -> /etc/rc.d/serial.trhodes2003-12-231-1/+1
* Re-do the handling of ndis_buffers. The NDIS_BUFFER structure iswpaul2003-12-234-22/+45
* Regen (should be a NOP except for rcsid)peter2003-12-234-4/+4
* GC unused namespc column.peter2003-12-231-548/+518
* Regen (should be a NOP except for rcsid changes)peter2003-12-236-6/+6
* GC unused third namespace column.peter2003-12-231-311/+268
* GC unused namespace column. Unwrap some long lines that now fit.peter2003-12-231-433/+391
* Regen - this should be essentially a NOP, except for rcsid changes.peter2003-12-235-5/+5
* Remove namespc column and attempt to un-fold some of the longer linespeter2003-12-231-563/+543
* Remove the namespace column from the syscalls tables. We don't actuallypeter2003-12-231-7/+7
* Regenpeter2003-12-234-5/+5
* freebsd32_fstat(2) is now MPSAFEpeter2003-12-231-1/+1
* Rather than screw around with the (unsafe) stackgap, call vn_stat/fo_statpeter2003-12-231-53/+45
* Regenpeter2003-12-234-29/+13
* Eliminate stackgap usage for the (woefully incomplete) path translationspeter2003-12-233-195/+3
* Forced commit; previous commit also included:peter2003-12-230-0/+0
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-2312-35/+150
* Add a reminder note about removing the amd64 test here once the gcc33 portpeter2003-12-231-0/+1
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-2314-29/+28
* Don peril sensitive sunglasses and set NULL to an actual pointer type,peter2003-12-231-0/+4
* Don't use NULL (pointer) when we're testing for a count of 0 (integer).peter2003-12-231-1/+1
* Don't use NULL (pointer) when we mean 0 (integer) for the number of tickspeter2003-12-232-2/+2
* Remove the Minolta item, it already exists in the uscanner(4) manual page.trhodes2003-12-221-2/+0
* Update the supported device list.trhodes2003-12-221-0/+12
* Fix a couple of stylistic issuesemax2003-12-221-2/+2
* Add Epson Perfection 1250 and Minolta 5400 to the list of supportedsimon2003-12-221-0/+2
* resort device listsanpei2003-12-221-3/+3
* Fixed incomplete initialization in some ohci controllers withshiba2003-12-221-33/+46
* Put the em and vx drivers back into the kernel so that the mfsroot stopsscottl2003-12-221-2/+0
* Enable support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNshiba2003-12-223-12/+45
* Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoidtjr2003-12-221-1/+1
* Some minor touchups:wpaul2003-12-221-4/+9
* Now that I finally have power back, implement a couple more NDIS APIwpaul2003-12-221-0/+75
* Fix typo in ENE CB710 description. It isn't a 720.imp2003-12-221-1/+1
* Add more bridges, based on reading the pccbb.c file.imp2003-12-221-2/+32
* Fix ASM_OUTPUT_LABELREF to deal with TSL model prefixes GCCkan2003-12-221-6/+14
* fixed a bug that 'ip6addrctl delete' command does not worksuz2003-12-221-1/+1
* fixed a bug that IPv6 routing header does not work properly if specified from...suz2003-12-221-1/+1
* - Create an unmapped guard page to trap access to vm_page_array[-1].alc2003-12-221-0/+5
* - Significantly reduce the number of preallocated pv entries inalc2003-12-223-29/+3
* Explain what all this is about.grog2003-12-221-0/+16
OpenPOWER on IntegriCloud