| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | rwatson | 2000-01-19 | 4 | -61/+49 |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | rwatson | 2000-01-19 | 2 | -18/+18 |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | rwatson | 2000-01-19 | 1 | -12/+25 |
* | Need to reset the buffer pointer to avoid reconsidering the same buffer | mckusick | 2000-01-18 | 1 | -0/+1 |
* | Fix vn_isdisk() usage to make AIO work on non-disk-files again, rather | green | 2000-01-17 | 1 | -2/+11 |
* | Implement setres[ug]id() and getres[ug]id(). This has been sitting in | peter | 2000-01-16 | 4 | -8/+172 |
* | Cleanup some more remaining bdev fluff. | phk | 2000-01-16 | 1 | -70/+18 |
* | Add aio_waitcomplete(). Make aio work correctly for socket descriptors. | jasone | 2000-01-14 | 8 | -504/+647 |
* | Allow SMP systems with an MCA bus to work properly. | mdodd | 2000-01-13 | 1 | -4/+6 |
* | Seconds to ticks conversion was done at the wrong place. | luoqi | 2000-01-12 | 1 | -2/+2 |
* | Add a new mechanism, cndbctl(), to tell the console driver that | yokota | 2000-01-11 | 2 | -5/+19 |
* | Also handle zero return from dscheck(). | phk | 2000-01-10 | 1 | -1/+1 |
* | Give vn_isdisk() a second argument where it can return a suitable errno. | phk | 2000-01-10 | 5 | -20/+42 |
* | Panic if proc0 hasn't been created and we try to call kthread_create. | imp | 2000-01-10 | 1 | -0/+5 |
* | Handle the case where we truss an SUGID program -- in particular, we need | sef | 2000-01-10 | 2 | -1/+2 |
* | Several performance improvements for soft updates have been added: | mckusick | 2000-01-10 | 1 | -5/+144 |
* | Add bwillwrite to all system calls that create things in the filesystem. | mckusick | 2000-01-10 | 3 | -0/+19 |
* | Remove the P_BUFEXHAUST flag from the syncer process (leaving | mckusick | 2000-01-10 | 2 | -4/+0 |
* | Change NDFREE() from a macro to a function for the time being; the macro | eivind | 2000-01-08 | 2 | -0/+68 |
* | Allow SMP && NCPU == 1 to work. From now on, there's no restriction on the | luoqi | 2000-01-07 | 1 | -2/+4 |
* | Introduce a mechanism to suspend/resume system processes. Suspend syncer | luoqi | 2000-01-07 | 5 | -24/+121 |
* | Export the nselcoll counter via the kern.nselcoll sysctl so we can see | peter | 2000-01-05 | 1 | -1/+3 |
* | Enhance reassignbuf(). When a buffer cannot be time-optimally inserted | dillon | 2000-01-05 | 2 | -4/+38 |
* | ISA device drivers use the ISA source interrupt number in locations where | tegge | 2000-01-04 | 1 | -6/+64 |
* | Be more careful about NOUDEV and NODEV. | phk | 2000-01-04 | 1 | -0/+8 |
* | Create a separate pps_offset variable to use for applying the | phk | 2000-01-04 | 1 | -1/+8 |
* | truss /usr/bin/su | phk | 2000-01-03 | 1 | -2/+2 |
* | Don't use time_offset as a leaky bucket variable in hardpps(), this | phk | 1999-12-29 | 1 | -15/+18 |
* | Remove vnode_if.sh - it's a perl script. This stayed around for a while | peter | 1999-12-29 | 1 | -354/+0 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 3 | -14/+14 |
* | Actively limit the allocation of mbufs to NMBUFS/nmbufs and mbuf clusters | msmith | 1999-12-28 | 1 | -2/+22 |
* | Changed the type used to represent the user stack pointer from `long *' | bde | 1999-12-27 | 2 | -8/+8 |
* | Fixed some type mismatches. p_retval[0] in struct proc has type | bde | 1999-12-27 | 1 | -10/+12 |
* | Correct an uninitialized variable use, which, unlike most times, is | green | 1999-12-27 | 1 | -4/+2 |
* | Removed unused includes. | bde | 1999-12-26 | 1 | -26/+12 |
* | Use vfs_timestamp() instead of getnanotime() to set timestamps. This | bde | 1999-12-26 | 1 | -3/+4 |
* | * Set the devclass of a device before calling the probe method. This allows | dfr | 1999-12-24 | 1 | -1/+12 |
* | Fixed a cast of a pointer to an integer of a possibly different size. | bde | 1999-12-24 | 3 | -8/+8 |
* | Prettyness police: Identify flags in b_xflags with BX_ to distinguish | mckusick | 1999-12-22 | 2 | -34/+38 |
* | regenerate after making getfh a standard syscall. | alfred | 1999-12-21 | 1 | -1/+1 |
* | make getfh a standard syscall instead of dependant on having | alfred | 1999-12-21 | 1 | -1/+1 |
* | Change incorrect NULLs to 0s | eivind | 1999-12-21 | 1 | -1/+1 |
* | Reimplement buf_daemon / getnewbuf() interaction for dealing with | dillon | 1999-12-20 | 1 | -46/+43 |
* | Make m_print const correct (avoids a warning) | eivind | 1999-12-20 | 1 | -1/+1 |
* | If we fail to find init, print out the search path used. This helps | grog | 1999-12-20 | 1 | -1/+1 |
* | Don't ignore return value from tsleep(). | phk | 1999-12-19 | 1 | -1/+3 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 10 | -7/+1328 |
* | First pass commit to introduce new ACL and Extended Attribute system calls. | rwatson | 1999-12-19 | 1 | -0/+12 |
* | Since VOP_LOCK can be used to up and downgrade locks, it is not possible | eivind | 1999-12-18 | 1 | -1/+1 |
* | Woops, I'm so sorry I forgot this! From the last mbuf.h change: | green | 1999-12-18 | 1 | -2/+2 |