summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-07-19fix dependancy item for libc. arch is powerpc not ppc. hmmm.Dale S. Rahn
1998-07-19Create device nodes for powerpc port, device existed previously, just devnodesDale S. Rahn
were missing
1998-07-18terminfo(3) not curs_terminfo(3); james@oaktree.co.ukTodd C. Miller
1998-07-18apmd will turn off apm driver messages when in daemon modeMarco S Hyman
added three flags. -m to not turn off messages. -e to turn them back on after an apmd crash. -p to turn on print percentage change mode.
1998-07-18add ioctl to apm to set message display to one of three states:Marco S Hyman
1) default: print out all messages. I made this the default so there would be no visable change to people who are used to what they have. 2) disable all messages. This mode is set by apmd when it starts up. I think it is reasonable for apmd to disable the driver display because it is collecting the data and syslogging it. Don't need to see it three and 4 times. 3) print percentage changes. For those who have a _noisy_ machine such as me but don't want to see lots and lots of messages I added a mode where the messages will only be displayed if the estimated battery percenge changes.
1998-07-17fix FILES section; s/cd0d/cd0c/Michael Shalayeff
1998-07-17. is a regex.Marc Espie
1998-07-17typo; mason@acheron.middleboro.ma.usTheo de Raadt
1998-07-17better example w/o /tmp race. Noted by Oleg Safiullin <form@vs.itam.nsc.ruTodd C. Miller
1998-07-17make isa_intr_establish() once again not panicTheo de Raadt
1998-07-17Moved most of the DMA functions to a chipset driver so thatJason Wright
'hme' and 'be' can share the same logic.
1998-07-17Add a notice that DES shouldn't be used.Angelos D. Keromytis
1998-07-17there will be no exec_somMichael Shalayeff
1998-07-17This will never be a default exec typeTheo de Raadt
1998-07-17fix ONLY_FOR_ARCH test in bsd.port.mkOleg Safiullin
1998-07-16recognize CS4236B; netbsdTheo de Raadt
1998-07-16support scsi better; fix another weird bug; mjacobTheo de Raadt
1998-07-16no yppasswdd.log file; mason@primenet.com.auTheo de Raadt
1998-07-16add support for hme* and be* network devicesTheo de Raadt
1998-07-16add prototypesTodd C. Miller
1998-07-16prototype yyerrorTodd C. Miller
1998-07-16terminate nicerTheo de Raadt
1998-07-16change to lite2 getenv(); getenv(NULL) now returns NULLTheo de Raadt
1998-07-16use .BxMichael Shalayeff
1998-07-16there is no addgroup.8Todd C. Miller
1998-07-16typoTodd C. Miller
1998-07-16MAXSTART had an implicate assumption that MAXTARGETS was 8 when it is really 16Todd C. Miller
1998-07-16mention MAIL environment variableTodd C. Miller
1998-07-15move NZERO for XPG3; kleinkTheo de Raadt
1998-07-15Fix the name of the ulinear_be mode; netbsdTheo de Raadt
1998-07-15spellingMarc Espie
1998-07-15spellingTheo de Raadt
1998-07-15fullduplex, and UINTTheo de Raadt
1998-07-15syncTheo de Raadt
1998-07-15more devsTheo de Raadt
1998-07-15Fix a u_int vs. off_t issue and provide an estimate of the numberTodd C. Miller
of elements in the hash based on master.passwd file size, assuming an average 128bytes per entry. This is only an estimate so it doesn't have to be exact.
1998-07-15Don't link in a custom version of getpwent.c since we don't use any routines ↵Todd C. Miller
from it (verified with gprof call graph)
1998-07-15make that 0664 until we find out why umask is not being appliedTodd C. Miller
1998-07-15open gmon.out mode 0644, not 0666Todd C. Miller
1998-07-15execute fix-libmath_h via sh since execute bit is not set with ctm; espie@Todd C. Miller
1998-07-15close fd leak; jeff@FORYS.CRANBURY.NJ.USTheo de Raadt
1998-07-15audioamd man page + more clean upJason Wright
1998-07-15pw_uid is uid_t, pw_gid is gid_tTodd C. Miller
1998-07-15Move loop that is executed 6 times into its own function to improve readability.Todd C. Miller
1998-07-15comment out man pages we do not haveTheo de Raadt
1998-07-14sizeof(uid_t) and sizeof(gid_t) not sizeof(int)Todd C. Miller
1998-07-14Correct MAXPARTITIONS text.Angelos D. Keromytis
1998-07-14formatting flawsTheo de Raadt
1998-07-14document setuid/setgid restrictionsTheo de Raadt
1998-07-14fix exit codes, adding X_STARTUP; jkoshy@freebsdTheo de Raadt