aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Annual NTP kernel code spring-cleaning:Poul-Henning Kamp2004-03-141-8/+11
* Catch up with the removal of the wt(4) driver.Ruslan Ermilov2004-03-141-16/+0
* MFi386: Remove the stl and stli drivers.Yoshihiro Takahashi2004-03-141-19/+0
* MFi386: revision 1.29.Yoshihiro Takahashi2004-03-141-2/+2
* MFi386: revision 1.76.Yoshihiro Takahashi2004-03-141-2/+5
* New release note:Hiroki Sato2004-03-142-6/+34
* Removed duplicate __FBSDID(). Keep the one that style(9) likes.Ruslan Ermilov2004-03-141-3/+0
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-1454-201/+12
* These go along with the stl and stli drivers, recently removed.Warner Losh2004-03-1413-3159/+0
* stl and stli use the old COMPAT_ISA api. slt also uses the really oldWarner Losh2004-03-147-7984/+0
* Add multiple inclusion guards. Mostly this is for extern.h, which wasJuli Mallett2004-03-143-1/+10
* Calculate NFS timeouts in units of 10ms, not 5ms. This matches the defaultPeter Wemm2004-03-143-3/+3
* Fixed misspellings of 0 as NULL. Fixed some nearby style bugs.Bruce Evans2004-03-141-1/+2
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-142-2/+2
* Set default HZ to 1024 for amd64. The comment in kern/tty.c doesn'tPeter Wemm2004-03-141-0/+4
* Fixed misspellings of 0 as NULL.Bruce Evans2004-03-141-2/+2
* remove the ioctl files from the asc, ctx and wt drivers just removedWarner Losh2004-03-143-114/+0
* Remove straggler from gp driver removalWarner Losh2004-03-141-27/+0
* Remove gp driver. It uses the old COMPAT_ISA shims.Warner Losh2004-03-144-1214/+0
* Fixed a mispelling of 0 as NULL.Bruce Evans2004-03-141-1/+1
* Remove ctx driver. another scanner. This one uses COMPAT_ISA shimsWarner Losh2004-03-144-502/+0
* 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