aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-143-3/+3
* Handle AF_ARP in *_output()Matthew N. Dodd2004-03-143-0/+81
* Fixed a misspelling of 0 as NULL. Removed a spelling of NULL as 0.Bruce Evans2004-03-141-1/+1
* Fixed misspellings of '\0' as NULL.Bruce Evans2004-03-141-2/+2
* Now that the asc driver is no longer in the tree, the man page is surplus.Warner Losh2004-03-141-1/+0
* With the passing of the asc driver, the sasc prograqm is no longerWarner Losh2004-03-146-374/+0
* Remove asc driver, support for GI1904 based hand scanners. ThisWarner Losh2004-03-144-973/+0
* Should have committed this with other wt driver removal commit.Warner Losh2004-03-141-6/+0
* Now that the wt driver is gone, go ahead and remove its userland support.Warner Losh2004-03-142-55/+1
* Remove wt driver. It still uses COMPAT_ISA_DRIVER which is going awayWarner Losh2004-03-143-1110/+0
* Simplify sf_buf_alloc().Alan Cox2004-03-141-2/+1
* Make the process_exit eventhandler run without Giant. Add Giant hooksPeter Wemm2004-03-146-6/+7
* Move the process_fork event out from under Giant. This one is easy,Peter Wemm2004-03-142-2/+8
* Compare spppq to NULL instead of using spppq as a boolean.Robert Watson2004-03-141-2/+2
* Fix some style bugs in previous commit.Tom Rhodes2004-03-144-12/+8
* Define AF_ARP/PF_ARP.Matthew N. Dodd2004-03-141-1/+3
* De-register.Matthew N. Dodd2004-03-141-22/+22
* Allow swap-backed devices to run without Giant.Alan Cox2004-03-141-3/+1
* TMPDIR is magic, use TMPMNTPoul-Henning Kamp2004-03-131-5/+5
* Regen for mpsafe kse_create()Peter Wemm2004-03-135-6/+6
* Push Giant down a little further:Peter Wemm2004-03-137-29/+14
* Re-kill ispcvt on amd64 - rc.d/syscons was fixed ages ago.Peter Wemm2004-03-132-111/+0
* MFp4: comment out options that don't exist so that they cannot bePeter Wemm2004-03-132-9/+6
* Diff reduction with current. Correct comment about ed etc.Peter Wemm2004-03-131-4/+4
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonPeter Wemm2004-03-1316-266/+22
* Drastically clean up the legacy host-pci bridge table. We don't needPeter Wemm2004-03-131-208/+5
* MFi386: nuke pci_cfgintrPeter Wemm2004-03-132-23/+1
* Reduce the scope of the Giant lock being held for non-mpsafe syscalls.Peter Wemm2004-03-131-14/+6
* New release note:Hiroki Sato2004-03-132-6/+146
* Fix a typo (s/acecss/access/).Hiroki Sato2004-03-132-2/+2
* Recognise the 82845G AGP bridge, and poke it appropriately atPeter Edwards2004-03-132-0/+10
* Create hierarchy before installing a new kernel. This is neededRuslan Ermilov2004-03-131-0/+9
* Now that contigfree() does not require Giant, don't grab it in busdma.Scott Long2004-03-136-12/+0
* Add Epson Perfection 1670 to the list of supported devices.Simon L. B. Nielsen2004-03-131-0/+1
* Don peril-sensitive glasses and throw the switch to move nologin(8) fromColin Percival2004-03-132-1/+1
* Add missing spaces after "logconfig" in example lines.Colin Percival2004-03-131-2/+2
* Add support for the Epson Perfection 1670 scanner.Tim J. Robbins2004-03-131-0/+1
* RegenTim J. Robbins2004-03-132-2/+9
* Add EPSON Perfection 1670 scanner.Tim J. Robbins2004-03-131-0/+1
* Remove GIANT_REQUIRED from contigfree().Alan Cox2004-03-131-1/+1
* Constify interactive_ports, as its value is static, and therefore doesn'tRobert Watson2004-03-131-1/+1
* Add annotations to mtx_lock(&Giant) in kern_select() and poll() thatRobert Watson2004-03-131-0/+8
* Remove stale (unused) unit variables from if_tun and if_tap softc's.Robert Watson2004-03-132-3/+0
* Constify iso88025_broadcastaddr to make it clear no explicitRobert Watson2004-03-131-3/+3
* Const-poison atmulticastaddr, which should be read but not modified.Robert Watson2004-03-131-9/+9
* Fix odd grammar in comment.Colin Percival2004-03-131-1/+1
* Add standard copyright notice; fix style bugs. (Reported by bde)Colin Percival2004-03-131-9/+26
* When nologin(8) is installed in /usr/sbin/, create a symlink fromColin Percival2004-03-131-7/+2
* Align the offset in vn_rdwr_inchunks() so that at most the first andBruce Evans2004-03-131-1/+11
* Don't allow interfaces to be renamed to the empty string.Brooks Davis2004-03-131-2/+4