summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a hook that can be called to initialise a slave processor's memorymsmith1999-04-301-0/+2
* Add a new "file" to procfs: "rlimit" which shows the resource limits forphk1999-04-301-1/+20
* This Implements the mumbled about "Jail" feature.phk1999-04-289-12/+76
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-282-11/+10
* Change suser_xxx() to suser() where it applies.phk1999-04-271-3/+3
* bump __FreeBSD_version to 400005:phk1999-04-271-2/+2
* Suser() simplification:phk1999-04-272-4/+5
* Make DOMAIN_SET() use SYSINIT rather than linker sets.peter1999-04-261-3/+3
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-252-2/+4
* typo in commentphk1999-04-241-2/+2
* Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.dt1999-04-231-1/+3
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-212-23/+5
* Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for conveniencen_hibma1999-04-201-6/+1
* Zap LKM option and support. Farewell old friend.peter1999-04-191-394/+0
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-176-67/+8
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-163-3/+21
* Move the declaration of faultin() from the vm headers to proc.h, sincepeter1999-04-131-2/+3
* o sys/i386/include/soundcard.hkato1999-04-081-1/+1
* Generic memory range attribute interface.msmith1999-04-071-0/+65
* Remove (but leave place markers) P_NOSWAP and P_PHYSIO - they were onlypeter1999-04-061-3/+3
* Bump __FreeBSD_version to 400004 now that the __deregister_frame_infojdp1999-04-051-2/+2
* Regenerate (padding for pread and pwrite).dt1999-04-044-4/+6
* Add standard padding argument to pread and pwrite syscall. That should make themdt1999-04-042-6/+9
* Update to latest version from Dave Mills. Mostly textual.phk1999-04-041-4/+5
* Restore support for executing BSD/OS binaries on the i386 by passingjdp1999-04-031-1/+2
* Fixed some style bugs (mainly vinum ones and ones fixed in Lite2 butbde1999-04-033-24/+27
* o sys/i386/include/soundcard.hkato1999-04-021-1/+2
* Specfic prototypes not needed.phk1999-03-301-11/+1
* Even more unbogotification of prototypes.phk1999-03-301-8/+9
* Add some useful functions to the device framework:dfr1999-03-292-6/+29
* Added pread and pwrite. These functions are defined by the X/Openalc1999-03-274-0/+20
* Bump __FreeBSD_version to denote that we now have a functionalsteve1999-03-271-2/+2
* Add partition type for Vinum.grog1999-03-233-6/+9
* Change copyright in kernel output at booting timewosch1999-03-171-5/+5
* Enforce monotonicity of apparent process user, system and interrupt times.bde1999-03-131-1/+4
* Reverse the order of processing object files within an executable orjdp1999-03-131-2/+2
* Reviewed by: Many at differnt times in differnt parts,julian1999-03-123-15/+22
* Make even more of the PPSAPI implementations generic.phk1999-03-115-25/+97
* Integrate the new "nanokernel" PLL from Dave Mills.phk1999-03-083-194/+111
* Add MODINFO_ARGS, parameters passed to a module at load time.dcs1999-03-081-1/+2
* Fixed pedantic syntax error (trailing comma in enum).bde1999-03-061-2/+2
* Include <sys/queue.h> so that this file is almost self-sufficient, as isbde1999-03-061-4/+5
* Expose a slightly-lower-level interface to timeouts which allows callerswollman1999-03-061-1/+14
* Fixed bitrot in the types of fusword() and susword(). swords willbde1999-03-051-3/+3
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpubde1999-03-051-3/+3
* The tunable parameter for the scheduler quantum was inverted.julian1999-03-031-1/+2
* When fsync'ing a file on a filesystem using soft updates, we first trymckusick1999-03-022-4/+4
* Fix thread/process tracking and differentiation for Linux threads emulation.julian1999-03-021-1/+2
* Add forward-declaration of struct linker_set, to fix a few warnings.dt1999-02-281-1/+3
* Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,bde1999-02-281-2/+1
OpenPOWER on IntegriCloud