| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fix the debug macros. | jb | 1998-09-30 | 3 | -12/+63 |
* | Delete the XXX comments that refer to spinlock recursion. The malloc/free/ | jb | 1998-09-30 | 1 | -15/+1 |
* | Remove SCSI support as the only driver in this kernel config, aic, is not | gibbs | 1998-09-30 | 1 | -6/+6 |
* | Fix typo in message. | danny | 1998-09-30 | 3 | -6/+6 |
* | Add several missing ioctl handlers. One needed by Sybase, the others | jfieber | 1998-09-30 | 4 | -4/+58 |
* | Do not allow a mounted on directory to be rmdir'ed. This removal can | mckusick | 1998-09-30 | 1 | -2/+8 |
* | Perform a hard reset on cards when the command fails. This should help | imp | 1998-09-30 | 1 | -2/+2 |
* | In nfs_link(), check for a cross-device mount *before* looking | mckusick | 1998-09-29 | 2 | -4/+6 |
* | Missing vput when cross-device link error is detected in nfs_link. | mckusick | 1998-09-29 | 2 | -0/+2 |
* | During truncation, have to notify the VM about the new size | mckusick | 1998-09-29 | 2 | -6/+10 |
* | Don't require an argument for -v flag | grog | 1998-09-29 | 2 | -11/+18 |
* | Frank sez: 'It fixes a problem with servers that return 0 values | mckusick | 1998-09-29 | 2 | -14/+20 |
* | Do not need (or want) to take a reference on an NFS file that | mckusick | 1998-09-29 | 2 | -12/+24 |
* | The code checks each fragment mark to see if it's valid; if the fragment | mckusick | 1998-09-29 | 3 | -6/+6 |
* | In the bootverbose case, print out error messages for all errors that will | ken | 1998-09-29 | 2 | -8/+18 |
* | vm86_datacall: always use workaround since temp. malloced buffer or stack | ache | 1998-09-29 | 1 | -22/+18 |
* | Add back a few useful targets lost in the reshuffle. | jkh | 1998-09-29 | 2 | -8/+8 |
* | Added double quotes around CHMOD description to prevent garbled output. | alex | 1998-09-29 | 1 | -2/+2 |
* | Mark directory buffers that have no valid data with B_INVAL | mckusick | 1998-09-29 | 2 | -2/+12 |
* | When adding data to a buffer, we need to clear the B_NEEDCOMMIT flag | mckusick | 1998-09-29 | 2 | -2/+4 |
* | Restore v1.3 - page align workaround moved to vm86_datacall now | ache | 1998-09-29 | 1 | -14/+5 |
* | Move workaround about page aligned data buffer directly to vm86_datacall, | ache | 1998-09-29 | 1 | -4/+24 |
* | Fixes for lkm: | rvb | 1998-09-29 | 10 | -24/+48 |
* | Rename a static variable, so it will not shadowed by a local variable. | dt | 1998-09-29 | 1 | -7/+7 |
* | Fix the shared library configuration stuff. | markm | 1998-09-29 | 3 | -15/+15 |
* | Don't erase curproc when making a vm86() call. The previous behavior | jlemon | 1998-09-29 | 1 | -7/+2 |
* | Add history. | obrien | 1998-09-29 | 1 | -1/+6 |
* | Make #define NO_SWAPPING a normal kernel config option. | abial | 1998-09-29 | 3 | -3/+6 |
* | Make #define NO_SWAPPING a normal kernel config option. | abial | 1998-09-29 | 3 | -3/+39 |
* | mkdosfs(1) is dead, refere to newfs_msdos(8) | obrien | 1998-09-29 | 1 | -3/+3 |
* | Add in a kludge for registering the "package" version of XFree86 so | jkh | 1998-09-29 | 3 | -9/+24 |
* | Small update: you need to unpack the stand-alone picobsd tarball into | abial | 1998-09-29 | 1 | -2/+3 |
* | Add examples for tree functions. | jkh | 1998-09-29 | 6 | -2/+346 |
* | Add support for saved trees. | jkh | 1998-09-29 | 2 | -4/+111 |
* | Make proper use of ${suffix} instead of hardwired suffixes. | abial | 1998-09-29 | 4 | -8/+8 |
* | Better handling of "custom" setup. | abial | 1998-09-29 | 2 | -19/+32 |
* | Once again turn off the BRIDGING - it's not yet ready to be the default... | abial | 1998-09-29 | 1 | -2/+2 |
* | Add sysctl 'machdep.msgbuf_clear'. Setting it to anything causes the | abial | 1998-09-29 | 2 | -8/+50 |
* | Bring man page up to date | grog | 1998-09-29 | 2 | -97/+109 |
* | Fixed printf format errors. u_long is not necessarily suitable for casting | bde | 1998-09-29 | 1 | -5/+7 |
* | FIxed printf format errors (an new one that is only detected on systems | bde | 1998-09-29 | 1 | -6/+6 |
* | The bootinfo struct was getting clobbered or not passed through correctly. | peter | 1998-09-29 | 1 | -2/+14 |
* | Don't pretend to support ix86's with 16-bit ints by using longs just | bde | 1998-09-29 | 13 | -53/+53 |
* | Fixed initialization of new inodes. ext2fs doesn't clear inodes when | bde | 1998-09-29 | 2 | -2/+6 |
* | Update to match newest XFree86 naming conventions. | jkh | 1998-09-29 | 2 | -98/+98 |
* | Several minor cleanups, inspired by bug reports and the old driver: | imp | 1998-09-29 | 1 | -10/+67 |
* | `kern.maxproc' is not changeable from sysctl(8). | jkoshy | 1998-09-29 | 1 | -1/+1 |
* | Always do fixups, even if some minor dist failed to install. | jkh | 1998-09-29 | 3 | -15/+12 |
* | Try #2 with minigzip. Now that John Hay has made it behave more properly | jkh | 1998-09-29 | 5 | -20/+25 |
* | Allow minigzip to be invoked more like gzip, checking to see | jkh | 1998-09-29 | 1 | -2/+12 |