summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apparently, the Intel icc compiler doesn't like it when you usewpaul2005-01-254-4/+4
* - Include LK_INTERLOCK in LK_EXTFLG_MASK so that it makes its way intojeff2005-01-252-2/+2
* Introduce and use g_vfs_close().phk2005-01-2511-18/+30
* - Add support for new chips, PL-2303X and PL-2303HX.akiyama2005-01-251-21/+159
* Bump __FreeBSD_version to 600007 for the recent VFS gymnastics.phk2005-01-251-1/+1
* - Make lf_print static and move its prototype into kern_lockf.cjeff2005-01-252-23/+40
* Previously a read of zero bytes got handled in devfs:vop_read() but Iphk2005-01-251-0/+12
* Add quirk for easyRAID ER5 alias areca ARC-6010.mr2005-01-251-0/+5
* Remove dummy vendor id for DIGITAL now that we have the real one.phk2005-01-251-1/+0
* Minor whitespace cleanupimp2005-01-251-10/+16
OpenPOWER on IntegriCloud