| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES, | phk | 2000-07-03 | 4 | -0/+12 |
* | Add device_set_softc() which does the obvious. | phk | 2000-07-03 | 1 | -7/+21 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 20 | -39/+39 |
* | Instead of just blindly setting -rw-rw-rw-: | chris | 2000-07-02 | 1 | -2/+11 |
* | Report -rw-rw-rw file access modes in soo_stat. | chris | 2000-07-02 | 1 | -1/+2 |
* | Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio * | green | 2000-07-02 | 3 | -56/+79 |
* | Fix my own style bugs (use of spaces instead of tabs for indentation). | bsd | 2000-07-01 | 1 | -18/+18 |
* | Move the securelevel check before loading KLD's into linker_load_file(), | archie | 2000-06-29 | 3 | -12/+10 |
* | Move #ifdef to the right place. | bp | 2000-06-29 | 1 | -1/+1 |
* | If kernel compiled with INVARIANTS: | bp | 2000-06-29 | 1 | -0/+24 |
* | Report a file type (S_IFIFO) in kqueue_stat(). | chris | 2000-06-28 | 1 | -0/+1 |
* | don't panic the system when fpathconv is called on an unsupported filetype. | alfred | 2000-06-27 | 1 | -1/+1 |
* | remove crufty exec stuff, perl is in the base system | alfred | 2000-06-27 | 1 | -27/+39 |
* | Move prtactive to vfs from ufs. It is used all over the place. | phk | 2000-06-27 | 2 | -0/+2 |
* | Add sysctl descriptions to a few sysctls. Simply "documentation". | nbm | 2000-06-26 | 2 | -4/+5 |
* | Some changes and fixes from Bruce: | peter | 2000-06-26 | 1 | -9/+9 |
* | Fix stupid braino in last commit, initialize `vp' before we test vp->v_tag. | jlemon | 2000-06-25 | 1 | -2/+2 |
* | Remove no-longer-relevant comment. | markm | 2000-06-25 | 1 | -1/+0 |
* | Forgot this earlier; delete the old /dev/random driver, bring in the | markm | 2000-06-25 | 1 | -393/+0 |
* | 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 |