summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The current resource buffer returned from an interrupt link devicemsmith2001-07-302-14/+40
* - Prevent the ACPI code from being loaded as a module other than atmsmith2001-07-302-11/+123
* Minor updates (no functional changes)msmith2001-07-301-86/+82
* Don't use a buffer for the state info from the TI chips. Just printimp2001-07-301-14/+13
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsmjacob2001-07-301-52/+47
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsmjacob2001-07-301-9/+13
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsmjacob2001-07-301-157/+143
* Kill the command (don't rerun it) if we had an AUTOSENSE failure.mjacob2001-07-301-3/+5
* (Forced commit- last one missed the comments)mjacob2001-07-301-2/+2
* (Forced commit- last commit was inadvertant in that it missed the comments)mjacob2001-07-301-0/+1
* backout last commit- inadvertantmjacob2001-07-301-70/+47
* scsi_targetio.hmjacob2001-07-303-103/+198
* Propagate CAM_DIS_DISCONNECT on through:mjacob2001-07-301-5/+54
* When booted -v (eg bootverbose is non-zero), have pccard report whatimp2001-07-301-0/+7
* Two recent commits in sys/ufs/ufs interacted badly with ext2fsiedowse2001-07-292-2/+5
* Disallow ATAPI CD transfers that are not a multiple of the device blocktmm2001-07-291-1/+5
* Convert the olpt driver to using new-bus stuff.nyan2001-07-294-136/+208
* Merged from sys/dev/syscons/syscons.c revisions 1.367 and 1.368.nyan2001-07-291-70/+64
* Make symlink $S/$M/include -> compile/FOO/machine at kernel-dependkato2001-07-291-1/+1
* Diff-reduce this with GENERIC.markm2001-07-281-3/+3
* Permit direct swapping to NFS regular files using swapon(2). Weiedowse2001-07-281-3/+10
* Remove a bootverbose diagnostic that makes bootverbose just too verbose.gibbs2001-07-281-3/+0
* Merged from sys/i86/isa/npx.c revision 1.107.kato2001-07-281-7/+1
* fix conflicts created by importdarrenr2001-07-2818-475/+829
* #ifdef some 5.0 code with freebsd_version to reduce diffs with stable.imp2001-07-281-3/+16
* It is spelled INTR_FAST in current and INTR_TYPE_FAST in stable, so try toimp2001-07-281-1/+4
* Stable requires machine/clock.h to quiet warnings. It isn'timp2001-07-281-0/+1
* To reduce diffs with -stable, ifdef selinfo.h or select.h includeimp2001-07-281-1/+5
* Minor whitespace nitimp2001-07-281-1/+0
* Use spaces instead of hard tabs in the diagram.imp2001-07-281-14/+14
* Pacify users who get all bent out of shape when they see the "xl%d: commandwpaul2001-07-271-2/+7
* Remember to zero out certain things that we malloc() and/or contigmalloc().wpaul2001-07-271-0/+4
* Disable the dirhash sanity check that panics if an unused directoryiedowse2001-07-271-0/+8
* Uncomment a return(ENXIO) that I commented out for debugging purposes.wpaul2001-07-271-3/+3
* Introduce two new tunables from the boot loader.imp2001-07-273-8/+37
* Cleanup duplication in Aironet headersbrooks2001-07-272-492/+74
* Revert previous accidental commit. FWIW, it was part of enablingpeter2001-07-272-23/+3
* Fix cut/paste blunder. Serves me right for doing a last minute tweakpeter2001-07-273-4/+24
* The ACPI timer register corruption problem is resolved in the PIIX4msmith2001-07-271-4/+6
* Minor nits merged from my stable tree:imp2001-07-275-6/+5
* Additional clarification.imp2001-07-271-1/+8
* Attempt to fix and document interactions between suspend/resume and pccardcimp2001-07-276-50/+66
* Give hopefully better diagnostics about the card types we reject.imp2001-07-271-2/+16
* Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernelpeter2001-07-277-7/+34
* The kernel *does* now define setjmp/longjmp. Dont duplicate it here.peter2001-07-272-4/+0
* Fix a warning.peter2001-07-272-0/+4
* Patch up some style(9) stuff in tcp_new_isn()peter2001-07-272-22/+14
* s/OpemBSD/OpenBSD/peter2001-07-272-2/+2
* MASK_FPU_SW didn't do what it was expected to do.peter2001-07-263-21/+3
* Check the state of the slot when we resume. Set it to empty if we noimp2001-07-261-1/+5
OpenPOWER on IntegriCloud