summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* By default, ich4 has NAMBAR and NABMBAR i/o spaces asmatk2004-03-311-1/+12
* o add support for controlling the power of transmitted framessam2004-03-305-0/+54
* Only call if_init when doing SIOCSIFADDR if the interface is not markedsam2004-03-301-0/+60
* Switch ste_encap() over to using m_defrag().ru2004-03-301-14/+2
* Added options for 3ware 9000 series RAID controller driver (twa).vkashyap2004-03-301-0/+4
* Shut up a couple of annoying gcc warnings. Do not enclose the fixes withmlaier2004-03-301-14/+16
* Replace td2 with td on the assumption that this was a typo. This should atbenno2004-03-302-2/+2
* The VLAN TCI field should be operated in network byte order.ru2004-03-301-2/+2
* White space and wording changes to init_param3().alc2004-03-301-5/+3
* Disable serialize_methods and enable _OSI support by default. The formernjl2004-03-301-5/+14
* Fixed a style bug in previous commit (misformatted comment). Fixedbde2004-03-301-3/+4
* Catch all cases where bread() returns an error and a valid *bp, and releasescottl2004-03-302-6/+11
OpenPOWER on IntegriCloud