summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, somike2002-10-131-0/+3
* - Remove the do { } while(0) from the VOP lock assert macros. This wasjeff2002-10-131-7/+7
* o Fix a silly requirement for <machine/signal.h> to be included in themike2002-10-131-49/+70
* o Add typedefs for size_t and ssize_t.mike2002-10-121-17/+100
* - Create a new scheduler api that is defined in sys/sched.hjeff2002-10-122-6/+65
* Add typedefs for size_t and ssize_t, allow struct iovec to be definedmike2002-10-111-2/+18
* Use `unsigned long' instead of `u_long' so that this header compilesmike2002-10-111-2/+2
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-5/+1
* Slight overhaul of arc4random() and friends.phk2002-10-111-1/+2
* Correct the offset of the 'jfs' entry in fstypenames.davidc2002-10-101-1/+0
* Hook up strsep(3) to libkern following a repo-copy by Peter. This willrwatson2002-10-101-0/+1
* Regen from syntax fix to syscalls.master.rwatson2002-10-103-3/+3
* Prototypes for new link extended attribute calls. Sync to MAC tree.rwatson2002-10-091-0/+6
* Regen.rwatson2002-10-093-4/+32
* - Move p_cpulimit to struct proc from struct plimit and protect it withjhb2002-10-092-1/+1
* Add a field for tallying the number of spawned bio's a bio has.phk2002-10-091-5/+6
* Round out the facilty for a 'bound' thread to loan out its KSEjulian2002-10-091-1/+3
* Import the libc fnmatch() into the kernel. This will be used by,dd2002-10-081-0/+13
* Remove unneeded <sys/_posix.h> include.mike2002-10-071-1/+0
* Check the size of the dos_partition structure.nyan2002-10-071-0/+3
* Add wrappers around the newly created bus_child_pnpinfo_str andimp2002-10-071-1/+3
* Copyin and copyout are only possible from a process-native thread,phk2002-10-071-0/+1
* Fix a spelling error in a comment.mike2002-10-071-1/+1
* Integrate mac_check_socket_send() and mac_check_socket_receive()rwatson2002-10-062-0/+8
* Be consistent WRT function argument names. Other arguments only havemarkm2002-10-061-2/+2
* Sync from MAC tree: break out the single mmap entry point intorwatson2002-10-062-6/+13
* Modify label allocation semantics for sockets: pass in soalloc's mallocrwatson2002-10-052-4/+4
* Integrate a devfs/MAC fix from the MAC tree: avoid a race condition duringrwatson2002-10-052-0/+6
* Merge support for mac_check_vnode_link(), a MAC framework/policy entryrwatson2002-10-052-0/+6
* Begin another merge from the TrustedBSD MAC branch:rwatson2002-10-051-50/+53
* Change <sys/_sigset.h> to typedef __sigset_t instead of sigset_t, somike2002-10-053-1/+12
* o Adjust the SEM_VALUE_MAX macro so that <machine/limits.h> isn'tmike2002-10-041-14/+6
* New bus_dma interfaces for use by crypto device drivers:sam2002-10-041-0/+23
* add DTYPE_CRYPTO for use by /dev/crypto supportsam2002-10-041-0/+1
* add RANDOM_PURE for use by crypto drivers that harvest data from h/w RNG'ssam2002-10-041-0/+1
* Add the new function "sbuf_done()" which returns non-zero if the sbuf isphk2002-10-041-0/+1
* Move swblk_t from sys/types.h to sys/dmap.h, the only include that usespeter2002-10-032-1/+2
* Fix various style(9) bugs:mike2002-10-031-9/+9
* In an SMP environment post-Giant it is no longer safe to blindlytruckman2002-10-031-1/+1
* Rename the mutex thread and process states to use a more generic 'LOCK'jhb2002-10-022-10/+10
* Let kse_wakeup() take a KSE mailbox pointer argument.archie2002-10-022-2/+2
* Absorb <sys/bus_private.h> into kern/subr_bus.c to prevent misunderstandings.phk2002-10-021-108/+0
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-022-2/+6
* o Update a visibility conditional.mike2002-10-021-32/+24
* Add a new MAC entry point, mac_thread_userret(td), which permits policyrwatson2002-10-022-0/+4
* Divorce bsd disklabels, IBM PC MBR's and whatever the things arephk2002-10-013-769/+6
* Fix spelling error; say what "UTS" stands for.archie2002-10-011-2/+3
* Fix cut&paste error: "tm_spare" should have been "km_spare".archie2002-10-011-1/+1
* Back our kernel support for reliable signal queues.jmallett2002-10-012-79/+1
* Regen.rwatson2002-10-013-4/+4
OpenPOWER on IntegriCloud