summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use the tunable maxusers rather than the compile-time one. Evaluate andpeter2001-07-261-12/+18
* Call the early tunable setup functions as soon as kern_envp is available.peter2001-07-266-0/+18
* Move MAXUSERS out of opt_param.h to make sure that other code doesn'tpeter2001-07-261-2/+2
* param.c no longer gets special treatment. Use the source tree version.peter2001-07-266-63/+29
* Move param.c out of the conf directory and make it fully dynamic.peter2001-07-264-124/+55
* Make sure the total number of sectors is not 0 for a vnode-type md totmm2001-07-261-0/+4
* move ipsec security policy allocation into in_pcballoc, beforeume2001-07-267-47/+10
* incorrect bounds-check on snprintf.itojun2001-07-261-2/+2
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsbmilekic2001-07-2611-29/+68
* Move definition of structure used in CONS_SCRSHOT ioctl in front of definitionsobomax2001-07-261-3/+3
* Speed up console driver.nyan2001-07-262-296/+290
* Fix typo (* -> &)msmith2001-07-261-1/+1
* Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLIscottl2001-07-251-0/+1
* This commit was generated by cvs2svn to compensate for changes in r80357,peter2001-07-251-2/+4
|\
| * Commit the hwsleep.c patch for suspend/resume onto the vendor branch.peter2001-07-251-2/+4
* | Somewhat modernize ip_mroute.c:fenner2001-07-253-192/+160
* | Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctlfenner2001-07-253-8/+3
* | Unbreak ip_mroute_modfenner2001-07-252-4/+14
* | As commented in defined in sys/net/route.c, rt_fixchange() has a badume2001-07-251-5/+25
OpenPOWER on IntegriCloud