Age | Commit message (Expand) | Author |
2000-09-08 | Modify ata timing parameters, gives signficant boost in disk speed. | Dale S. Rahn |
2000-09-08 | Convert this strncat() to strlcat() and avoid one-byte oflow; millert@ ok | Aaron Campbell |
2000-09-08 | PowerPC does not need to build this -Wall, if other archs would not. | Dale S. Rahn |
2000-09-08 | Significant cleanup. The capabilities table looks much nicer now. | Aaron Campbell |
2000-09-08 | Now that USB functionality has been merged into GENERIC, this config file | Dale S. Rahn |
2000-09-08 | Stamp out comma splices and misspellings. | Paul Janzen |
2000-09-08 | bools should only be TRUE or FALSE. Negative numbers are right out. | Paul Janzen |
2000-09-08 | grammar, spelling, and style | Paul Janzen |
2000-09-08 | gravitational data from April 2000 APS meeting | Paul Janzen |
2000-09-07 | sync | Theo de Raadt |
2000-09-07 | Be gentle with the poor Apple mouse that has only 1 button (without | Matthieu Herrb |
2000-09-07 | Remove unwanted MANSUBDIR that crept in from my private tree | Marc Espie |
2000-09-07 | console ? here too | Theo de Raadt |
2000-09-07 | - attach wskbd at location console ? | Matthieu Herrb |
2000-09-07 | add ums mouse support from NetBSD | Matthieu Herrb |
2000-09-07 | some more Copyright fixes | Markus Friedl |
2000-09-07 | typo | Markus Friedl |
2000-09-07 | do not call pcibios_pir_init() if intr_fixup was disabled; also, sync w/ late... | Michael Shalayeff |
2000-09-07 | cleanup window and packet sizes for ssh2 flow control; ok niels | Markus Friedl |
2000-09-07 | Put back a fix that fgsch@ whacked during the last NetBSD USB sync: | Aaron Campbell |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-09-07 | Indentation fix. | Aaron Campbell |
2000-09-07 | Convert bzero to memset(X, 0..) and bcopy to memcpy. | Artur Grabowski |
2000-09-07 | During the last FreeBSD dc(4) sync, I very stupidly forgot to check for changes | Aaron Campbell |
2000-09-07 | Try to unbreak TAILQ_FOREACH_REVERSE. | Artur Grabowski |
2000-09-07 | New timeouts. | Artur Grabowski |
2000-09-07 | Use new timeouts for ttrstrt. | Artur Grabowski |
2000-09-07 | On resume run the powerhook in installation order. | Artur Grabowski |
2000-09-07 | Put powerhooks on a CIRCLEQ instead of LIST. | Artur Grabowski |
2000-09-07 | avoid excessive wakeup(). we think this is safe... | Theo de Raadt |
2000-09-07 | Run powerhooks at splhigh. | Artur Grabowski |
2000-09-07 | cleaner | Theo de Raadt |
2000-09-07 | Add bounds checking to stackgap_alloc and return NULL if space cant be | Eric Jackson |
2000-09-07 | common/compat_util.c | Eric Jackson |
2000-09-07 | use err*() correct, and open file with egid; fyre@users.sourceforge.net | Theo de Raadt |
2000-09-07 | off by one overflow | Theo de Raadt |
2000-09-07 | if an interface comes up with a bad ethernet address, change it -- | Theo de Raadt |
2000-09-07 | For shared libraries, an ld.so is required. | Dale S. Rahn |
2000-09-07 | Make it official, powerpc does have shared libraries. | Dale S. Rahn |
2000-09-07 | add OF_interpret, to obtain output from openfirmware commands. | Dale S. Rahn |
2000-09-07 | Fix cursor unplot bug. pointer to cursor was not initialized, thus it | Dale S. Rahn |
2000-09-07 | Fix base address of screen (obtained from openfirmware) | Dale S. Rahn |
2000-09-07 | Install manpage on powerpc also. | Dale S. Rahn |
2000-09-07 | install manpage for powerpc also. | Dale S. Rahn |
2000-09-07 | bogus comment police | Todd T. Fries |
2000-09-07 | Use the vt100 console emulation, remove dumb just for space. | Dale S. Rahn |
2000-09-07 | wscons is used on powerpc also. | Dale S. Rahn |
2000-09-07 | wscons is used by powerpc also. | Dale S. Rahn |
2000-09-07 | Add device nodev for wsdisplay, wskbd, wsmouse as required by wsconctl. | Dale S. Rahn |
2000-09-07 | Remove redundant includes | brian |