summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct a typo about driver state.mjacob1999-05-101-2/+9
* * Augment the interface language to allow arbitrary C code to be 'passeddfr1999-05-101-5/+9
* Make minor, major and makedev inline functions so we gain type checkingphk1999-05-091-4/+20
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-093-12/+16
* Don't confuse dev_t and major numbers in DEV_MODULE()phk1999-05-093-11/+12
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-12/+11
* Change resource_set_*() interface to be more useful.peter1999-05-081-4/+4
* First stages of a module dependency cleanup. This part fixes apeter1999-05-081-4/+3
* ls_items[] is most definately not a set of pointers to const objects..peter1999-05-081-3/+3
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-083-12/+57
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-082-6/+20
* The structure Elf_Note does not have 32 and 64 bit variants but alwaysdfr1999-05-074-35/+19
* Continue where Julian left off in July 1998:phk1999-05-073-77/+49
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-072-2/+6
* Remove the last trace of disk.hgrog1999-05-071-109/+0
* remove b_proc from struct buf, it's (now) unused.phk1999-05-062-4/+6
* Oops, forgot this bit: don't use <sys/disk.h>phk1999-05-061-2/+5
* Nuke bogus prototypes which have bogotified ccd and vinumphk1999-05-061-9/+1
* Remove unused fields from struct buf:phk1999-05-062-12/+2
* Move the proc0 init before the driver probe/attach etc since machdep.cpeter1999-05-061-5/+5
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-022-8/+72
* 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
OpenPOWER on IntegriCloud