summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1997-03-28Set umask so save files are writeable by hackThorsten Lockert
1997-03-28Log and score file needs to be group writeableThorsten Lockert
1997-03-28Use more from m68k/m68k.briggs
1997-03-28copy new iv only if existantNiels Provos
1997-03-28"mail.local -H" is valid usage.Todd C. Miller
1997-03-28Don't allow buffer overflowsThorsten Lockert
1997-03-28New termcap and terminfo database files; now with :bs: re-added to theThorsten Lockert
1997-03-27Fix core dump.Jason Downs
1997-03-27Err, umm.Jason Downs
1997-03-27Make this code sane.Jason Downs
1997-03-27better docTheo de Raadt
1997-03-27pretty and one 64bit thingyTheo de Raadt
1997-03-27constrain hostnames to MAXHOSTNAMELEN (again), and fix a typoTheo de Raadt
1997-03-27fix -u/-p problems reported by mks@msc.edu; but be a bit more careful..Theo de Raadt
1997-03-27Various fixes for ZMAGIC. Thanks TheoTobias Weingartner
1997-03-27if lost+found generation code is enabled, create it with a nice modeTheo de Raadt
1997-03-27use 700 not 777 for new lost+found dirskstailey
1997-03-27Oops, used #ifdef, instead of ifdef, by habit.Niklas Hallqvist
1997-03-27DOH! Of course genassym.sh should be fed CC not HOSTCC,Niklas Hallqvist
1997-03-27Be more careful about enabling nubus interrupts.briggs
1997-03-27Use P_MD_REGS instead of P_MD + MD_REGS (consistent with hp300)Niklas Hallqvist
1997-03-27Use genassym.shNiklas Hallqvist
1997-03-27Import genassym.sh method from NetBSDNiklas Hallqvist
1997-03-27Add NCR variant of SVR4, as it has some specificsNiklas Hallqvist
1997-03-27Implement NOFILE_MAX--hard limit on max descriptors per proccess.Todd C. Miller
1997-03-27Make kern.osrevision (sysctl) and /kern/osrev report value ofTodd C. Miller
1997-03-27yet another random() converted to arc4random()Niels Provos
1997-03-27use arc4random instead of randomNiels Provos
1997-03-27Slight cleanup, more neededTobias Weingartner
1997-03-27md5 stuffNiels Provos
1997-03-27add comment on md5Niels Provos
1997-03-27support for md5 passwordsNiels Provos
1997-03-26added ipsec subdirNiels Provos
1997-03-26Add OpenBSD tag. Remove redundant test.Niklas Hallqvist
1997-03-26Use MKDEP instead of mkdep. Split STRIP into STRIP & STRIPFLAGS.Niklas Hallqvist
1997-03-26Add ast, tel and IPSECNiklas Hallqvist
1997-03-26Got rid of an unused functionNiklas Hallqvist
1997-03-26fix a bunch of errorsTheo de Raadt
1997-03-26calculate width for select() more carefullyTheo de Raadt
1997-03-26oxtabs is converse of tabs; gwing@primenet.com.auTheo de Raadt
1997-03-26more careful strncpyTheo de Raadt
1997-03-26use support.s from m68k/Niklas Hallqvist
1997-03-26Just some initial KNF in preparation for some other changes coming soonNiklas Hallqvist
1997-03-26Remove stuff now in m68k/Niklas Hallqvist
1997-03-26copy.s gets done from files.m68k nowNiklas Hallqvist
1997-03-26proper englishTheo de Raadt
1997-03-26bail like ruptime; netbsdTheo de Raadt
1997-03-26s/main/listmain/; seebs@solon.comTheo de Raadt
1997-03-26loginname copying in fill_eproc; gwing@primenet.com.auTheo de Raadt
1997-03-26Replace "isa_io" with "bus". Not isa specific.Per Fogelstrom