summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-07-21move 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-21remove irrelevant filesPeter Galbavy
retained some netbsd files to act as templates for openbsd
1998-07-21cvs decided to fix COPYRIGHT and README by itselfPeter Galbavy
remove general dross.
1998-07-21fix up those 13 broken mergesPeter Galbavy
1998-07-21Complete 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-21Complete 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-21fix +n description; jkoshy@freebsdTheo de Raadt
1998-07-21#ifdef for a weird card and a strange configurationJason Downs
1998-07-21o reference useful footnote throughoutTodd T. Fries
o cdroms not bootable presently for sun4's
1998-07-21update usage; back out time remaining display change until I'm sure itMarco S Hyman
is correct; don't long every power status change in normal operation (patch from danw@MIT.EDU).
1998-07-20MINFREE is 5%; hgweigand@wiesbaden.netsurf.deTheo de Raadt
1998-07-20use warnx()Michael Shalayeff
1998-07-20make /var/backups mode 700 by default; formTheo de Raadt
1998-07-20stupid SIGSEGVTheo de Raadt
1998-07-20indentTheo de Raadt
1998-07-20fix usage correctlyTheo de Raadt
1998-07-20fix audio attachmentsTheo de Raadt
1998-07-20consolidate printfsMichael Shalayeff
1998-07-20real reboot on exit()Michael Shalayeff
1998-07-20more functionsMichael Shalayeff
1998-07-20new exec frameworkMichael Shalayeff
1998-07-20align end of core to the intMichael Shalayeff
1998-07-20mountd -r opt not needed; form@vs.itam.nsc.ruTheo de Raadt
1998-07-20syncMichael Shalayeff
1998-07-20more acer devs; per niels@ new laptop dmesg (;Michael Shalayeff
1998-07-20o 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-20SEM_R and SEM_A userland accessable as required; michaels@inet.noTheo de Raadt
1998-07-20clone freebsd semantics for usernames; noted by abyss@abyss.imaji.netTheo de Raadt
1998-07-20typo repair; garath@garath.static.dialin.ntplx.comTheo de Raadt
1998-07-20use 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-20no need for NMBCLUSTERS; noted by friesTheo de Raadt
1998-07-20finish off fixing PR 536 completelyTheo de Raadt
1998-07-20typo & warnings make gcc unhappy.Marc Espie
1998-07-20Spelling, and omitted words for getNAME.Marc Espie
1998-07-20document the -k flag.Artur Grabowski
noted by abyss@abyss.imaji.net pr536
1998-07-19include ofwboot as one of the release files.Dale S. Rahn
1998-07-19fix powerpc perl converted header files for include/machine.Dale S. Rahn
1998-07-19syncTheo de Raadt
1998-07-19do not force single if rd rootTheo de Raadt
1998-07-19no; linux connect() appears busted in blocking mode tooTheo de Raadt
1998-07-19COMPAT_LINUX has to have working KDENABIO and KDDISABIO as well.Jason Downs
1998-07-19Don't bother trying to use luns on any CyberDrv devices.Jason Downs
1998-07-19syncJason Downs
1998-07-19Add ALI M5243Jason Downs
1998-07-19add support for openfirmware drivers. A second look might be appropriate.Dale S. Rahn
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.