summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
1996-09-27make -m also act like -i/-uTheo de Raadt
1996-09-27nicer errorsTheo de Raadt
1996-09-25permit loading of a special MBR bootblock -- do not encode a fake MBRTheo de Raadt
bootblock inside the program. cleanup printed output. do not assume 'd' partition. Solves a whole bunch of other interaction problems with disklabel. Has been tested a fair bit, but will endure more testing (at the hands of the users! Hahahaha!)
1996-09-24use DOSPTYP_386BSD only if no DOSPTYP_OPENBSD part on diskTheo de Raadt
1996-09-24flags: add -n: do nothing, -v: verbose; delete -d flag. on DOSLABEL systems,Theo de Raadt
ensure the OpenBSD disklabel/bootblocks are written inside 165 partition (RAW_PART must start at block 0 of unit) -- this makes the kernel algorithm and userland algorithms the same. unify & pretty the usage message
1996-09-22Fix OpenBSD tagsTodd C. Miller
1996-09-22warnx does not take a \\nTheo de Raadt
1996-09-21When reading label -r first try the correct label location.Per Fogelstrom
Don't allow updates when original disklabel is found by scanning. NetBSD -> OpenBSD in printouts.
1996-09-20arc, not picaTheo de Raadt
1996-09-20call execle with the correct params; netbsd pr#2737, augustss@cs.chalmers.seTheo de Raadt
1996-09-19bad is long for xdr_long(); from cgd@netbsdTheo de Raadt
1996-09-19handle more interfaces in -a modeTheo de Raadt
1996-09-18new routed replaces rdiscTheo de Raadt
1996-09-18"prs are sometimes wrong" (theo)Michael Shalayeff
fix wrong fix. "kak v zadnitsu kol, russkiy rock-n-roll" (4epHeuKuu)
1996-09-17realpath fix, do not dump; pr#2765, david@mono.orgTheo de Raadt
1996-09-16use memset/memmoveTheo de Raadt
1996-09-16/tmp// -> /tmp/Todd C. Miller
1996-09-16These should always be static.Jason Downs
1996-09-16Use $STATIC.Jason Downs
1996-09-16Set umask to be read only by owner until we set real file permissions.Todd C. Miller
1996-09-16_PATH_TMP -> _PATH_TMPFILETodd C. Miller
1996-09-16kill /tmp raceTheo de Raadt
1996-09-15sprintf -> snprintf (how'd that get missed?)Todd C. Miller
Don't complain if setsockopt() fails. It will fail if we used rcmdsh() instead of rcmd() and there's no easy way to detect which we used now.
1996-09-14setgid stuff goes awayTheo de Raadt
1996-09-14not setgid tty anymore.Theo de Raadt
1996-09-14Now uses "wall -g" so no need to be setgid tty. This makes $RSH work.Todd C. Miller
Also fix buf oflow.
1996-09-13final correct badsect device patch from curt@portal.caTheo de Raadt
1996-09-11correct kill(1) usage.Michael Shalayeff
1996-09-06bitblt found a typo in a comment!Theo de Raadt
1996-09-06turn logging off again, it is still unsafeTheo de Raadt
1996-09-06note a raceTheo de Raadt
1996-09-05r.i.p.Michael Shalayeff
no in new routed.
1996-09-05fix import.Michael Shalayeff
mention that routed is from vjs@sgi.com
1996-09-05new routed from SGI.Michael Shalayeff
rip1, rip2, icmp, rdisc.
1996-09-03use prefix 0x instead of DOS-like postfix HTheo de Raadt
1996-09-02don't try to do setsockopt(TCP_MAXSEG) unless we are root.Todd C. Miller
1996-09-02whoopsTheo de Raadt
1996-09-02bad environ init; from brian@saturn.netTheo de Raadt
1996-09-02pica -> arc for fdiskPer Fogelstrom
1996-09-01distinguish between left/right shift keys for X; from Mathieu.Herrb@mipnet.frTheo de Raadt
1996-09-01change keymap_t to pccons_keymap_t in pcconsTheo de Raadt
1996-09-01kill setuid, fix setgid holeTheo de Raadt
1996-09-01oflow protectionTheo de Raadt
1996-09-01lose setuidTheo de Raadt
1996-09-01dialup tty semantic is wrongTheo de Raadt
1996-08-30use raw device only; netbsd pr#2719; flipk@idea.exnet.iastate.eduTheo de Raadt
1996-08-30add -p for printing; cleanup error handlingTheo de Raadt
1996-08-29bogus exports entry crash; from candy@fct.kgc.co.jpTheo de Raadt
1996-08-29lkm ddb symbol table loading. done during the middle ages by jtkohl, mergedTheo de Raadt
to modern day sources by rees@umich.edu
1996-08-28use INSECURE for 0; netbsd pr#2717; bouyer@lix.polytechnique.frTheo de Raadt