summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Import kernel part of ncplib: netncp and nwfsbp1999-10-0238-0/+13112
* Add the apm_saver syscons screen saver module.nsayer1999-10-024-0/+192
* Prepare for the apm_saver screen saver module.nsayer1999-10-024-50/+100
* Backout part of the changes made in 1.111roger1999-10-012-18/+2
* Oops. That'll teach me to commit without testing. I either replacedpeter1999-10-012-2/+2
* Zap a trigraph (???)peter1999-10-012-2/+2
* Force the "calls" count for malloc types to be 64 bit where it keeps trackpeter1999-10-011-2/+2
* Use the sys/wormio.h definitions of the CDRIOCNEXTWRITEABLEADDR andpeter1999-10-011-3/+0
* Move a couple of ioctl defines from wormcontrol.c to wormio.h. These arepeter1999-10-011-0/+4
* Sync w/ sys/i386/i386/machdep.c revision 1.364.kato1999-10-012-14/+16
* Sync w/ sys/i386/conf/files.i386 revision 1.275.kato1999-10-012-4/+0
* Introduce the disk mini-layer and devstat_end_transaction_buf() in cam/scsi.phk1999-10-015-220/+85
* Implement the use of si_addr in siginfo_t.marcel1999-10-013-0/+3
* Don't check %cs *after* it has being set in sigreturn. If the checkmarcel1999-10-012-10/+12
* Back out an unintended commit. This wasn't supposed to bemdodd1999-10-011-18/+0
* Turn off and remove the 'old' if_ep ISA/EISA/PCCARD driver.mdodd1999-10-017-2173/+25
* Add support for the AHA-1640 SCSI adapter.mdodd1999-10-012-0/+248
* make sure a trivial apm.h is created, as some people have assumed thatmjacob1999-10-012-0/+10
* Make all slices/partitions correctly inherit si_* fields.phk1999-09-301-6/+13
* Plug a potential filedescriptor leak. This will probably almostguido1999-09-301-1/+6
* This fix allows cards inserted in one of the bottem-most slots on an xp1000gallatin1999-09-301-2/+2
* Fix disk_close once more, and better this time.phk1999-09-301-2/+2
* Make the fxp driver work on alpha, rather than panic the machine on bootgallatin1999-09-306-60/+38
* Add ahc driver. The adaptec driver works just dandy on my xp1000 usinggallatin1999-09-302-0/+2
* Count bogus_page as wired.dt1999-09-301-0/+1
* Plug an accounting leak: count pages in ZONE_INTERRUPT zones as wired.dt1999-09-301-0/+2
* Remove the D_NOCLUSTER[RW] options which were added because vn hadphk1999-09-308-66/+0
* Test the slices for openness before we close them; doing it the other waymsmith1999-09-301-1/+1
* Do not follow symlinks when binding a unix domain socket.guido1999-09-291-1/+1
* Careless use of struct proc *p caused major problems. 'p' is allowed tomarcel1999-09-293-12/+24
* Remove v_maxio from struct vnode.phk1999-09-2913-27/+16
* Make FreeBSD less conservative in determining when to return a cookiedillon1999-09-292-0/+8
* sigset_t change (part 4 of 5)marcel1999-09-2928-971/+1168
* sigset_t change (part 3 of 5)marcel1999-09-2926-489/+1870
* sigset_t change (part 2 of 5)marcel1999-09-2934-781/+1263
* sigset_t change (part 1 of 5)marcel1999-09-291-8/+16
* Fix world-breaking bug, add $FreeBSD$ tag.dcs1999-09-291-1/+2
* Add ID for ESS ES1869.dfr1999-09-294-0/+16
* Bring in ficl version 2.03. No version bump for loader.dcs1999-09-2921-827/+1497
* struct plex: Add variables checkblock and rebuildblock to keep trackgrog1999-09-281-1/+8
* revive_block: set b_resid correctly.grog1999-09-281-4/+208
* logrq: add sdiodone case.grog1999-09-281-9/+7
* Don't count iterations while waiting for a lock to become free.grog1999-09-281-10/+9
* Add ioctls VINUM_CHECKPARITY and VINUM_RESETPARITY, still to be fullygrog1999-09-281-0/+8
* Reduce MAX_IOCTL_REPLY to 1024; the previous value was more than ioctlgrog1999-09-281-8/+10
* open_drive: Don't call set_drive_state to take a drive down, do itgrog1999-09-281-3/+3
* sdio_done: Log events if DEBUG_LASTREQS set.grog1999-09-281-0/+4
* Change remove_drive_entrygrog1999-09-281-1/+5
* Remove some superfluous comments.grog1999-09-281-63/+41
* Minor formatting changes (7th attempt)grog1999-09-281-3/+2
OpenPOWER on IntegriCloud