summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1997-04-08prettyTheo de Raadt
1997-04-08chflags can get EOPNOTSUPPTheo de Raadt
1997-04-08chflags not permittedTheo de Raadt
1997-04-08add '-a' flag for afs string-to-key.Jim Rees
1997-04-08nuevosTheo de Raadt
1997-04-08use MKTEMP_EACH_FILE, wheeTheo de Raadt
1997-04-08SunOS uses trap 2 to clear cpu caches. From NetBSD via scottr and gwr.briggs
1997-04-08Clarify comment a bit and skip userret when flushing CPU caches in SunOS emul.briggs
1997-04-08use $> -- thanks for the debugging help niklasTheo de Raadt
1997-04-08attempt cd9660 & part/nblks fixTheo de Raadt
1997-04-08Fix from NetBSD: flush caches on trap 2 in SunOS emulation. Comment onbriggs
1997-04-08Changes from Michael R. Zucca <mrz5149@cs.rit.edu> for 16-bit and 32-bitbriggs
1997-04-08Some patches from Bob Nestor <rnestor@metronet.com> to edge toward supportbriggs
1997-04-08From scottr@netbsd.org:gene
1997-04-08Obseleted by new which(1) that acts like whereis(1) when invokedTodd C. Miller
1997-04-08whereis is now linked to whichTodd C. Miller
1997-04-08which(1) and whereis(1) are now the same program (hard linked).Todd C. Miller
1997-04-08use a different, smaller font.michaels
1997-04-08Rewrite to make dma more stable from scottr@netbsdgene
1997-04-07use $< instead of $? for ar. Obviously required since the .a file getsTheo de Raadt
1997-04-07document the config flags fieldJim Rees
1997-04-07i think i got this right....Theo de Raadt
1997-04-07Change a stat(2) -> lstat(2) to avoid symlink games. From KeithTodd C. Miller
1997-04-07cf_flags & 0x20 forces device to be found even if it won't probe.Jim Rees
1997-04-07flush all old routes before adding new interfaces or routes.Jim Rees
1997-04-07paranoid about MAXHOSTNAMELENTheo de Raadt
1997-04-07Back out last changes for now. They cause problems.Todd C. Miller
1997-04-07XXX Work around make(1) bug. This must be fixed.Jason Downs
1997-04-07Build man pages using my bsd.man.mk extensions, ala Perl, instead of makingJason Downs
1997-04-07turn off INSECURE, using Aperture driver now; also activate VM86 & USER_LDT f...kstailey
1997-04-07Bleh. bus_probe has opposite return of my fn.briggs
1997-04-07Perhaps improve reliability with some small performance sacrifice.briggs
1997-04-07Denny suggests that we make all Quadra cases the same. The Q700, at leastbriggs
1997-04-07cd9660 & partition/block number confusion correctionTheo de Raadt
1997-04-07cd9660 & partition/block number confusion correctionTheo de Raadt
1997-04-07unconfuse partition/block sizing stuffTheo de Raadt
1997-04-07cd has 16 partitions, plus other miscTheo de Raadt
1997-04-07wrong placeTheo de Raadt
1997-04-07add cd9660 spoofing and repair partition offset/block offset stuffTheo de Raadt
1997-04-07use libc err(); ahd@kew.comTheo de Raadt
1997-04-07that is rightTheo de Raadt
1997-04-07deal with partition/block size differencesTheo de Raadt
1997-04-07Better error message when lookup of getlogin() != uidTodd C. Miller
1997-04-07Use MAXPARTITIONS not ``8''Todd C. Miller
1997-04-0716 partitionsTodd C. Miller
1997-04-0716 partitionsTodd C. Miller
1997-04-07#include "stand.h" not <stand.h>Todd C. Miller
1997-04-07We run OpenBSD. Also note that installboot may be run on the ``c''Todd C. Miller
1997-04-07Ahem... bus_probe() already exists and does what bus_space_bad_addr() does.briggs
1997-04-07Fix device name.Tobias Weingartner