summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move the contents of vop_stddestroyvobject() to the new vnode_pagerphk2005-01-283-26/+36
* Fix the worst offenders of style(9) with a small style sweep.imp2005-01-281-48/+36
* Cleanup tabs vs spaces.imp2005-01-283-215/+213
* For the PC Card implementation of the CS8920M that's in my IBMimp2005-01-283-3/+8
* Setting hw.cs.recv_delay should set the delay, not the ignore theimp2005-01-281-1/+1
* Remove all of the spl() markers.scottl2005-01-281-27/+0
* Lock the IPS driver and bring it out from under Giant. Also do somescottl2005-01-286-234/+149
* error = is needed before ether_ioctl() so that unsupported/unknownimp2005-01-281-1/+1
* Consistently use pcib for a printf.njl2005-01-271-1/+1
* supply a default ic_reset method for drivers; the ioctl code expect thissam2005-01-271-0/+22
* Make NTFS at least minimally usable after bufobj and GEOM fallout.peadar2005-01-273-5/+35
* "pst" is not 64-bit clean for reasons specified in sys/amd64/conf/NOTES.ru2005-01-271-1/+2
* Comment out "lnc" on amd64 for reasons specified in sys/amd64/conf/NOTES.ru2005-01-271-1/+1
* Fix handling of post increment: Either the first or second operandmarcel2005-01-271-1/+4
* Write cs_detach() and use it. This resolves the twin problems of theimp2005-01-273-2/+17
* Add back support for D-LINK DMR-650TX, and all the other OEMd versionsimp2005-01-272-1/+2
* Move 143 back to its rightful owner: Grey Cell systems, which OEMd enet cardsimp2005-01-271-4/+4
* 64-bit clean fixes: Use %zx in preference to %x to print size_t items.imp2005-01-271-2/+2
* ar and sr (and their netgraph cousins) don't appear to be 64-bit clean, soimp2005-01-272-3/+8
* Fix a few printf problems on ia64 (and other 64-bit platforms).imp2005-01-271-4/+4
* Add PCI ID for Dell RAC IV/ERA Virtual UART (PowerEdge 1850).bms2005-01-271-2/+9
* The ar driver appears to do naughty things with pointers and integersimp2005-01-271-1/+1
* pcic is goneimp2005-01-272-10/+0
* Remove policy references to mpo_check_vnode_mprotect(), which isrwatson2005-01-265-54/+2
* If CDSR_OFLOW (stty dsrflow) is enabled on one or both sides of aphk2005-01-261-14/+128
* Add required ingimp2005-01-261-1/+1
* Add -fno-strict-alias whenever someone is compiling with -O2,imp2005-01-261-0/+1
* Add cs module. It has built in my tree for ages, and it just neverimp2005-01-261-0/+2
* The tinderbox seems to have a different set of compiler optionsimp2005-01-261-0/+1
* Add WERRROR= to work around the warningsimp2005-01-264-0/+4
* Generally force -Werror for modules when not compiling with icc. Thisimp2005-01-261-0/+3
* Remove unused static declaration of ed_pccard_dl100xx(), which probablyrwatson2005-01-261-1/+0
* o Move copyin()/copyout() out of i386_{get,set}_ldt() andsobomax2005-01-263-124/+124
* Respect the current setting of IFCAP_VLAN_HWTAGGING onyar2005-01-261-5/+18
* unbreak libthr binary compatibility.davidxu2005-01-261-2/+2
* Disable use of hardware VLAN tagging and stripping in if_em in the defaultrwatson2005-01-261-1/+1
* Rename ng_callout_trapoline to ng_callout_trampoline.glebius2005-01-261-3/+3
* Catchup to the iodata renamingimp2005-01-261-1/+1
* Kill stray debugging line not fully removedimp2005-01-261-1/+1
* Rework how we deal with the DL10019 and DL10022 cards (as well as theimp2005-01-261-35/+28
* Repair probe messages a bit. Previously, we'd print the ethernetimp2005-01-261-14/+17
* - Regenjeff2005-01-261-3/+3
* - Struct mount is not yet locked well enough to allowjeff2005-01-261-3/+3
* Split out kernel side of msgctl(2) into two parts: the first that pops datasobomax2005-01-263-38/+50
* Turns out that Digital's DEPCM-BA and I-O Data PCLATE are both OEMimp2005-01-252-9/+9
* More kern_{get,set}itiver() where they belong.sobomax2005-01-252-3/+4
* With recent changes to _callout_stop_safe() we can remove a hackglebius2005-01-251-6/+1
* Split out kernel side of {get,set}itimer(2) into two parts: the first thatsobomax2005-01-253-98/+91
* Use DIGITAL2 for DEPCM cardimp2005-01-251-1/+1
* Unbreak the Digital DEPCM-BA. Since it doesn't seem to have a properimp2005-01-251-1/+2
OpenPOWER on IntegriCloud