summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-03-29Switch to genassym.cf.Jason Downs
1997-03-29Integrate local changesThorsten Lockert
1997-03-29Latest release from Cyclic SoftwareThorsten Lockert
1997-03-29Latest release from Cyclic SoftwareThorsten Lockert
1997-03-29Fix up HISTORY and mention YP.Todd C. Miller
1997-03-29Changed definition of 'a' in vfmtmsg from void * to va_list.dgregor
Possible fix for PR#130.
1997-03-29Use getdomainname() not yp_get_default_domain().Todd C. Miller
1997-03-29take a shot at 64-bit cleanTheo de Raadt
1997-03-29repair function param declarationsTheo de Raadt
1997-03-29A bit more DAFB initialization.briggs
1997-03-29Use ``mail.local -H'' to do dot locking so we can have mode 755 mailTodd C. Miller
spool, change an occurrence of tempnam() to mkstemp(), change some longs and shorts to ints. Mail is now usable again.
1997-03-29Make ``mail.local -H'' explicately indicate when the lock fails or succeeds.Todd C. Miller
1997-03-29Fix bug that would have prevented PB5xx series from detecting the SONIC.briggs
Bug noticed by Denny Gentry.
1997-03-28Install new man4 pages.Todd C. Miller
1997-03-28Move ncr.4 out of man4.i386/ncr.4 and update it from NetBSD.Todd C. Miller
Remove one of the tekram cards from man4.i386/aha.4 that is really ncr-based and add cd.4, fpa.4, sd.4, st.4, uk.4 from NetBSD (some originally from FreeBSD).
1997-03-28sync (regen)kstailey
1997-03-28added 34 - nicekstailey
1997-03-28no more -D__NetBSD__Theo de Raadt
1997-03-28split std into std/fd; add floppy targetTheo de Raadt
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
termcap format based on changes submitted to the terminfo master by me
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
that was the entire meaning of it... shoot me!
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
Future direction, might make sense to make this a kernel symbol tha is sysctl-able.
1997-03-27Make kern.osrevision (sysctl) and /kern/osrev report value ofTodd C. Miller
OpenBSD define, not BSD which is a bit more useful.
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