summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-12-24Correct copyright.brian
Requested by: Eivind Eklund <perhaps@yes.no>
1997-12-24Reverse mainbus probe order. Now we get to fix whatever breaks...Jason Downs
1997-12-24Cosmetic (style):brian
sizeof(var) -> sizeof var sizeof type -> sizeof(type) Suggested by: J Wunsch <j@uriah.heep.sax.de>
1997-12-24Use sizeof cftypes128 for NCFTYPES128 macro, not sizeof cftypes !brian
Lucky that sizeof cftypes < sizeof cftypes128
1997-12-24Always give .Fn an argument, it will not default to the previous value.Thorsten Lockert
1997-12-24Add support for 686 class; threadway is an M2 now.Jason Downs
1997-12-24also need sys/stat.h; hubertfTheo de Raadt
1997-12-23swap exit and quitTheo de Raadt
1997-12-23make it more obvious why pmap_set syslogs happenTheo de Raadt
1997-12-23strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)brian
Suggested by: Philippe Charnier <charnier@lirmm.fr> Theo de Raadt <deraadt@cvs.openbsd.org>
1997-12-23use raster console by default since the sun prom is buggy.chuck
1997-12-23syncTheo de Raadt
1997-12-23correct exit code handling; cje@kestrel.scs.uiuc.eduTheo de Raadt
1997-12-22syncTheo de Raadt
1997-12-22fuix bocalan #Theo de Raadt
1997-12-22syncTheo de Raadt
1997-12-22Wrong length in strncpy and copyright cleanup.Artur Grabowski
1997-12-22copyright cleanup.Artur Grabowski
1997-12-22add XPG4.2 lockf; kleinkTheo de Raadt
1997-12-22syncTheo de Raadt
1997-12-22handle timing normally except when clock jumps between 1 and 3 hours. If itTheo de Raadt
jumps, attempt as best as possible to gaurantee that jobs DO run, but only run ONCE; patch by thompson@.tgsoft.com
1997-12-22fix debug drive printingMichael Shalayeff
1997-12-22Don't forget to ntohs(sin.sin_port) (DUH!)brian
1997-12-22syncTheo de Raadt
1997-12-22syncTheo de Raadt
1997-12-22bocalan is differentTheo de Raadt
1997-12-21Don't set the tty variable to NULL when we lack a tty, leave it asTodd C. Miller
"unknown".
1997-12-21ifdef some definitions of NBPG that use kernel variables, when theAngelos D. Keromytis
file is included from userland programs (such as lsof)
1997-12-21ISA PnP supportJason Downs
1997-12-21ISA PnP supporting code from NetBSD, and a pccom driver that supports ISA PnP.Jason Downs
1997-12-21Obliterate old PnP `code' and outright replace with christos' code.Jason Downs
1997-12-21Updated for new PnP code.Jason Downs
1997-12-21Add (BSD) copyright headersbrian
1997-12-21sigh; move syslog up nearer the top. Any failures from this?Theo de Raadt
1997-12-21Cosmetic: Test for comment lines after the lenght has been established.brian
Pointed out by: Theo de Raadt <deraadt@cvs.openbsd.org>
1997-12-21Allow multiple (comma seperated) devices on the "set device" line.brian
Submitted by: Derek Inksetter <derek@saidev.com>
1997-12-21Mention that leading whitespace is ignored when identifying comments.brian
1997-12-21Zero struct sockaddr_??s before filling them in.brian
Suggested by: Theo de Raadt <deraadt@cvs.openbsd.org>
1997-12-21modernizeTodd T. Fries
1997-12-21Index: systems.cbrian
=================================================================== RCS file: /home/ncvs/src/usr.sbin/ppp/systems.c,v retrieving revision 1.31 diff -u -r1.31 systems.c --- systems.c 1997/12/17 21:22:01 1.31 +++ systems.c 1997/12/21 01:35:58 @@ -288,6 +288,8 @@ if (issep(*cp)) { n = strspn(cp, " \t"); cp += n; + if (*cp == '#') + continue; len = strlen(cp); if (!len) continue;
1997-12-21cleanTheo de Raadt
1997-12-21Correct the "how to find out if the line is up" example.brian
1997-12-21ughTheo de Raadt
1997-12-21prettyTheo de Raadt
1997-12-21TypoTodd C. Miller
1997-12-21pcmcia_cntrl goes in section 8 and is not called 'pwd' ;-)Todd C. Miller
1997-12-20ipforwarding option in rc.confTheo de Raadt
1997-12-20indentTheo de Raadt
1997-12-20Refer i386 users to installboot(8).Jim Rees
1997-12-20partial syncTheo de Raadt