| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo (inT -> int) | dima | 2000-06-23 | 1 | -1/+1 |
* | fix races in the uidinfo subsystem, several problems existed: | alfred | 2000-06-22 | 9 | -78/+116 |
* | Add a hack to fail registration of kq events on a non-ufs filesystem, as | jlemon | 2000-06-22 | 1 | -0/+8 |
* | Add code so that the udata field is preserved across a TRACK event. | jlemon | 2000-06-22 | 1 | -9/+18 |
* | Add 'kern.disks', a sysctl which returns the list of disks from | nbm | 2000-06-22 | 1 | -0/+29 |
* | return of the accept filter part II | alfred | 2000-06-20 | 5 | -0/+389 |
* | backout accept optimizations. | alfred | 2000-06-18 | 3 | -294/+0 |
* | Revert part of my bioops change which implemented panic(8). | phk | 2000-06-16 | 2 | -0/+6 |
* | Virtualizes & untangles the bioops operations vector. | phk | 2000-06-16 | 6 | -29/+19 |
* | Second of two commits adding capability manipulation syscalls for | rwatson | 2000-06-15 | 2 | -2/+6 |
* | Introduce syscalls for process capability manipulation. Currently backs | rwatson | 2000-06-15 | 1 | -0/+2 |
* | Add disk_enumerate() for finding names of disks. Vinum and libh will | phk | 2000-06-15 | 1 | -1/+15 |
* | add socketoptions DELAYACCEPT and HTTPACCEPT which will not allow an accept() | alfred | 2000-06-15 | 3 | -4/+298 |
* | As a bit of a gross hack, allow earlier access to both the static and | peter | 2000-06-15 | 1 | -4/+58 |
* | Fix a stray debug output. change if (1 || bootverbose) to if (bootverbose) | peter | 2000-06-15 | 1 | -3/+3 |
* | sys/malloc.h: | bde | 2000-06-14 | 1 | -14/+1 |
* | Borrow phk's axe and apply the next stage of config(8)'s evolution. | peter | 2000-06-13 | 1 | -62/+97 |
* | Fix panic by moving the prp == 0 check up the order of sanity checks. | asmodai | 2000-06-13 | 1 | -2/+3 |
* | unstatic getfp() so that other subsystems can use it. | alfred | 2000-06-12 | 2 | -5/+3 |
* | Fixed allocation of unit numbers. Allocate the amount of space actually | bde | 2000-06-11 | 1 | -2/+1 |
* | fix a typo | phk | 2000-06-10 | 1 | -1/+1 |
* | Unused include: #include "pty.h" | peter | 2000-06-10 | 1 | -1/+0 |
* | malloc(..., M_WAITOK) will not return NULL, so remove the error | jlemon | 2000-06-10 | 1 | -34/+15 |
* | Dammit. | rwatson | 2000-06-07 | 1 | -0/+3 |
* | Introduce additional POSIX.1e-related stubs | rwatson | 2000-06-07 | 1 | -0/+66 |
* | o bde suggested moving the SYSCTL from kern_mib to the more appropriate | rwatson | 2000-06-05 | 2 | -27/+6 |
* | o Introduce kern.suser_permitted, a sysctl that disables the suser_xxx() | rwatson | 2000-06-05 | 2 | -0/+26 |
* | o Modify jail to limit creation of sockets to UNIX domain sockets, | rwatson | 2000-06-04 | 3 | -6/+30 |
* | Use "nm | awk ..." instead of genassym(1) to generate symbol value headers. | bde | 2000-06-02 | 1 | -0/+53 |
* | Further fixes for multiple-IO-APIC systems from Tor Egge: | msmith | 2000-05-31 | 1 | -7/+2 |
* | This is a cleanup patch to Peter's new OBJT_PHYS VM object type | dillon | 2000-05-29 | 1 | -7/+10 |
* | Add taskqueue system for easy-to-use SWIs among other things. | dfr | 2000-05-28 | 1 | -0/+203 |
* | If devclass_alloc_unit() is called with a wired unit #, and this is | sos | 2000-05-26 | 1 | -12/+7 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 26 | -63/+63 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 26 | -63/+63 |
* | Make a trip to Pointy-Hats-R-Us and actually include the header that | msmith | 2000-05-22 | 2 | -0/+4 |
* | Sort the sys includes. | obrien | 2000-05-22 | 1 | -4/+4 |
* | Back out NOTE_EXIT status reporting pending discussion. | green | 2000-05-21 | 2 | -8/+2 |
* | Provide a temporary undocumented option: SHM_PHYS_BACKED. This will | peter | 2000-05-21 | 1 | -0/+5 |
* | Put the wait(2) exit status in "data" for NOTE_EXIT kevents. | green | 2000-05-17 | 2 | -2/+8 |
* | Fix the rootmount code for now. | asmodai | 2000-05-14 | 2 | -2/+4 |
* | Fix comment typo. | asmodai | 2000-05-12 | 1 | -1/+1 |
* | Include the UID and GID values filled in by socreate() into socket->so_cred | chris | 2000-05-11 | 1 | -0/+3 |
* | Include UID and GID information for stat() calls using the values filled | chris | 2000-05-11 | 1 | -2/+3 |
* | Regenerated (fixed the calculation of sy_nargs in sysent tables). | bde | 2000-05-09 | 1 | -254/+256 |
* | Fixed the calculation of sy_nargs in sysent tables. We attempted to do | bde | 2000-05-09 | 1 | -25/+34 |
* | Change the "bdev-whiner" to whine when open is attempted and extend | phk | 2000-05-09 | 1 | -5/+0 |
* | Some ioctl routines assume that the ioctl buffer is aligned, but a | dillon | 2000-05-09 | 1 | -3/+6 |
* | Regenerated (fixed the type of mmap()'s padding arg). | bde | 2000-05-09 | 2 | -2/+2 |
* | Fixed the declaration of mmap(). The crufty padding arg had the wrong | bde | 2000-05-09 | 1 | -3/+3 |