summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix another 0 / NULL mixup.silby2003-12-251-1/+1
* - Add stubs for Ndis*File() functionswpaul2003-12-253-10/+116
* - Fix some compiler warnings in subr_pe.cwpaul2003-12-245-26/+61
* Enable IPv6 by default but make it optional so it doesn't affectgshapiro2003-12-241-3/+3
* Don't use NULL with integral types.marcel2003-12-241-6/+6
* regen (after removal of restrict)alfred2003-12-241-8/+8
* We're not ready for restrict qualifiers here.alfred2003-12-241-8/+8
* fix warnings. NULL -> 0alfred2003-12-241-4/+4
* NULL -> 0alfred2003-12-242-5/+5
* Add restrict qualifiers. (docs)alfred2003-12-245-5/+5
* regenalfred2003-12-241-9/+9
* NULL -> 0 where appropriate.alfred2003-12-245-23/+23
* Add restrict qualifiers.alfred2003-12-243-31/+37
* change NULL to 0 to silence warning.alfred2003-12-242-2/+2
* NULL is not 0.ume2003-12-241-1/+1
* correct bridge_version: replace unexpanded RCS keywords by a fixed stringsam2003-12-241-1/+1
* Document that when we are addressing an open()/close() race, the reasonrwatson2003-12-242-0/+4
* o Legitimate -f (force) flags for -p (preprocessor) case.maxim2003-12-242-4/+9
* Fix reference to firewire(4).simokawa2003-12-241-1/+1
* Properly spell make binary as ${MAKE}.ru2003-12-241-8/+8
* Properly advance "x/y/z" form slash-pointers in some rare casesache2003-12-241-4/+4
* Make systat -net aware of compressed time_wait sockets.silby2003-12-241-3/+11
* Return AE_OK for stub functions returning ACPI_STATUS, not NULLpeter2003-12-241-2/+2
* Fix 0 / NULL mixup (this module isn't in LINT!)peter2003-12-241-1/+1
* 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
* Back out previous commit due to incorrect content.trhodes2003-12-231-128/+62
* 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
* Correct a typo in the text.wpaul2003-12-231-9/+2
* s/disklabel/bsdlabeltrhodes2003-12-231-1/+1
* Document many of the missing posix.1b options.trhodes2003-12-231-62/+128
* Make the NDIS driver depend on the wlan module now that it haswpaul2003-12-231-0/+1
* Add the MegaRAID 320-4X cards to the supported device list.trhodes2003-12-231-0/+2
* 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
OpenPOWER on IntegriCloud