| Commit message (Expand) | Author | Age | Files | Lines |
* | Update a sysctl to use _POSIX_VERSION from <sys/unistd.h>, instead of | mike | 2002-10-13 | 1 | -2/+2 |
* | Include <sys/_posix.h> directly instead of depending on <sys/proc.h> | mike | 2002-10-13 | 1 | -0/+1 |
* | whitespace fixes. | alfred | 2002-10-12 | 1 | -2/+2 |
* | - Create a new scheduler api that is defined in sys/sched.h | jeff | 2002-10-12 | 13 | -513/+696 |
* | Register the machine check private state spinlock on ia64. | peter | 2002-10-12 | 1 | -0/+3 |
* | - Move the 'done1' label down below the unlock of the proc lock and move | jhb | 2002-10-11 | 1 | -10/+9 |
* | Fix %z to always print values as signed like it is supposed to. | jhb | 2002-10-11 | 1 | -2/+2 |
* | Change iov_base's type from `char *' to the standard `void *'. All | mike | 2002-10-11 | 5 | -10/+16 |
* | Remove an unused variable. | phk | 2002-10-11 | 1 | -7/+0 |
* | When considering a vnode for reuse in getnewvnode, we call | mckusick | 2002-10-11 | 1 | -13/+18 |
* | Incremental style improvements: more consistently avoid assignments | rwatson | 2002-10-10 | 2 | -36/+62 |
* | Regen from syntax fix to syscalls.master. | rwatson | 2002-10-10 | 2 | -2/+2 |
* | Fix what looks like a merge-o from a conflict in the last commit to | rwatson | 2002-10-10 | 1 | -9/+4 |
* | Explore new heights in alphabetization for _file and _fd variations on | rwatson | 2002-10-10 | 2 | -120/+120 |
* | Add a pointer to the alternate syscall tables on 64 bit platforms. | peter | 2002-10-09 | 1 | -0/+8 |
* | Implement extattr_{delete,get,set}_link() system calls: extended attribute | rwatson | 2002-10-09 | 2 | -0/+180 |
* | Regen. | rwatson | 2002-10-09 | 2 | -8/+8 |
* | Flesh out the extattr_{delete,get,set}_link() system calls: variations | rwatson | 2002-10-09 | 1 | -3/+8 |
* | - Move p_cpulimit to struct proc from struct plimit and protect it with | jhb | 2002-10-09 | 4 | -16/+10 |
* | Round out the facilty for a 'bound' thread to loan out its KSE | julian | 2002-10-09 | 9 | -501/+700 |
* | Introducing /dev/devctl. This device reports events in the | imp | 2002-10-07 | 1 | -2/+326 |
* | Two minor bugfixes: | imp | 2002-10-07 | 1 | -0/+3 |
* | Add back a fdrop() call at the end of kern_open() that got lost in | iedowse | 2002-10-07 | 2 | -0/+2 |
* | Add wrappers around the newly created bus_child_pnpinfo_str and | imp | 2002-10-07 | 1 | -2/+28 |
* | Minor string handling cleanup that I've had in my tree for a while: | imp | 2002-10-07 | 1 | -21/+20 |
* | Don't need to NUL terminate after snprintf | imp | 2002-10-07 | 1 | -1/+0 |
* | Add two interfaces to allow for busses to report the pnpinfo for | imp | 2002-10-07 | 1 | -0/+22 |
* | disable debug output by default. | alfred | 2002-10-07 | 1 | -24/+30 |
* | Integrate mac_check_socket_send() and mac_check_socket_receive() | rwatson | 2002-10-06 | 3 | -0/+73 |
* | Sync from MAC tree: break out the single mmap entry point into | rwatson | 2002-10-06 | 1 | -18/+63 |
* | Modify label allocation semantics for sockets: pass in soalloc's malloc | rwatson | 2002-10-05 | 2 | -16/+80 |
* | Make sure that the accounting credential is saved along with the vp | rwatson | 2002-10-05 | 1 | -0/+1 |
* | Integrate a devfs/MAC fix from the MAC tree: avoid a race condition during | rwatson | 2002-10-05 | 1 | -0/+13 |
* | Merge support for mac_check_vnode_link(), a MAC framework/policy entry | rwatson | 2002-10-05 | 3 | -2/+42 |
* | While the MAC API has supported the ability to handle M_NOWAIT passed | rwatson | 2002-10-05 | 1 | -3/+11 |
* | Rearrange object and label init/destroy functions to match the | rwatson | 2002-10-05 | 1 | -101/+101 |
* | Sync to MAC tree: use 'flag' instead of 'how' for mac_init_mbuf(); | rwatson | 2002-10-05 | 1 | -3/+3 |
* | Don't allow dev_stdclone(9) to accept minors larger than the system is | green | 2002-10-05 | 1 | -0/+2 |
* | Another big diff, little functional change: move label internalization, | rwatson | 2002-10-05 | 1 | -65/+65 |
* | Move all object label init/destroy routines to the head of the | rwatson | 2002-10-05 | 1 | -285/+285 |
* | Synch from TrustedBSD MAC tree: | rwatson | 2002-10-05 | 1 | -3/+25 |
* | NB: This commit does *NOT* make GEOM the default in FreeBSD | phk | 2002-10-05 | 1 | -2/+2 |
* | Cosmetic line wrap synchronization. | rwatson | 2002-10-05 | 1 | -2/+4 |
* | Push the debugging obect label counters into security.mac.debug.counters | rwatson | 2002-10-05 | 1 | -11/+16 |
* | Begin another merge from the TrustedBSD MAC branch: | rwatson | 2002-10-05 | 1 | -68/+86 |
* | Fix problem introduced in rev.1.406, which can cause already unlocked | sobomax | 2002-10-05 | 1 | -0/+1 |
* | If dsgetlabel() returns a label with a size of zero in diskdumpconf(), | brian | 2002-10-05 | 1 | -0/+2 |
* | Put an easy-to-miss assignment into the proper place. It was stray in the | jmallett | 2002-10-05 | 2 | -4/+8 |
* | Remove bogus duplicate assignment of local variables. | jmallett | 2002-10-05 | 2 | -4/+4 |
* | Add the new function "sbuf_done()" which returns non-zero if the sbuf is | phk | 2002-10-04 | 1 | -0/+10 |