Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-19 | fix dependancy item for libc. arch is powerpc not ppc. hmmm. | Dale S. Rahn | |
1998-07-19 | Create device nodes for powerpc port, device existed previously, just devnodes | Dale S. Rahn | |
were missing | |||
1998-07-18 | terminfo(3) not curs_terminfo(3); james@oaktree.co.uk | Todd C. Miller | |
1998-07-18 | apmd will turn off apm driver messages when in daemon mode | Marco 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-18 | add 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-17 | fix FILES section; s/cd0d/cd0c/ | Michael Shalayeff | |
1998-07-17 | . is a regex. | Marc Espie | |
1998-07-17 | typo; mason@acheron.middleboro.ma.us | Theo de Raadt | |
1998-07-17 | better example w/o /tmp race. Noted by Oleg Safiullin <form@vs.itam.nsc.ru | Todd C. Miller | |
1998-07-17 | make isa_intr_establish() once again not panic | Theo de Raadt | |
1998-07-17 | Moved most of the DMA functions to a chipset driver so that | Jason Wright | |
'hme' and 'be' can share the same logic. | |||
1998-07-17 | Add a notice that DES shouldn't be used. | Angelos D. Keromytis | |
1998-07-17 | there will be no exec_som | Michael Shalayeff | |
1998-07-17 | This will never be a default exec type | Theo de Raadt | |
1998-07-17 | fix ONLY_FOR_ARCH test in bsd.port.mk | Oleg Safiullin | |
1998-07-16 | recognize CS4236B; netbsd | Theo de Raadt | |
1998-07-16 | support scsi better; fix another weird bug; mjacob | Theo de Raadt | |
1998-07-16 | no yppasswdd.log file; mason@primenet.com.au | Theo de Raadt | |
1998-07-16 | add support for hme* and be* network devices | Theo de Raadt | |
1998-07-16 | add prototypes | Todd C. Miller | |
1998-07-16 | prototype yyerror | Todd C. Miller | |
1998-07-16 | terminate nicer | Theo de Raadt | |
1998-07-16 | change to lite2 getenv(); getenv(NULL) now returns NULL | Theo de Raadt | |
1998-07-16 | use .Bx | Michael Shalayeff | |
1998-07-16 | there is no addgroup.8 | Todd C. Miller | |
1998-07-16 | typo | Todd C. Miller | |
1998-07-16 | MAXSTART had an implicate assumption that MAXTARGETS was 8 when it is really 16 | Todd C. Miller | |
1998-07-16 | mention MAIL environment variable | Todd C. Miller | |
1998-07-15 | move NZERO for XPG3; kleink | Theo de Raadt | |
1998-07-15 | Fix the name of the ulinear_be mode; netbsd | Theo de Raadt | |
1998-07-15 | spelling | Marc Espie | |
1998-07-15 | spelling | Theo de Raadt | |
1998-07-15 | fullduplex, and UINT | Theo de Raadt | |
1998-07-15 | sync | Theo de Raadt | |
1998-07-15 | more devs | Theo de Raadt | |
1998-07-15 | Fix a u_int vs. off_t issue and provide an estimate of the number | Todd 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-15 | Don'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-15 | make that 0664 until we find out why umask is not being applied | Todd C. Miller | |
1998-07-15 | open gmon.out mode 0644, not 0666 | Todd C. Miller | |
1998-07-15 | execute fix-libmath_h via sh since execute bit is not set with ctm; espie@ | Todd C. Miller | |
1998-07-15 | close fd leak; jeff@FORYS.CRANBURY.NJ.US | Theo de Raadt | |
1998-07-15 | audioamd man page + more clean up | Jason Wright | |
1998-07-15 | pw_uid is uid_t, pw_gid is gid_t | Todd C. Miller | |
1998-07-15 | Move loop that is executed 6 times into its own function to improve readability. | Todd C. Miller | |
1998-07-15 | comment out man pages we do not have | Theo de Raadt | |
1998-07-14 | sizeof(uid_t) and sizeof(gid_t) not sizeof(int) | Todd C. Miller | |
1998-07-14 | Correct MAXPARTITIONS text. | Angelos D. Keromytis | |
1998-07-14 | formatting flaws | Theo de Raadt | |
1998-07-14 | document setuid/setgid restrictions | Theo de Raadt | |
1998-07-14 | fix exit codes, adding X_STARTUP; jkoshy@freebsd | Theo de Raadt | |