summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Constify the fstype argument to vfs_mount(). This eliminates at least onedes2001-07-091-2/+2
* Small whitespace fix.julian2001-07-081-2/+2
* A set of changes to reduce the number of include files the kerneljulian2001-07-081-0/+3
* Backout mwakeup, etc.jake2001-07-062-6/+2
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().rwatson2001-07-051-2/+3
* Spelling police: extention -> extension in a comment.dd2001-07-051-2/+2
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).dillon2001-07-041-1/+12
* cleanup: GIANT macros, rename DEPRECIATE to DEPRECATEdillon2001-07-042-5/+5
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-042-0/+27
* Implement mwakeup, mwakeup_one, cv_signal_drop and cv_broadcast_drop.jake2001-07-042-2/+6
* Constify the format string.des2001-07-031-1/+1
* Add kernel infrastructure for network device cloning.brooks2001-07-021-0/+4
* Remove the p_spinlocks spin lock count that was obsoleted by thejhb2001-06-301-1/+0
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-291-0/+1
* Define BIO_CMD{1,2}, available for local hacks, similar to the alreadyjoerg2001-06-291-0/+4
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-3/+2
* Correct comment: so_q -> so_comp, so_q0 -> so_incomp.jlemon2001-06-281-3/+3
* - Add trylock variants of shared and exclusive locks.jhb2001-06-271-23/+33
* - Add a new witness_assert() to perform arbitrary locking assertions.jhb2001-06-271-0/+9
* Implement a new ioctl command for floppies: FD_READIDjoerg2001-06-261-0/+13
* - Replace the unused KTR_IDLELOOP trace class with a new KTR_WITNESS tracejhb2001-06-251-9/+6
* People wanted this bumped for the Bzip2 import.obrien2001-06-221-1/+1
* Make hostid an unsigned long (matches kern_mib.c change)mjacob2001-06-221-1/+1
* Introduce numerous SMP friendly changes to the mbuf allocator. Namely,bmilekic2001-06-222-400/+135
* Add DIGIIO_SETALTPIN and DIGIIO_GETALTPIN ioctl valuesbrian2001-06-201-5/+7
* Add B921600 (yes, some serial ports can do this, but generic sio not supportache2001-06-202-0/+2
* Constify the module name. This silences a few warnings ("initializationdes2001-06-191-2/+2
* Added CTLTYPE_{UINT|LONG|ULONG} types.pirzyk2001-06-181-9/+12
* After one too many PRs on the subject, bite the bullet and define IOV_MAXwollman2001-06-184-1/+14
* Add linker_reference_module().brian2001-06-181-0/+5
* Credit John Prince and Eric Hernes for their work.brian2001-06-181-0/+3
* Add INTR_TYPE_AV so that we can get to the PI_AV priority in the ithreadpeter2001-06-161-0/+1
* Fix "alignemnt" typo.alex2001-06-161-1/+1
* Bump FreeBSD_version to indicate locale renamingache2001-06-151-1/+1
* Fix some warnings in kern_environment.c. Make the getenv*() familypeter2001-06-151-3/+3
* fix recursive mtx_lock() call.ume2001-06-131-1/+6
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-135-43/+98
* FreeBSD already avoided namespace pollution (rev.1.45).ume2001-06-121-18/+10
* Hints overhaul:peter2001-06-122-31/+5
* Say one thing, do the other... nextpid -> lastpiddes2001-06-111-1/+1
* Rename nextpid to lastpid and externalize it.des2001-06-111-0/+2
* Nuke wrongly introduced experimental stuff during KAME merge.ume2001-06-111-14/+0
* Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() whichdes2001-06-111-0/+7
* Sync with recent KAME.ume2001-06-114-7/+48
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerdes2001-06-101-12/+13
* Explicitly initialize the reference count to 0. This silences a warningdes2001-06-101-1/+1
* Changes to sys/ includes to support PowerPC.benno2001-06-102-1/+4
* Bump __FreeBSD_version to reflect machine/ioctl_fd.c moving to sys/fdcio.hbrian2001-06-091-1/+1
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-081-13/+37
* Back out part of my previous commit. This was a last minute changepeter2001-06-071-1/+1
OpenPOWER on IntegriCloud