summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Back out the previous change to the queue(3) interface.jake2000-05-2626-112/+112
* Bump __FreeBSD_version after the Binutils upgrade -- just in case a portobrien2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-2326-112/+112
* Major style cleanup; make ordering and internal use of the macros consistent.jake2000-05-211-201/+214
* bump __FreeBSD_version for the bio/buf divorce by phk.billf2000-05-181-1/+1
* Implement real read/write barriers for the i386. Despite the comment inmsmith2000-05-181-4/+15
* Change f_count and f_msgcount from short to int, solving the rolloverdillon2000-05-151-2/+2
* Add a comment explaining the obscure lines:jdp2000-05-131-0/+7
* Add support for the DVD ioctl interface.ken2000-05-121-0/+2
* Fixed a syntax error (a stray semicolon caused by a bogus #define).bde2000-05-111-1/+1
* Name the `struct bio *' parameter of devstat_end_transaction_bio().bde2000-05-111-2/+2
* Change the "bdev-whiner" to whine when open is attempted and extendphk2000-05-092-0/+2
* Regenerated (fixed the type of mmap()'s padding arg).bde2000-05-094-5/+5
* Remove devstat_end_transaction_buf() everybody usesphk2000-05-061-1/+0
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-052-568/+10
* Change the definition of sdata from u_long --> intptr_t to correctlyjlemon2000-05-041-1/+1
* Convert the vm_pager_strategy() interface to take a struct bio instead ofphk2000-05-032-18/+14
* Bump FreeBSD_version after module version changespeter2000-05-021-1/+1
* Add ENOTSUP, which is specified as an error return value for variousjasone2000-05-021-0/+1
* Add $FreeBSD$peter2000-05-011-1/+4
* Add TAILQ_FOREACH_REVERSE() macro.archie2000-05-011-1/+7
* Give struct bio it's own call back mechanism.phk2000-05-014-18/+42
* Move the MSG* and SEM* options to opt_sysvipc.hpeter2000-05-012-129/+6
* Regenerate (removed semconfig)peter2000-05-014-11/+4
* Remove the undocumented, flawed, broken-as-designed semconfig() syscall.peter2000-05-011-8/+0
* * Move the driver_t::refs field to kobj_t to replace kobj_t::instances.dfr2000-05-012-2/+1
* For the M_PREPEND macro, remove an initial mbuf NULL check I added. Itgreen2000-04-301-5/+0
* Change the scheduler to actually respect the PUSER barrier. It's beengreen2000-04-303-5/+8
* Removed a stale forward struct declaration.bde2000-04-301-1/+0
* Removed superfluous forward declaration of struct klist. Forwardbde2000-04-301-22/+16
* Updated the name of the idempotency macro to match the move of this file.bde2000-04-301-3/+4
* Define more DOSPTYP_* constants for different filesystem typesjlemon2000-04-303-0/+9
* s/biowait/bufwait/gphk2000-04-292-2/+2
* First round implementation of a fine grain enhanced module to modulepeter2000-04-292-9/+66
* Change Elf64_Brandinfo::brand from char* to int.dfr2000-04-281-1/+1
* Add a new macro CIRCLEQ_FOREACH_REVERSE for traversing through aarchie2000-04-271-0/+5
* Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.nyan2000-04-272-4/+10
* Fix #! script exec under linux emulation. If a script is exec'd from adillon2000-04-262-1/+5
* Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath().green2000-04-261-18/+2
* Default device not longer uses the "r" raw prefix.obrien2000-04-261-1/+1
* This file isn't needed anymore, has symbols that conflicts with cdrio.hobrien2000-04-261-117/+0
* Clone the {b|bio}_offset field, and make sure it is always initializedphk2000-04-254-10/+18
* * Rewrite to use kobj(9) instead of hard-coded function tables.dfr2000-04-241-47/+10
* Remove a debugging define which I left by mistake.dfr2000-04-241-1/+0
* Fix a warning with a forward struct declaration.wollman2000-04-231-0/+4
* Implement POSIX.1b shared memory objects. In this implementation,wollman2000-04-222-2/+22
* Move the declaration of "struct namecache" to vnode.h, as it can be usefulgreen2000-04-221-1/+18
* Don't panic in M_PREPEND() if m_prepend() fails and frees the mbuf chain.peter2000-04-191-1/+1
* Add forward declaration of `struct timespec' to quiet compiler warnings.jlemon2000-04-181-0/+1
* Retire bufqdisksort(), all drivers use bioqdisksort now.phk2000-04-183-3/+0
OpenPOWER on IntegriCloud