| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make issetugid return correctly. It was returning -1 with | peter | 2000-05-09 | 1 | -2/+1 |
* | Correct a couple of typos. | grog | 2000-05-07 | 1 | -2/+2 |
* | Remove devstat_end_transaction_buf() everybody uses | phk | 2000-05-06 | 1 | -18/+0 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 17 | -2/+17 |
* | Fix one bug where the kn_head list could be manipulated without | jlemon | 2000-05-04 | 1 | -2/+8 |
* | If BUS_DEBUG is defined then create a sysctl, debug.bus_debug, that | paul | 2000-05-03 | 1 | -1/+6 |
* | Replace all the ifdef debugging spaghetti with a single ifdef and | paul | 2000-05-03 | 1 | -40/+22 |
* | Add $FreeBSD$ | peter | 2000-05-01 | 1 | -0/+1 |
* | Give struct bio it's own call back mechanism. | phk | 2000-05-01 | 2 | -24/+20 |
* | Move the MSG* and SEM* options to opt_sysvipc.h | peter | 2000-05-01 | 3 | -95/+222 |
* | Regenerate (removed semconfig) | peter | 2000-05-01 | 2 | -4/+4 |
* | Remove the undocumented, flawed, broken-as-designed semconfig() syscall. | peter | 2000-05-01 | 2 | -88/+2 |
* | Remove undocumented broken-as-designed semconfig() syscall. | peter | 2000-05-01 | 1 | -1/+1 |
* | Move t_timeout initializing to ttyregister | ache | 2000-05-01 | 1 | -1/+1 |
* | * Move the driver_t::refs field to kobj_t to replace kobj_t::instances. | dfr | 2000-05-01 | 2 | -10/+7 |
* | Since ptys are allocated dynamically, there is no needs to keep their | ache | 2000-05-01 | 1 | -1/+1 |
* | Set t_timeout to its default sysctl value only once in ttyopen | ache | 2000-05-01 | 2 | -1/+4 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 13 | -13/+0 |
* | Change the scheduler to actually respect the PUSER barrier. It's been | green | 2000-04-30 | 1 | -1/+1 |
* | Add sysctl variable to set initial drainwait timeout on ttyopen, default to | ache | 2000-04-30 | 1 | -1/+5 |
* | Hmm, diff/patch still doesn't like me. | phk | 2000-04-30 | 1 | -2/+2 |
* | s/biowait/bufwait/g | phk | 2000-04-29 | 4 | -10/+10 |
* | Remove a leftover dysonism. | phk | 2000-04-29 | 1 | -4/+0 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 1 | -1/+0 |
* | The newer module dependency code exposes an apparent bug in the | peter | 2000-04-29 | 1 | -0/+1 |
* | First round implementation of a fine grain enhanced module to module | peter | 2000-04-29 | 6 | -376/+639 |
* | Do not fault if curproc is null. | peter | 2000-04-29 | 1 | -1/+1 |
* | Do not use uprintf() for link time error messages. This has unpleasant | peter | 2000-04-29 | 2 | -8/+8 |
* | Hookup /dev/[u]random on the Alpha. | obrien | 2000-04-28 | 1 | -1/+16 |
* | Add default 5min timeout for output drain to stop hanging on exit or in other | ache | 2000-04-27 | 1 | -0/+2 |
* | Fix #! script exec under linux emulation. If a script is exec'd from a | dillon | 2000-04-26 | 2 | -32/+37 |
* | Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath(). | green | 2000-04-26 | 1 | -0/+110 |
* | Remove unused variable. | mjacob | 2000-04-26 | 1 | -1/+0 |
* | Clone the {b|bio}_offset field, and make sure it is always initialized | phk | 2000-04-25 | 1 | -0/+2 |
* | * Use sys/sys/random.h rather than a i386 specific one. | obrien | 2000-04-24 | 1 | -2/+1 |
* | * Rewrite to use kobj(9) instead of hard-coded function tables. | dfr | 2000-04-24 | 5 | -398/+625 |
* | Add $FreeBSD$. | wollman | 2000-04-22 | 1 | -0/+17 |
* | Make sure the driver's ops table has been initialised before calling | dfr | 2000-04-22 | 1 | -0/+5 |
* | Move the declaration of "struct namecache" to vnode.h, as it can be useful | green | 2000-04-22 | 1 | -16/+0 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 3 | -3/+0 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 3 | -3/+0 |