summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1996-12-05call readdisklabel() in the same fashion as sd.c doesTheo de Raadt
1996-12-05call iso_disklabelspoof() as needed...Theo de Raadt
1996-12-05proto iso_disklabelspoof() inside an #ifdef (no nicer place)Theo de Raadt
1996-12-05provide iso_disklabelspoof()Theo de Raadt
1996-12-05inverted logicTheo de Raadt
1996-12-05FreeBSD calendar(1) + OpenBSD changes.Todd C. Miller
1996-12-054.4lite2, safely uses malloc, with freebsd fixes tooTheo de Raadt
1996-12-05Implement a few more escape sequences that BSD/OS has defined for pccons;Thorsten Lockert
1996-12-04change open of /dev/tty to "r+" rather than "w+". if /dev/tty ischuck
1996-12-04fixJason Downs
1996-12-04sanitize return value. NULL on failure, always.Jason Downs
1996-12-04use TCSADRAIN instead of TCSANOW, to avoid dropping characters.Todd C. Miller
1996-12-04DESTDIR fixingTheo de Raadt
1996-12-04rearrange argv[0] codeTheo de Raadt
1996-12-04vfork bye byeTheo de Raadt
1996-12-04roundup error; netbsd pr#2944, augustss@cs.chalmers.seTheo de Raadt
1996-12-04nice argv[0], please do not bite meTheo de Raadt
1996-12-04nice argv[0], please do not bite meTheo de Raadt
1996-12-04security holes: seek and ye shall findTheo de Raadt
1996-12-04fix usageTheo de Raadt
1996-12-04fix a typoTheo de Raadt
1996-12-04cooperate with -t from newfs, and rename to /sbin/newfs_lfs as the naming sch...Theo de Raadt
1996-12-04first cut at "newfs -t fstype device". this is very neatTheo de Raadt
1996-12-04do not freak out if we see a -t argumentTheo de Raadt
1996-12-04Add support for BSD/OSNiklas Hallqvist
1996-12-04Take advantage of new "-u" flag in login(1).Todd C. Miller
1996-12-04Implement -u (remote user) option for login (only root may use it).Todd C. Miller
1996-12-04fix big endian; Encode/DecodeTheo de Raadt
1996-12-04formatting errorTheo de Raadt
1996-12-04indentTheo de Raadt
1996-12-04add rfc1184 components; from robin@mailgate.dtc.rankxerox.co.ukTheo de Raadt
1996-12-0464 bit patches, tih@nhh.noTheo de Raadt
1996-12-04use readlabelfs() if possibleTheo de Raadt
1996-12-03Missing OpenBSD pieces, DOH!Niklas Hallqvist
1996-12-03clr TS_WOPEN if bailing on cua opensTheo de Raadt
1996-12-03/usr/share/misc/termcapTheo de Raadt
1996-12-03never bitch about first failureTheo de Raadt
1996-12-03clear sense buffer for mode sense 4, dms@celtech.comTheo de Raadt
1996-12-03DOH, com moved to icNiklas Hallqvist
1996-12-03partial merge with NetBSDkstailey
1996-12-03cleanup debug; pointed out by darcy@druid.comTheo de Raadt
1996-12-03void cystop() -> int cystop()kstailey
1996-12-03void zsstop() -> int zsstop()kstailey
1996-12-03well it used to.kstailey
1996-12-03dev_type_stop() returns void not intkstailey
1996-12-03-A for anon only; from freebsdTheo de Raadt
1996-12-03comreg/var moved, niklasTheo de Raadt
1996-12-03handle "/*" path parsing correctly; netbsd pr#2970, darcey@druid.comTheo de Raadt
1996-12-03pull types.h for xpgTheo de Raadt
1996-12-03\r and \n must be distinguished in some cases (telnet); netbsd pr#2969;Theo de Raadt