aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NULL a pointer after it is freed to avoid trying to free it again.John Birrell1998-09-303-0/+6
* - Fix the debug macros.John Birrell1998-09-303-12/+63
* Delete the XXX comments that refer to spinlock recursion. The malloc/free/John Birrell1998-09-301-15/+1
* Remove SCSI support as the only driver in this kernel config, aic, is notJustin T. Gibbs1998-09-301-6/+6
* Fix typo in message.Daniel O'Callaghan1998-09-303-6/+6
* Add several missing ioctl handlers. One needed by Sybase, the othersJohn Fieber1998-09-304-4/+58
* Do not allow a mounted on directory to be rmdir'ed. This removal canKirk McKusick1998-09-301-2/+8
* Perform a hard reset on cards when the command fails. This should helpWarner Losh1998-09-301-2/+2
* In nfs_link(), check for a cross-device mount *before* lookingKirk McKusick1998-09-292-4/+6
* Missing vput when cross-device link error is detected in nfs_link.Kirk McKusick1998-09-292-0/+2
* During truncation, have to notify the VM about the new sizeKirk McKusick1998-09-292-6/+10
* Don't require an argument for -v flagGreg Lehey1998-09-292-11/+18
* Frank sez: 'It fixes a problem with servers that return 0 valuesKirk McKusick1998-09-292-14/+20
* Do not need (or want) to take a reference on an NFS file thatKirk McKusick1998-09-292-12/+24
* The code checks each fragment mark to see if it's valid; if the fragmentKirk McKusick1998-09-293-6/+6
* In the bootverbose case, print out error messages for all errors that willKenneth D. Merry1998-09-292-8/+18
* vm86_datacall: always use workaround since temp. malloced buffer or stackAndrey A. Chernov1998-09-291-22/+18
* Add back a few useful targets lost in the reshuffle.Jordan K. Hubbard1998-09-292-8/+8
* Added double quotes around CHMOD description to prevent garbled output.Alexander Langer1998-09-291-2/+2
* Mark directory buffers that have no valid data with B_INVALKirk McKusick1998-09-292-2/+12
* When adding data to a buffer, we need to clear the B_NEEDCOMMIT flagKirk McKusick1998-09-292-2/+4
* Restore v1.3 - page align workaround moved to vm86_datacall nowAndrey A. Chernov1998-09-291-14/+5
* Move workaround about page aligned data buffer directly to vm86_datacall,Andrey A. Chernov1998-09-291-4/+24
* Fixes for lkm:Robert V. Baron1998-09-2910-24/+48
* Rename a static variable, so it will not shadowed by a local variable.Dmitrij Tejblum1998-09-291-7/+7
* Fix the shared library configuration stuff.Mark Murray1998-09-293-15/+15
* Don't erase curproc when making a vm86() call. The previous behaviorJonathan Lemon1998-09-291-7/+2
* Add history.David E. O'Brien1998-09-291-1/+6
* Make #define NO_SWAPPING a normal kernel config option.Andrzej Bialecki1998-09-293-3/+6
* Make #define NO_SWAPPING a normal kernel config option.Andrzej Bialecki1998-09-293-3/+39
* mkdosfs(1) is dead, refere to newfs_msdos(8)David E. O'Brien1998-09-291-3/+3
* Add in a kludge for registering the "package" version of XFree86 soJordan K. Hubbard1998-09-293-9/+24
* Small update: you need to unpack the stand-alone picobsd tarball intoAndrzej Bialecki1998-09-291-2/+3
* Add examples for tree functions.Jordan K. Hubbard1998-09-296-2/+346
* Add support for saved trees.Jordan K. Hubbard1998-09-292-4/+111
* Make proper use of ${suffix} instead of hardwired suffixes.Andrzej Bialecki1998-09-294-8/+8
* Better handling of "custom" setup.Andrzej Bialecki1998-09-292-19/+32
* Once again turn off the BRIDGING - it's not yet ready to be the default...Andrzej Bialecki1998-09-291-2/+2
* Add sysctl 'machdep.msgbuf_clear'. Setting it to anything causes theAndrzej Bialecki1998-09-292-8/+50
* Bring man page up to dateGreg Lehey1998-09-292-97/+109
* Fixed printf format errors. u_long is not necessarily suitable for castingBruce Evans1998-09-291-5/+7
* FIxed printf format errors (an new one that is only detected on systemsBruce Evans1998-09-291-6/+6
* The bootinfo struct was getting clobbered or not passed through correctly.Peter Wemm1998-09-291-2/+14
* Don't pretend to support ix86's with 16-bit ints by using longs justBruce Evans1998-09-2913-53/+53
* Fixed initialization of new inodes. ext2fs doesn't clear inodes whenBruce Evans1998-09-292-2/+6
* Update to match newest XFree86 naming conventions.Jordan K. Hubbard1998-09-292-98/+98
* Several minor cleanups, inspired by bug reports and the old driver:Warner Losh1998-09-291-10/+67
* `kern.maxproc' is not changeable from sysctl(8).Joseph Koshy1998-09-291-1/+1
* Always do fixups, even if some minor dist failed to install.Jordan K. Hubbard1998-09-293-15/+12
* Try #2 with minigzip. Now that John Hay has made it behave more properlyJordan K. Hubbard1998-09-295-20/+25