aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Axe spl's that are covered by the sched_lock (and have been for quiteJohn Baldwin2001-07-031-30/+4
* Add a manpage for the acpi super-device. This is still fairly brief, andMike Smith2001-07-032-0/+284
* Include the wait message and channel for msleep() in the KTR tracepoint.John Baldwin2001-07-031-1/+2
* Fix a XXX comment by moving the initialization of the number of pbuf'sJohn Baldwin2001-07-031-9/+9
* Remove bogus need_resched() of the current CPU in roundrobin().John Baldwin2001-07-031-3/+6
* Grab Giant around postsig() since sendsig() can call into the vm toJohn Baldwin2001-07-032-6/+2
* Quiet warning by removing ast() prototype.John Baldwin2001-07-032-2/+0
* Allow Giant to be recursed when a process terminates.John Baldwin2001-07-036-12/+12
* Argh...this isn't ready for WARNS=2 on alpha.Mike Heffner2001-07-031-1/+0
* Constify and lockdown with WARNS=2.Mike Heffner2001-07-033-25/+26
* Do away with the ``err'' variable.Brian Somers2001-07-031-74/+117
* Document continuation line support.Dima Dorfman2001-07-022-0/+4
* Correct handling of continuation lines. Instead of treating theDima Dorfman2001-07-022-0/+8
* Correct obviously wrong mistakes.Brian Feldman2001-07-023-3/+3
* EACCES may be returned if write permission was denied as well.Dima Dorfman2001-07-021-1/+1
* Revert previous commit; it broke large file support on platforms thatDima Dorfman2001-07-021-1/+1
* Use the printstatus() function from ${.CURDIR}/../fdread/fdutil.c toJoerg Wunsch2001-07-023-25/+39
* Break out the function to print the FDC error information intoJoerg Wunsch2001-07-024-44/+114
* Add a couple of major numbers for ICP Vortex (who were acquired by Intel,Mike Smith2001-07-021-0/+2
* Create gif devices in the "gifconfig" stage while configuring them.Brooks Davis2001-07-027-7/+7
* gif(4) and stf(4) modernization:Brooks Davis2001-07-0218-203/+287
* Support network device cloning via create and destroy options.Brooks Davis2001-07-022-12/+162
* Document network device cloning ioctls.Brooks Davis2001-07-021-0/+37
* Add kernel infrastructure for network device cloning.Brooks Davis2001-07-024-5/+242
* s/Netherlands/the NetherlandsWilko Bulte2001-07-021-3/+3
* correct arg to getopt (-P takes arg).Hajimu UMEMOTO2001-07-021-1/+1
* A slightly more complete change to timeouts:Matt Jacob2001-07-024-14/+31
* make it compile again in -currentMatt Jacob2001-07-021-1/+1
* Add Cisco Aironet 350 Series.Brooks Davis2001-07-022-2/+4
* Reviewed by: Matthew JacobLars Fredriksen2001-07-021-1/+1
* add MR-AFS port numbersAssar Westerlund2001-07-021-0/+4
* While in there fixing a fragment logging bug, fix it so we logCrist J. Clark2001-07-021-8/+11
* Detect the device on e.g. Dell OptiPlex GX110s.Brian Feldman2001-07-021-0/+1
* Make all this compile on 4.3, modulus sbuf.Brian Feldman2001-07-024-3/+15
* Lose any stray host bits that a user may have entered when providingCrist J. Clark2001-07-021-1/+3
* Add device ID for the OHCI controller in the Apple KeyLargo chip.Benno Rice2001-07-022-0/+10
* Silence some of the -Wnon-const-format warnings and add __printflike()Kris Kennaway2001-07-022-6/+11
* Fix some typos.Brian Somers2001-07-021-3/+3
* Fixed warning message.Yoshihiro Takahashi2001-07-022-6/+4
* Fixed to support C-NET(9N)E.Yoshihiro Takahashi2001-07-021-9/+2
* "changing" -> "charging"Nik Clayton2001-07-021-1/+1
* Minor style(9) changes before I get going.Warner Losh2001-07-021-41/+40
* Fix a couple of compile warnings because WLDEBUG and WLCACHE wereWarner Losh2001-07-021-2/+8
* Move wl driver to dev/wl. Repo copied to dev/wl, the old copiesWarner Losh2001-07-026-2785/+3
* Bump config version in config.Warner Losh2001-07-021-2/+2
* Bump config version.Warner Losh2001-07-025-5/+5
* Repo copy i82586.h to dev/ic/i82586.h.Warner Losh2001-07-022-333/+1
* Bring back part of rev. 1.296 I accidently reverted in the previousDima Dorfman2001-07-022-2/+2
* Introduce DEVICE_INIT, DEVICE_GET, and DEVICE_SHUTDOWN macros. As theDima Dorfman2001-07-0216-48/+64
* Combine a couple of tests to reduce the indentation level.Warner Losh2001-07-011-9/+7