Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-21 | move unchanged files from machdep/ into appropriate arch/${MACHINE} | Peter Galbavy | |
directories. These files have been renamed as appropriate, but hackers of these files should note those that started off as netbsd files (alpha and sparc). also moved machdep/openbsd-2.0/ to include/sys/ | |||
1998-07-21 | remove irrelevant files | Peter Galbavy | |
retained some netbsd files to act as templates for openbsd | |||
1998-07-21 | cvs decided to fix COPYRIGHT and README by itself | Peter Galbavy | |
remove general dross. | |||
1998-07-21 | fix up those 13 broken merges | Peter Galbavy | |
1998-07-21 | Complete initial import from mySQL 3.22.4 (mit-pthreads/). | Peter Galbavy | |
Lots of dross to move and remove yet. At minimum: o remove GNU config and GNU Makefiles o build arch directory and migrate away machdep/ o rebuild BSD Makefiles o move notes etc. into doc/ | |||
1998-07-21 | Complete initial import from mySQL 3.22.4 (mit-pthreads/). | Peter Galbavy | |
Lots of dross to move and remove yet. At minimum: o remove GNU config and GNU Makefiles o build arch directory and migrate away machdep/ o rebuild BSD Makefiles o move notes etc. into doc/ | |||
1998-07-21 | fix +n description; jkoshy@freebsd | Theo de Raadt | |
1998-07-21 | #ifdef for a weird card and a strange configuration | Jason Downs | |
1998-07-21 | o reference useful footnote throughout | Todd T. Fries | |
o cdroms not bootable presently for sun4's | |||
1998-07-21 | update usage; back out time remaining display change until I'm sure it | Marco S Hyman | |
is correct; don't long every power status change in normal operation (patch from danw@MIT.EDU). | |||
1998-07-20 | MINFREE is 5%; hgweigand@wiesbaden.netsurf.de | Theo de Raadt | |
1998-07-20 | use warnx() | Michael Shalayeff | |
1998-07-20 | make /var/backups mode 700 by default; form | Theo de Raadt | |
1998-07-20 | stupid SIGSEGV | Theo de Raadt | |
1998-07-20 | indent | Theo de Raadt | |
1998-07-20 | fix usage correctly | Theo de Raadt | |
1998-07-20 | fix audio attachments | Theo de Raadt | |
1998-07-20 | consolidate printfs | Michael Shalayeff | |
1998-07-20 | real reboot on exit() | Michael Shalayeff | |
1998-07-20 | more functions | Michael Shalayeff | |
1998-07-20 | new exec framework | Michael Shalayeff | |
1998-07-20 | align end of core to the int | Michael Shalayeff | |
1998-07-20 | mountd -r opt not needed; form@vs.itam.nsc.ru | Theo de Raadt | |
1998-07-20 | sync | Michael Shalayeff | |
1998-07-20 | more acer devs; per niels@ new laptop dmesg (; | Michael Shalayeff | |
1998-07-20 | o sparcs can have msgbuf's carried over from one boot to another. | Todd T. Fries | |
only use the last msgbuf based upon alpha install.md o we have ie0 le0 be0 and hme0 on sparc not just le0. | |||
1998-07-20 | SEM_R and SEM_A userland accessable as required; michaels@inet.no | Theo de Raadt | |
1998-07-20 | clone freebsd semantics for usernames; noted by abyss@abyss.imaji.net | Theo de Raadt | |
1998-07-20 | typo repair; garath@garath.static.dialin.ntplx.com | Theo de Raadt | |
1998-07-20 | use sc_e_keypad, sc_s_keypad, and use ti/te. Undoes previous revs which ↵ | Theo de Raadt | |
disabled. Unclear why that was done, must wait for that old bug to resurface and fix it in a different way | |||
1998-07-20 | no need for NMBCLUSTERS; noted by fries | Theo de Raadt | |
1998-07-20 | finish off fixing PR 536 completely | Theo de Raadt | |
1998-07-20 | typo & warnings make gcc unhappy. | Marc Espie | |
1998-07-20 | Spelling, and omitted words for getNAME. | Marc Espie | |
1998-07-20 | document the -k flag. | Artur Grabowski | |
noted by abyss@abyss.imaji.net pr536 | |||
1998-07-19 | include ofwboot as one of the release files. | Dale S. Rahn | |
1998-07-19 | fix powerpc perl converted header files for include/machine. | Dale S. Rahn | |
1998-07-19 | sync | Theo de Raadt | |
1998-07-19 | do not force single if rd root | Theo de Raadt | |
1998-07-19 | no; linux connect() appears busted in blocking mode too | Theo de Raadt | |
1998-07-19 | COMPAT_LINUX has to have working KDENABIO and KDDISABIO as well. | Jason Downs | |
1998-07-19 | Don't bother trying to use luns on any CyberDrv devices. | Jason Downs | |
1998-07-19 | sync | Jason Downs | |
1998-07-19 | Add ALI M5243 | Jason Downs | |
1998-07-19 | add support for openfirmware drivers. A second look might be appropriate. | Dale S. Rahn | |
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. |