aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* (Forced commit- last one missed the comments)Matt Jacob2001-07-301-2/+2
* (Forced commit- last commit was inadvertant in that it missed the comments)Matt Jacob2001-07-301-0/+1
* backout last commit- inadvertantMatt Jacob2001-07-301-70/+47
* scsi_targetio.hMatt Jacob2001-07-303-103/+198
* Propagate CAM_DIS_DISCONNECT on through:Matt Jacob2001-07-301-5/+54
* When booted -v (eg bootverbose is non-zero), have pccard report whatWarner Losh2001-07-301-0/+7
* Two recent commits in sys/ufs/ufs interacted badly with ext2fsIan Dowse2001-07-292-2/+5
* Disallow ATAPI CD transfers that are not a multiple of the device blockThomas Moestl2001-07-291-1/+5
* Convert the olpt driver to using new-bus stuff.Yoshihiro Takahashi2001-07-294-136/+208
* Merged from sys/dev/syscons/syscons.c revisions 1.367 and 1.368.Yoshihiro Takahashi2001-07-291-70/+64
* Make symlink $S/$M/include -> compile/FOO/machine at kernel-dependKATO Takenori2001-07-291-1/+1
* Diff-reduce this with GENERIC.Mark Murray2001-07-281-3/+3
* Permit direct swapping to NFS regular files using swapon(2). WeIan Dowse2001-07-281-3/+10
* Remove a bootverbose diagnostic that makes bootverbose just too verbose.Justin T. Gibbs2001-07-281-3/+0
* Merged from sys/i86/isa/npx.c revision 1.107.KATO Takenori2001-07-281-7/+1
* fix conflicts created by importDarren Reed2001-07-2818-475/+829
* #ifdef some 5.0 code with freebsd_version to reduce diffs with stable.Warner Losh2001-07-281-3/+16
* It is spelled INTR_FAST in current and INTR_TYPE_FAST in stable, so try toWarner Losh2001-07-281-1/+4
* Stable requires machine/clock.h to quiet warnings. It isn'tWarner Losh2001-07-281-0/+1
* To reduce diffs with -stable, ifdef selinfo.h or select.h includeWarner Losh2001-07-281-1/+5
* Minor whitespace nitWarner Losh2001-07-281-1/+0
* Use spaces instead of hard tabs in the diagram.Warner Losh2001-07-281-14/+14
* Pacify users who get all bent out of shape when they see the "xl%d: commandBill Paul2001-07-271-2/+7
* Remember to zero out certain things that we malloc() and/or contigmalloc().Bill Paul2001-07-271-0/+4
* Disable the dirhash sanity check that panics if an unused directoryIan Dowse2001-07-271-0/+8
* Uncomment a return(ENXIO) that I commented out for debugging purposes.Bill Paul2001-07-271-3/+3
* Introduce two new tunables from the boot loader.Warner Losh2001-07-273-8/+37
* Cleanup duplication in Aironet headersBrooks Davis2001-07-272-492/+74
* Revert previous accidental commit. FWIW, it was part of enablingPeter Wemm2001-07-272-23/+3
* Fix cut/paste blunder. Serves me right for doing a last minute tweakPeter Wemm2001-07-273-4/+24
* The ACPI timer register corruption problem is resolved in the PIIX4Mike Smith2001-07-271-4/+6
* Minor nits merged from my stable tree:Warner Losh2001-07-275-6/+5
* Additional clarification.Warner Losh2001-07-271-1/+8
* Attempt to fix and document interactions between suspend/resume and pccardcWarner Losh2001-07-276-50/+66
* Give hopefully better diagnostics about the card types we reject.Warner Losh2001-07-271-2/+16
* Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernelPeter Wemm2001-07-277-7/+34
* The kernel *does* now define setjmp/longjmp. Dont duplicate it here.Peter Wemm2001-07-272-4/+0
* Fix a warning.Peter Wemm2001-07-272-0/+4
* Patch up some style(9) stuff in tcp_new_isn()Peter Wemm2001-07-272-22/+14
* s/OpemBSD/OpenBSD/Peter Wemm2001-07-272-2/+2
* MASK_FPU_SW didn't do what it was expected to do.Peter Wemm2001-07-263-21/+3
* Check the state of the slot when we resume. Set it to empty if we noWarner Losh2001-07-261-1/+5
* Use the tunable maxusers rather than the compile-time one. Evaluate andPeter Wemm2001-07-261-12/+18
* Call the early tunable setup functions as soon as kern_envp is available.Peter Wemm2001-07-266-0/+18
* Move MAXUSERS out of opt_param.h to make sure that other code doesn'tPeter Wemm2001-07-261-2/+2
* param.c no longer gets special treatment. Use the source tree version.Peter Wemm2001-07-266-63/+29
* Move param.c out of the conf directory and make it fully dynamic.Peter Wemm2001-07-264-124/+55
* Make sure the total number of sectors is not 0 for a vnode-type md toThomas Moestl2001-07-261-0/+4
* move ipsec security policy allocation into in_pcballoc, beforeHajimu UMEMOTO2001-07-267-47/+10
* incorrect bounds-check on snprintf.Jun-ichiro itojun Hagino2001-07-261-2/+2