Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-27 | make -m also act like -i/-u | Theo de Raadt | |
1996-09-27 | nicer errors | Theo de Raadt | |
1996-09-25 | permit loading of a special MBR bootblock -- do not encode a fake MBR | Theo 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-24 | use DOSPTYP_386BSD only if no DOSPTYP_OPENBSD part on disk | Theo de Raadt | |
1996-09-24 | flags: 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-22 | Fix OpenBSD tags | Todd C. Miller | |
1996-09-22 | warnx does not take a \\n | Theo de Raadt | |
1996-09-21 | When 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-20 | arc, not pica | Theo de Raadt | |
1996-09-20 | call execle with the correct params; netbsd pr#2737, augustss@cs.chalmers.se | Theo de Raadt | |
1996-09-19 | bad is long for xdr_long(); from cgd@netbsd | Theo de Raadt | |
1996-09-19 | handle more interfaces in -a mode | Theo de Raadt | |
1996-09-18 | new routed replaces rdisc | Theo 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-17 | realpath fix, do not dump; pr#2765, david@mono.org | Theo de Raadt | |
1996-09-16 | use memset/memmove | Theo de Raadt | |
1996-09-16 | /tmp// -> /tmp/ | Todd C. Miller | |
1996-09-16 | These should always be static. | Jason Downs | |
1996-09-16 | Use $STATIC. | Jason Downs | |
1996-09-16 | Set umask to be read only by owner until we set real file permissions. | Todd C. Miller | |
1996-09-16 | _PATH_TMP -> _PATH_TMPFILE | Todd C. Miller | |
1996-09-16 | kill /tmp race | Theo de Raadt | |
1996-09-15 | sprintf -> 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-14 | setgid stuff goes away | Theo de Raadt | |
1996-09-14 | not setgid tty anymore. | Theo de Raadt | |
1996-09-14 | Now uses "wall -g" so no need to be setgid tty. This makes $RSH work. | Todd C. Miller | |
Also fix buf oflow. | |||
1996-09-13 | final correct badsect device patch from curt@portal.ca | Theo de Raadt | |
1996-09-11 | correct kill(1) usage. | Michael Shalayeff | |
1996-09-06 | bitblt found a typo in a comment! | Theo de Raadt | |
1996-09-06 | turn logging off again, it is still unsafe | Theo de Raadt | |
1996-09-06 | note a race | Theo de Raadt | |
1996-09-05 | r.i.p. | Michael Shalayeff | |
no in new routed. | |||
1996-09-05 | fix import. | Michael Shalayeff | |
mention that routed is from vjs@sgi.com | |||
1996-09-05 | new routed from SGI. | Michael Shalayeff | |
rip1, rip2, icmp, rdisc. | |||
1996-09-03 | use prefix 0x instead of DOS-like postfix H | Theo de Raadt | |
1996-09-02 | don't try to do setsockopt(TCP_MAXSEG) unless we are root. | Todd C. Miller | |
1996-09-02 | whoops | Theo de Raadt | |
1996-09-02 | bad environ init; from brian@saturn.net | Theo de Raadt | |
1996-09-02 | pica -> arc for fdisk | Per Fogelstrom | |
1996-09-01 | distinguish between left/right shift keys for X; from Mathieu.Herrb@mipnet.fr | Theo de Raadt | |
1996-09-01 | change keymap_t to pccons_keymap_t in pccons | Theo de Raadt | |
1996-09-01 | kill setuid, fix setgid hole | Theo de Raadt | |
1996-09-01 | oflow protection | Theo de Raadt | |
1996-09-01 | lose setuid | Theo de Raadt | |
1996-09-01 | dialup tty semantic is wrong | Theo de Raadt | |
1996-08-30 | use raw device only; netbsd pr#2719; flipk@idea.exnet.iastate.edu | Theo de Raadt | |
1996-08-30 | add -p for printing; cleanup error handling | Theo de Raadt | |
1996-08-29 | bogus exports entry crash; from candy@fct.kgc.co.jp | Theo de Raadt | |
1996-08-29 | lkm ddb symbol table loading. done during the middle ages by jtkohl, merged | Theo de Raadt | |
to modern day sources by rees@umich.edu | |||
1996-08-28 | use INSECURE for 0; netbsd pr#2717; bouyer@lix.polytechnique.fr | Theo de Raadt | |