summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed breakage of a check for boolean true by misusing NULL in rev.1.407.bde2003-12-241-2/+2
* Move the acpi module down a directory. This will allow us to importnjl2003-12-242-76/+81
* Minor whitespace changes to conform better to stlye(9) and reduce diffsimp2003-12-241-5/+5
* GC the unused <machine/kse.h> file.peter2003-12-247-255/+0
* GC unused 'syshide' override to /dev/null. This was here to disablepeter2003-12-248-8/+0
* Regen (should be NOP except for rcsid)peter2003-12-243-3/+3
* GC unused namespc column and un-wrap some longer lines that now fit.peter2003-12-241-357/+335
* Oops, remove references to namespc column in comment (I'm not going topeter2003-12-241-2/+1
* Regen. (This should have been a NOP except it hasn't been regeneratedpeter2003-12-248-317/+351
* GC namespc column and unwrap long lines that now fit.peter2003-12-243-234/+222
* Regen. This should have been a NOP, but its not been regenerated forpeter2003-12-244-349/+372
* GC OBE namespc column and un-wrap longer lines that now fitpeter2003-12-241-327/+289
* Fix locking broken by recent _CID changes. Always be sure to unlocknjl2003-12-231-10/+15
* Set up the interrupt earlier in ndis_attach(), because calling thewpaul2003-12-231-4/+13
* Correct the definitions for NDIS_80211_NET_INFRA_IBSS andwpaul2003-12-231-2/+2
* Update to use the new package routines instead of rolling our ownnjl2003-12-231-66/+40
* Remove the device_t parameter from package routines that only used it tonjl2003-12-233-49/+28
* Make the NDIS driver depend on the wlan module now that it haswpaul2003-12-231-0/+1
* 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
* 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
* 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
* 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
* 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
* resort device listsanpei2003-12-221-3/+3
* Fixed incomplete initialization in some ohci controllers withshiba2003-12-221-33/+46
* 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
OpenPOWER on IntegriCloud