Age | Commit message (Expand) | Author |
2002-02-19 | sync | Theo de Raadt |
2002-02-19 | Add new trm driver. Pointed out by brad@ | Kenneth R Westerback |
2002-02-19 | oops, left out ; | Eric Jackson |
2002-02-18 | format string fixes | Eric Jackson |
2002-02-18 | new models | Theo de Raadt |
2002-02-18 | de-warn some more garbage | Theo de Raadt |
2002-02-18 | more "char c = getchar(); if (c == EOF) ..." balony | Theo de Raadt |
2002-02-18 | copy the segment regs w/ zeroing upper 16 bits | Michael Shalayeff |
2002-02-18 | This should fix AHA-3950BU2. | Steve Murphree |
2002-02-18 | Correct fix for breakage in rev 1.23. Sorry for the mess. | Matthieu Herrb |
2002-02-18 | fix issue on LP64 BE arch's w/ fcntl's F_GETOWN | Eric Jackson |
2002-02-18 | when saving %fs,%gs clear out the upper 16 bits for ddb | Michael Shalayeff |
2002-02-18 | do not assume PCI_USERCONF is set on all arch; matthieu ok | Theo de Raadt |
2002-02-18 | need rndvar.h for it to compile | Michael Shalayeff |
2002-02-18 | sync SYNOPSIS with usage: | Thierry Deval |
2002-02-18 | call ether_ioctl(), fix pr/2371; jason@ ok | Michael Shalayeff |
2002-02-18 | deal with unsigned char issues | Theo de Raadt |
2002-02-18 | make Booleans signed char, since char is unsigned on powerpc; millert ok | Theo de Raadt |
2002-02-18 | minor signal race fixes | Theo de Raadt |
2002-02-18 | netiso/xebec no more | Michael Shalayeff |
2002-02-18 | Install "right" zoneinfo files in addition to the "posix" ones. | Todd C. Miller |
2002-02-18 | Don't accept -N flag for mount_mfs. This flag is turned on automatically | Todd C. Miller |
2002-02-18 | store the PCI configuration space bus number in the pci_softc struct | Matthieu Herrb |
2002-02-18 | bye bye. i delete this not because it is disgusting, but because it is disgu... | Theo de Raadt |
2002-02-18 | Rename private err() function to dberr() to avoid collision with | Todd C. Miller |
2002-02-18 | enable echo in signal handler, since it could be disabled | Eric Jackson |
2002-02-18 | qmail no more; PR 2275 | Peter Valchev |
2002-02-18 | change -pr to -PRp (ok mpech@, millert@) | Mark Grimes |
2002-02-18 | CDROM_SITE, not CDROM_DISTSITE; PR 2213 | Peter Valchev |
2002-02-18 | comment out fsinfo(8), we don't install it; deraadt@ ok. | Federico G. Schwindt |
2002-02-18 | rtfps was not built; found by grange@rt.mipt.ru | Michael Shalayeff |
2002-02-18 | workaround another vax ld issue | Theo de Raadt |
2002-02-18 | remove reference to scd man page. -- PR# 2408 | Brad Smith |
2002-02-18 | PS2 mice work | Jason Wright |
2002-02-18 | add pms/pmsi at pckbc and wsmouse at pms/pmsi | Jason Wright |
2002-02-18 | add pckbc at ebus here, too | Jason Wright |
2002-02-18 | Add PS2 keyboards | Jason Wright |
2002-02-18 | Don't require the -n flag if -x is specified. This is consistent with | Todd C. Miller |
2002-02-18 | Add pckbc at ebus entry | Jason Wright |
2002-02-18 | use mktemp; help & ok millert | Peter Valchev |
2002-02-18 | -q: Fatal errors are _not_ displayed. | Markus Friedl |
2002-02-18 | Driver for the i8042 keyboard controller on systems with ebus | Jason Wright |
2002-02-18 | provide pckbc_machdep_cnattach if necessary (like alpha, it does nothing) | Jason Wright |
2002-02-18 | Pull in dev/pckbc/files.pckbc, and put in placeholder for pckbc at ebus | Jason Wright |
2002-02-18 | Add __HAVE_NWSCONS (so pckbc will do the right thing) | Jason Wright |
2002-02-18 | clean | Artur Grabowski |
2002-02-18 | Change license to public domain and update comment. | Artur Grabowski |
2002-02-18 | call fatal on ^C, print ok on success | Markus Friedl |
2002-02-18 | change the dma memory allocation to use kernel_map, not kmem_map. | Dale Rahn |
2002-02-18 | Document in more detail what's going on here. | Artur Grabowski |