summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-07-10hme (Happy Meal) ethernet driver.Jason Wright
1998-07-10Make sure port is in allowed range before trying to get a reserved port.Todd C. Miller
1998-07-10err/warnMichael Shalayeff
1998-07-10err/warnMichael Shalayeff
1998-07-10err/warnMichael Shalayeff
1998-07-10use err/warnMichael Shalayeff
1998-07-10Ok, so I was bored and couldn't sleep...Jason Downs
Make this sucker work with decent terminal settings.
1998-07-10memset and friendsTheo de Raadt
1998-07-10avoid buf oflowsTheo de Raadt
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1998-07-10long month names; archie@whistle.comTheo de Raadt
1998-07-10correct range spec; jkoshyTheo de Raadt
1998-07-10hostname is MAXHOSTNAMELEN; notified eric tooTheo de Raadt
1998-07-09Don't open stderr channel until after the user has authenticated themselvesTodd C. Miller
and never open a reserved port. Fix from www.infilsec.com, credited to "The South African Tiger Team". While we're in here, don't leak info about who is a valid user.
1998-07-09this is rshd, not rlogindTodd C. Miller
1998-07-09user err/warn; some -WallMichael Shalayeff
1998-07-09fix socket printing bug, missed {}Michael Shalayeff
use err/warn everywhere
1998-07-09Play CDs with more than 100 tracksConstantine Sapuntzakis
1998-07-09fix support for pci mode 1; mochid@yo.rim.or.jpTheo de Raadt
1998-07-09Fix for "play" command on CDs whose last table of contents entry isConstantine Sapuntzakis
clipped (for whatever reason). Couple minor bug fixes. Noticed by John Jannotti
1998-07-09why bother; msaitohTheo de Raadt
1998-07-09never set PSL_IOPL at high securelevel (except the one xf86 case, controlled ↵Theo de Raadt
by the aperture driver; problem noted by csapuntz
1998-07-09say "s/key disabled" if skeykeys file does not exist. I thought I committed ↵Todd C. Miller
this ages ago.
1998-07-09arghTheo de Raadt
1998-07-09hostnames are MAXHOSTNAMELEN, not MAXNAMELENTheo de Raadt
1998-07-09do not gethostname with len-1Theo de Raadt
1998-07-09MAXHOSTNAMELEN, and no need to terminateTheo de Raadt
1998-07-09use MAXHOSTNAMELENTheo de Raadt
1998-07-09MAXHOSTNAMELEN, not MAXHOSTNAMELEN+1Theo de Raadt
1998-07-09MAXHOSTNAMELENTheo de Raadt
1998-07-09indentTheo de Raadt
1998-07-09clarify gethostname() callTheo de Raadt
1998-07-09use MAXHOSTNAMELENTheo de Raadt
1998-07-09Don't unmap something that we didn't map...Jason Downs
1998-07-09Scorefile bugfix and minor code cleaning, some from NetBSDPaul Janzen
1998-07-09remove comment from packing list that must be added whenMarco S Hyman
the package is installed, not when the plist is created
1998-07-09indentTheo de Raadt
1998-07-09treat 'all' just like '*'Todd C. Miller
1998-07-08add eap + sv audio driversTheo de Raadt
1998-07-08length check bp_file; cgdTheo de Raadt
1998-07-08open fd1 and fd2 as FREAD|FWRITETheo de Raadt
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1998-07-08Correct error in original cloning from if_ethersubr.c.ryker
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1998-07-08handle fork() failure; mrgTheo de Raadt
1998-07-08close(fileno()) inside vfork(); cgdTheo de Raadt
1998-07-08use those new pdc call typesMichael Shalayeff
1998-07-08define types for pdc callsMichael Shalayeff
1998-07-08When multiplying bumber of blocks by DEV_BSIZE, cast nblocks to off_t so we ↵Todd C. Miller
don't wrap.
1998-07-08define DEFAULT_KERNEL_ADDRESS for MI boot.cMichael Shalayeff