summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix missing holdsock()->fgetsock()dillon2001-11-171-7/+5
* Be very generous with timeouts for synchronize cache. We may wait a very longmjacob2001-11-171-1/+1
* The Infortrend IFT-3102 multihost U2 SCSI to U2 SCSI controlleriedowse2001-11-171-0/+8
* Add quirk for Fujitsu M2513A MO drives. These drives hang at variousiedowse2001-11-171-0/+15
* MFi386: revisions from 1.26 to 1.30.nyan2001-11-172-10/+196
* MFi386: revision 1.12nyan2001-11-171-0/+9
* MFi386: revision 1.326.nyan2001-11-171-0/+1
* MFi386: revision 1.160nyan2001-11-171-0/+2
* MFi386: revision 1.483nyan2001-11-172-12/+12
* Give struct socket structures a ref counting interface similar todillon2001-11-1723-182/+223
* Fix the non-KSTACK_GUARD case.. It has been broken since the KSEpeter2001-11-172-0/+2
* Start bringing i386/pmap.c into line with cleanups that were done topeter2001-11-177-515/+385
* Forward declare struct ifnet - this fixes a warning in tdfx_pci.cpeter2001-11-171-0/+1
* Fix printf warnings (int/long)peter2001-11-171-2/+4
* Fix warning in debug printf. This is a long on alpha, and int on i386,peter2001-11-171-1/+1
* Missing KSE s/curproc/curthread/peter2001-11-171-1/+1
* Return EOPNOTSUPP for unknown module events.iedowse2001-11-172-2/+8
* Fix some warnings on 64 bit platforms.peter2001-11-171-1/+4
* When laying out objects in a ZONE_INTERRUPT zone, allow them to crossjlemon2001-11-171-2/+4
* utime/stime.tv_sec are elapsed times, not relative to 1970. We canpeter2001-11-171-4/+4
* You cannot cast a time_t to quad_t and printf it with %lld. quad_t ispeter2001-11-161-2/+2
* Fix a number of misspellings of "dependency" and "dependencies" iniedowse2001-11-166-21/+21
* Handle the IBCS2 FIONREAD ioctl. I have only tested that thisiedowse2001-11-161-0/+1
* Back out the previous fix to the leading zero problem, I hadn'tphk2001-11-161-2/+0
* Reject leading zeros in dev_stdclone().phk2001-11-161-0/+2
* Regenerate with 1.19 of pccarddevsimp2001-11-161-8/+77
* Merge in most (hopefully all) of the devices that OpenBSD has thatimp2001-11-161-3/+40
* Cosmetic tweak to eliminate some diffspeter2001-11-161-2/+0
* Merge another missing part of i386/pmap.c rev 1.220. Dont blindly clearpeter2001-11-161-1/+2
* Oops, I accidently merged a whitespace error from the original commit.peter2001-11-164-4/+4
* Merge rev 1.264 from i386/pmap.c (tegge via alfred):peter2001-11-162-2/+8
* Merge rev 1.202 from i386/pmap.c (back in 1998 by John Dyson):peter2001-11-162-0/+6
* Merge rev 1.293 of i386/pmap.c - skip PG_UNMANAGED in pmap_collect()peter2001-11-162-2/+2
* Converge/fix some debug code (#if 0'ed on alpha, but whatever)peter2001-11-163-43/+33
* Converge with i386/pmap.c - dont refer to curproc, use curthread.peter2001-11-162-4/+4
* Switch warnings and strict back on again in a way that's compatiblejoe2001-11-161-3/+3
* Merge part of i386/pmap.c rev 1.220 that got missed in alpha/pmap.cpeter2001-11-161-5/+1
* As part of a general cleanup and reconvergence of related pmap code,peter2001-11-162-46/+1
* Fix a leftover client comment, long line fix.peter2001-11-151-6/+4
* Do not allow leading zeros on device names in dev_stdclone().fenner2001-11-151-0/+2
* Allow bit 21 of EFLAGS register (PSL_ID) be changed in the use-mode withoutsobomax2001-11-152-2/+2
* Use MTX_QUIET for the lock operations during clock interrupts so their logsjhb2001-11-151-6/+6
* Add a couple of returns to making recovering from a failed witness_assert()jhb2001-11-151-2/+6
* 'error' is now unused, since its only purpose was to catch therwatson2001-11-151-1/+0
* Document the atkbd flags of 0x03 and be explicit to mention this mightasmodai2001-11-152-0/+4
* Temporarily disable unloading, as it appears to be broken (read: causesrwatson2001-11-151-0/+2
* o Rely on /dev/snp* permissions, rather than using suser() in snpopen()rwatson2001-11-151-3/+0
* Remove definition of witness and comment stating that this file implementsjhb2001-11-152-44/+2
* Add card_if.h to SRCS.matusita2001-11-151-1/+1
* Remove clkrun_hack for ThinkPad 570.asmodai2001-11-151-2/+1
OpenPOWER on IntegriCloud