summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename the libc signal trampoline to __sigtramp to match netbsd. Thisjake2002-10-222-4/+4
* Remove the last traces of bogus MAKEDEV functionality.phk2002-10-222-24/+0
* Give a real error on failure to mount DEVFS.phk2002-10-222-38/+10
* Don't use NO_MAKEDEV* option, its the default now.phk2002-10-221-1/+1
* Fix example, we do not need NO_MAKEDEV_RUN any more.phk2002-10-221-1/+1
* Change to match NO_MAKEDEV* -> MAKEDEV*.phk2002-10-222-12/+11
* Invert the logic of the NO_MAKEDEV options to match the 5.0-R default install.phk2002-10-221-2/+2
* Hook up a sample mac.conf to the install. The sample basicallyrwatson2002-10-222-1/+18
* Reflect MAC kernel/user API changes into the libc MAC implementation.rwatson2002-10-227-247/+398
* Move the label initialized flag into _label.h: it's no longerrwatson2002-10-221-0/+2
* Adapt MAC policies for the new user API changes; teach policies howrwatson2002-10-227-94/+691
* - Check that a process isn't a new process (p_state == PRS_NEW) beforejhb2002-10-221-20/+23
* Support the new MAC user API in kernel: modify existing system callsrwatson2002-10-229-1521/+8253
* Revised APIs for user process label management; the existing APIs reliedrwatson2002-10-224-194/+216
* Regen.rwatson2002-10-225-12/+45
* Flesh out prototypes for __mac_get_pid, __mac_get_link, andrwatson2002-10-221-3/+5
* Note that id_t can also hold a gid_t. Realign comments.mike2002-10-221-8/+8
* Fix typo in comments (misspelled "necessary").sheldonh2002-10-221-2/+2
* Live with it: I had hoped to find a neat way to deal with all the magicphk2002-10-221-2/+9
* Typo: loose -> lose.keramida2002-10-221-1/+1
* Chunk functions in libdisk take an extra arguement for all archs to accomodatephk2002-10-224-26/+4
* Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functionsphk2002-10-225-56/+3
* Update for BSD.include.dist r1.60 (addition of include/dev/ofw).tmm2002-10-221-0/+2
* Add back the typedefs for in_addr_t and in_port_t; some broken autoconftjr2002-10-221-0/+10
* Pick up a prototyp from libdisk.h instead of having our own.phk2002-10-222-2/+0
* Swing the weed-whacker around libdisk:phk2002-10-2210-447/+73
* _games is gone in rev. 1.305.ru2002-10-221-1/+1
* Start tick at the correct time (cpu_init_clocks), instead of cpu_startup.jake2002-10-222-5/+11
* Add some magic bits necessary to turn the transmitter on for somesilby2002-10-222-0/+10
* detect idle kse correctly.davidxu2002-10-221-1/+1
* This commit was generated by cvs2svn to compensate for changes in r105672,assar2002-10-221-1/+8
|\
| * import 1.27 to fix buffer overflow:assar2002-10-221-1/+8
* | .Xr mac.3 and posix1e.3 to mac.9. Point at sys/mac.h in posix1e.3.rwatson2002-10-222-3/+5
* | This update further fine tunes the locking of snapshot vnodes inmckusick2002-10-221-12/+21
* | This update is a performance improvement when allocating blocks onmckusick2002-10-221-0/+12
* | This update removes a race between unmount and lookup. The lookupmckusick2002-10-221-4/+1
* | This checkin reimplements the io-request priority hack in a waymckusick2002-10-223-32/+26
* | Remove the OpenBSD comatibility stuff. Many changes to be more style(9)semenu2002-10-223-621/+355
* | Add mac(9), a man page providing a basic introduction to the conceptsrwatson2002-10-212-1/+200
* | mac_none is a stub policy without any functional implementation.rwatson2002-10-212-14/+14
* | Remove the process state PRS_WAIT.julian2002-10-213-7/+0
* | Lobotomize MakeDev(), we don't need it with devfs.phk2002-10-211-0/+2
* | DEVFS has been nmountified, so use nmount(2) to mount it.phk2002-10-212-4/+28
* | Add support for sparc64 kernel debugging.mp2002-10-211-5/+64
* | psl.h isn't referenced anywhere that I could find on the alpha, so removepeter2002-10-211-32/+0
* | Introduce mac_biba_copy() and mac_mls_copy(), which conditionallyrwatson2002-10-212-17/+49
* | Grrr, s/PBP/BPB/ here as well.jhb2002-10-211-1/+1
* | Add the ability to specify a strict C99 environment with themike2002-10-211-1/+6
* | Sigh, d_ntracks, not d_nheads.phk2002-10-211-1/+1
* | Implement a new IP_SENDSRCADDR ancillary message type that permitsiedowse2002-10-213-4/+91
OpenPOWER on IntegriCloud