| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 16 | -80/+149 |
* | Bug fix: | green | 1999-12-14 | 1 | -0/+2 |
* | Fix two problems with pipe_write(): | tegge | 1999-12-13 | 1 | -23/+64 |
* | Use a seperate -c and -h mode. The vnode_if.c file is compiled only into | peter | 1999-12-12 | 2 | -240/+294 |
* | Put on asbestos suit and put a splcam() around the 'Mounting root from..' | peter | 1999-12-12 | 2 | -0/+6 |
* | The sysctl mod_xx hack is no longer required now that we have totally | peter | 1999-12-12 | 1 | -10/+0 |
* | This is Bosko Milekic's mbuf allocation waiting code. Basically, this | green | 1999-12-12 | 4 | -22/+155 |
* | Remove accidental pollution unrelated to previous commit. The issue | dillon | 1999-12-12 | 2 | -4/+2 |
* | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | dillon | 1999-12-12 | 4 | -4/+6 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 5 | -13/+24 |
* | Zap c_index() and c_rindex(). Bruce prefers these to implicitly convert | peter | 1999-12-10 | 1 | -2/+2 |
* | Make adjtime(2) adjust boottime so it doesn't cause non-monotonous | phk | 1999-12-08 | 2 | -4/+22 |
* | Scan cdevs for potential root devices, rather than bdevs. | phk | 1999-12-08 | 2 | -12/+14 |
* | Remove BAD144 support, it has already been disabled for some time. | phk | 1999-12-08 | 2 | -237/+4 |
* | Change the default poweroff delay from 0 to 5 seconds. This seems to be | msmith | 1999-12-07 | 1 | -1/+5 |
* | I always forget to check before I reboot a system, and while it | phk | 1999-12-06 | 1 | -0/+30 |
* | Put on my asbestos underwear and commit the patch that I posted to -arch | peter | 1999-12-06 | 1 | -3/+36 |
* | User ldt sharing. | luoqi | 1999-12-06 | 1 | -10/+1 |
* | correct incomplete last change | mjacob | 1999-12-03 | 1 | -1/+1 |
* | Remove the 'ivars' arguement to device_add_child() and | mdodd | 1999-12-03 | 1 | -12/+20 |
* | Remove check for attached state. | n_hibma | 1999-12-02 | 1 | -3/+0 |
* | The functions m_copym() and m_copypacket() return read-only copies, | archie | 1999-12-01 | 1 | -0/+78 |
* | Separate some common sysctl code into sysctl_find_oid() and calling | green | 1999-12-01 | 1 | -68/+65 |
* | Collect read and write counts for filesystems. This new code | mckusick | 1999-12-01 | 1 | -20/+0 |
* | Don't make the ktrace hook in tsleep() deref a null curproc after a panic. | peter | 1999-11-30 | 1 | -1/+1 |
* | Reduce code duplication. | mdodd | 1999-11-30 | 1 | -6/+8 |
* | Remove vfs_getrootfsid() function (a temporary hack added a few months | dillon | 1999-11-29 | 2 | -34/+0 |
* | Report swapdevices as cdevs rather than bdevs. | phk | 1999-11-29 | 1 | -9/+0 |
* | Remove the now unused chrtoblk() function. | phk | 1999-11-29 | 1 | -17/+0 |
* | Make BOOTP work again. | dillon | 1999-11-29 | 2 | -2/+2 |
* | Add a bit of sanity checking and problem avoidance in case the | phk | 1999-11-29 | 2 | -4/+17 |
* | Use the correct mounted-from path when allocating the root mount, if we know | msmith | 1999-11-28 | 2 | -14/+14 |
* | Introduce OpenBSD-like Random PIDs. Controlled by a sysctl knob | dan | 1999-11-28 | 1 | -2/+5 |