summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-06-22Convert the find(1) examples to mandoc.Jason Downs
1997-06-22Slightly cleaner.Jason Downs
1997-06-22%u for uidTheo de Raadt
1997-06-22MAXHOSTNAMELENTheo de Raadt
1997-06-22Fix comment.Jason Downs
1997-06-22Support RB_POWERDOWN (calls powerdown(), then romhalt(). If powerdown() isJason Downs
supported on that machine, it just turns off...)
1997-06-22Allow powerdown() to be blindly called on machines with no power device.Jason Downs
1997-06-22Support halt -p.Jason Downs
1997-06-22Support RB_POWERDOWN.Jason Downs
1997-06-22Add RB_POWERDOWN.Jason Downs
1997-06-22Add appropiate `maxusers' everywhere it was lacking.Jason Downs
1997-06-22Use Ns macro and not non-existant Ap macroThorsten Lockert
1997-06-22Make sure we don't get stuck in a loop when trying to clean up stdioThorsten Lockert
1997-06-22Avoid an overflow when checking inode numbers; from FreeBSD PR #3528 byThorsten Lockert
Ian Dowse <iedowse@maths.tcd.ie>
1997-06-22Close pipes before dup'ing file descriptors in the child, not after.Thorsten Lockert
From NetBSD PR #3673 by Dave Sainty <David.Sainty@MCS.VUW.AC.NZ>
1997-06-22correct wording; mason@primenet.com.auTheo de Raadt
1997-06-22respect NOMAN!kstailey
1997-06-22make --delete workNiels Provos
1997-06-22fix typo; lukemTheo de Raadt
1997-06-22fix messages; like from jonny@gaia.coppe.ufrj.brTheo de Raadt
1997-06-22now where did that patch go?flipk
1997-06-22wasn't a race after all. properly initialize event_q pointers so theflipk
last one doesn't point off the end.
1997-06-21The mac68k ite emulates a vt100, _not_ a vt220. This is the sorta simplegene
thing that makes people's lives easier.
1997-06-21New mandoc man page.Jason Downs
1997-06-21notes about sysctl additionsMichael Shalayeff
1997-06-21blank lineTheo de Raadt
1997-06-21attempt to realpath() log entriesTheo de Raadt
1997-06-21type decl fixes; mikelTheo de Raadt
1997-06-21block all write ops to init in securelevel modes; nash@mcs.comTheo de Raadt
1997-06-21push KRBTKFILE only if new ticket; dm@openbsd.org and traister@gate.netTheo de Raadt
1997-06-21fix -a synopsis typo; joerg@freebsdTheo de Raadt
1997-06-21\n\n is uglyTheo de Raadt
1997-06-21revert, there's a nasty race condition here.flipk
1997-06-214 strips? there is no need for thatTheo de Raadt
1997-06-21u_int32_t changes, need testingTheo de Raadt
1997-06-20In zs_abort, wrap a #ifdef DDB around a Debugger() invocation. Point out bygene
Chris Jones In NetBSD PR#port-mac68k/3739 (I believe). Also, remove a comment that this change obsoletes.
1997-06-20worry about #ifdef KERBEROSTheo de Raadt
1997-06-20when building new environment, do not destroy KRBTKFILE; traister@gate.netTheo de Raadt
1997-06-20oops, pointed out by Theogrr
1997-06-20need fewer of theseTheo de Raadt
1997-06-20add ELOOP support; shigio@wafu.netgate.netTheo de Raadt
1997-06-20boost TEST_BLOCK_LEN and TEST_BLOCK_COUNT a bit. this makes '-t' moreflipk
useful on fast boxes. also fflush(stdout) after printing the first test message so the user knows its actually doing something
1997-06-20count properly (;Michael Shalayeff
1997-06-20typoMichael Shalayeff
1997-06-20make SHA1Final(NULL, &ctx) behave as MD5Final, only update contextNiels Provos
1997-06-203des edeNiels Provos
1997-06-20comply with draft 3des mode is ede not eee + performance.Niels Provos
1997-06-20take out Cw disclosure.com, it precludes DS disclosure.comkstailey
1997-06-20add newline to messagekstailey
1997-06-20I wasted a lot of paper because of the way that printcap mx is handled.kstailey
I don't even have an mx in my printcap, the default is too small, a 45 page PostScript file with some images should not barf because of the default mx. I will deal with this in a better way later.