summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Unbreak natd.deischen2004-04-021-0/+1
* style(9): return foo -> return (foo)des2004-04-021-95/+95
* Clean up whitespace, fix continuation indents, wrap some long lines.des2004-04-021-27/+27
* Unbreak LINT on 64-bit platforms. Note that this code is not style(9)-des2004-04-023-5/+6
* Rearrangements needed for syscons(4) to be used as a console devicekensmith2004-04-021-20/+41
* In ns8250_putc() insert a barrier between writing the character andmarcel2004-04-021-0/+1
* Allow the selection of a debug port with hw.uart.dbgport. Unlikemarcel2004-04-021-46/+84
* Call kbd_attach() only when KBD_INSTALL_CDEV is enabled as the functionmarcel2004-04-021-0/+2
* Add missing comment terminator.kris2004-04-021-1/+1
* The comment complained about not having a thread_unlink()julian2004-04-021-5/+2
* For now, restore an splx(s) I removed when introducing slisunitfree().rwatson2004-04-011-1/+3
* Fix booting with ps2 keyboards.alfred2004-04-011-1/+0
* Finish fixing up Alpha to work with an MP safe ptrace():jhb2004-04-012-14/+11
* Do the looping retry trick in the first operation to try to talkjulian2004-04-011-11/+14
* Fix style issues in twa lines added in rev 1.878.des2004-04-011-5/+5
* Comment out the au88x0 line which was inadvertantly included in thedes2004-04-011-1/+1
* The twa device and related options are not needed.nyan2004-04-011-0/+3
* UDP checksum is mandatory in IPv6 (RFC2460 p.28)suz2004-04-011-2/+4
* Moved the statistical counter under hw.ste.rxsyncs.ru2004-04-011-1/+3
* Move twa from files.i386 to files. This unbreaks LINT on !i386.des2004-04-012-5/+6
* Back out 1.188 (major number for twa). The twa driver does not need it.des2004-04-011-1/+0
* Match the specific MPC106 host bridge PCI ID rather than allgrehan2004-04-011-6/+3
* Don't print out 'GIANT-LOCKED' for INTR_FAST drivers.scottl2004-04-011-1/+1
* Move the ivar accessing routines back to inlines (reverting acpivar.hnjl2004-04-012-85/+71
* Move the name attribute to the end of the conftxt line to simplifygrehan2004-04-011-4/+6
* radiotap updates:sam2004-04-014-12/+26
* correct xmit-side radiotap collection by tap'ing the frame beforesam2004-04-011-4/+4
* Remove sysctl kern.ps_argsopen, it is not very useful, one should usepjd2004-04-012-4/+0
* Remove ps_argsopen check. It is was bogus in the past and was correctedpjd2004-04-011-5/+0
* Remove ps_argsopen from this check, because of two reasons:pjd2004-04-012-2/+2
* Abstract "is a particular SLIP unit free" check behind slisunitfree(),rwatson2004-03-311-12/+18
* Fix a bug with preloaded image -- for some reason [that i don'tluigi2004-03-311-14/+3
* Raise WARNS level to 2.des2004-03-311-0/+1
* Deal with aliasing warnings.des2004-03-314-181/+63
* Under a heavy RX load, at least with D-Link DFE-550TX adapters,ru2004-03-311-1/+18
* Added polling(4) support for ste(4).ru2004-03-312-3/+80
* Moved comments on 3ware 9000 series RAID controller driver options fromvkashyap2004-03-312-3/+10
* Staticize pnp methods, style fixes. Remove unused variable to unbreaknjl2004-03-312-23/+17
* Add ACPI path in location string for ACPI namespace aware PCI device.takawata2004-03-311-1/+20
* Add an interface to pass an argument to the resource parsing functions.njl2004-03-313-7/+9
* Style fix.takawata2004-03-311-39/+49
* Add more DLT types required by libpcap 0.8.3.bms2004-03-311-0/+52
* Update system bpf headers for libpcap 0.8.3.bms2004-03-311-1/+58
* Support the D-Link DGE-530T. Mine appears to have a blank eeprom, so assumemckay2004-03-314-2/+56
* Give in to the oblique nagging and move AAC and AHC/AHD comments out ofscottl2004-03-312-42/+34
* Remove unused variable.julian2004-03-311-2/+0
* The end argument to bus_alloc_resource() should have been ~0 andgrehan2004-03-311-2/+1
* In sofree(), avoid nested declaration and initialization inrwatson2004-03-311-1/+2
* - Add an optimized page copy function for use by pmap_copy_page(). It isalc2004-03-313-3/+30
* Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(),rwatson2004-03-314-5/+6
OpenPOWER on IntegriCloud