Age | Commit message (Expand) | Author |
1996-12-05 | call readdisklabel() in the same fashion as sd.c does | Theo de Raadt |
1996-12-05 | call iso_disklabelspoof() as needed... | Theo de Raadt |
1996-12-05 | proto iso_disklabelspoof() inside an #ifdef (no nicer place) | Theo de Raadt |
1996-12-05 | provide iso_disklabelspoof() | Theo de Raadt |
1996-12-05 | inverted logic | Theo de Raadt |
1996-12-05 | FreeBSD calendar(1) + OpenBSD changes. | Todd C. Miller |
1996-12-05 | 4.4lite2, safely uses malloc, with freebsd fixes too | Theo de Raadt |
1996-12-05 | Implement a few more escape sequences that BSD/OS has defined for pccons; | Thorsten Lockert |
1996-12-04 | change open of /dev/tty to "r+" rather than "w+". if /dev/tty is | chuck |
1996-12-04 | fix | Jason Downs |
1996-12-04 | sanitize return value. NULL on failure, always. | Jason Downs |
1996-12-04 | use TCSADRAIN instead of TCSANOW, to avoid dropping characters. | Todd C. Miller |
1996-12-04 | DESTDIR fixing | Theo de Raadt |
1996-12-04 | rearrange argv[0] code | Theo de Raadt |
1996-12-04 | vfork bye bye | Theo de Raadt |
1996-12-04 | roundup error; netbsd pr#2944, augustss@cs.chalmers.se | Theo de Raadt |
1996-12-04 | nice argv[0], please do not bite me | Theo de Raadt |
1996-12-04 | nice argv[0], please do not bite me | Theo de Raadt |
1996-12-04 | security holes: seek and ye shall find | Theo de Raadt |
1996-12-04 | fix usage | Theo de Raadt |
1996-12-04 | fix a typo | Theo de Raadt |
1996-12-04 | cooperate with -t from newfs, and rename to /sbin/newfs_lfs as the naming sch... | Theo de Raadt |
1996-12-04 | first cut at "newfs -t fstype device". this is very neat | Theo de Raadt |
1996-12-04 | do not freak out if we see a -t argument | Theo de Raadt |
1996-12-04 | Add support for BSD/OS | Niklas Hallqvist |
1996-12-04 | Take advantage of new "-u" flag in login(1). | Todd C. Miller |
1996-12-04 | Implement -u (remote user) option for login (only root may use it). | Todd C. Miller |
1996-12-04 | fix big endian; Encode/Decode | Theo de Raadt |
1996-12-04 | formatting error | Theo de Raadt |
1996-12-04 | indent | Theo de Raadt |
1996-12-04 | add rfc1184 components; from robin@mailgate.dtc.rankxerox.co.uk | Theo de Raadt |
1996-12-04 | 64 bit patches, tih@nhh.no | Theo de Raadt |
1996-12-04 | use readlabelfs() if possible | Theo de Raadt |
1996-12-03 | Missing OpenBSD pieces, DOH! | Niklas Hallqvist |
1996-12-03 | clr TS_WOPEN if bailing on cua opens | Theo de Raadt |
1996-12-03 | /usr/share/misc/termcap | Theo de Raadt |
1996-12-03 | never bitch about first failure | Theo de Raadt |
1996-12-03 | clear sense buffer for mode sense 4, dms@celtech.com | Theo de Raadt |
1996-12-03 | DOH, com moved to ic | Niklas Hallqvist |
1996-12-03 | partial merge with NetBSD | kstailey |
1996-12-03 | cleanup debug; pointed out by darcy@druid.com | Theo de Raadt |
1996-12-03 | void cystop() -> int cystop() | kstailey |
1996-12-03 | void zsstop() -> int zsstop() | kstailey |
1996-12-03 | well it used to. | kstailey |
1996-12-03 | dev_type_stop() returns void not int | kstailey |
1996-12-03 | -A for anon only; from freebsd | Theo de Raadt |
1996-12-03 | comreg/var moved, niklas | Theo de Raadt |
1996-12-03 | handle "/*" path parsing correctly; netbsd pr#2970, darcey@druid.com | Theo de Raadt |
1996-12-03 | pull types.h for xpg | Theo de Raadt |
1996-12-03 | \r and \n must be distinguished in some cases (telnet); netbsd pr#2969; | Theo de Raadt |