summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-10-12Note changed partition IDThorsten Lockert
1996-10-12Warn about changed all-disk partition and updating boot blocksThorsten Lockert
1996-10-12Stop if the sum of unreachables and timeouts are >= number of probes, butThorsten Lockert
only if we have at least one unreachable
1996-10-12Warn when <malloc.h> is included, recommending <stdlib.h>Thorsten Lockert
1996-10-12Make mvcur() a weak symbol where supportedThorsten Lockert
1996-10-12From Kirk McKusick:Thorsten Lockert
If a directory somehow develops a hole (that is a block pointer that has a value of zero), fsck would give the filesystem a clean bill of health, but the kernel would panic when accessing the directory with the hole. Fsck now checks for holes in directories. If found in preen mode, fsck fails. In manual mode, it can be directed to shorten the directory to the beginning of the hole. A more complete solution would be to allocate a block to fill the hole. However, this is a lot more work for a `cannot happen' error, so the extra effort seems unwarranted.
1996-10-12build kernel nicelyTheo de Raadt
1996-10-12permit ufs filesystem type tooTheo de Raadt
1996-10-12build differentlyTheo de Raadt
1996-10-12ho humTheo de Raadt
1996-10-12first cut, copied from sun3 stuffTheo de Raadt
1996-10-12i added a fair bit to thisTheo de Raadt
1996-10-12use HOSTCC; from daleTheo de Raadt
1996-10-12use HOSTCC; from daleTheo de Raadt
1996-10-12Support LUNs. My God...Jason Downs
1996-10-12clean kernel tooTheo de Raadt
1996-10-12missing quote; neetbsd pr#2832, mike.long@analog.comTheo de Raadt
1996-10-12correct diag messagesTheo de Raadt
1996-10-11sync + our changesTheo de Raadt
1996-10-10fix a few errorsTheo de Raadt
1996-10-10fix gzip problemsTheo de Raadt
1996-10-10copy sparc stuff, to be munged into shapeTheo de Raadt
1996-10-10Fix searching for shell quoting characters. From wosch@freebsd.michaels
1996-10-10This is OpenBSDNiklas Hallqvist
1996-10-10Sync with realityNiklas Hallqvist
1996-10-10Sync with realityNiklas Hallqvist
1996-10-10Enlarge minirootNiklas Hallqvist
1996-10-10update slightlyTheo de Raadt
1996-10-09use gzip -dTheo de Raadt
1996-10-09bit more careful ldconfigTheo de Raadt
1996-10-09more/gunzipTheo de Raadt
1996-10-09less not moreTheo de Raadt
1996-10-09nicer lessTheo de Raadt
1996-10-09+gzipTheo de Raadt
1996-10-08Support isaedNiklas Hallqvist
1996-10-08fsck/update/awk stuffTheo de Raadt
1996-10-08unconfig targTheo de Raadt
1996-10-08correct kernelTheo de Raadt
1996-10-08build nice in nfs environmentTheo de Raadt
1996-10-08export $TERM only if passed in; joerg@freebsd.orgTheo de Raadt
1996-10-08Final polishNiklas Hallqvist
1996-10-08reset hash type after zeroing when changing hash type, from dm.Todd C. Miller
1996-10-08Prototype & Stylistic fixes for high -W gcc levelsNiklas Hallqvist
1996-10-08syncTheo de Raadt
1996-10-08latest stuffTheo de Raadt
1996-10-08vim, less, installboot, bsdTheo de Raadt
1996-10-082.0, deal with nfs, build kernelTheo de Raadt
1996-10-08pax, -updateTheo de Raadt
1996-10-08krb/des/zTheo de Raadt
1996-10-08Attempt at cleanup.michaels