summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-19syncTheo de Raadt
2002-02-19Add new trm driver. Pointed out by brad@Kenneth R Westerback
2002-02-19oops, left out ;Eric Jackson
2002-02-18format string fixesEric Jackson
2002-02-18new modelsTheo de Raadt
2002-02-18de-warn some more garbageTheo de Raadt
2002-02-18more "char c = getchar(); if (c == EOF) ..." balonyTheo de Raadt
2002-02-18copy the segment regs w/ zeroing upper 16 bitsMichael Shalayeff
2002-02-18This should fix AHA-3950BU2.Steve Murphree
2002-02-18Correct fix for breakage in rev 1.23. Sorry for the mess.Matthieu Herrb
2002-02-18fix issue on LP64 BE arch's w/ fcntl's F_GETOWNEric Jackson
pointed out by der Mouse <mouse@Rodents.Montreal.QC.CA>
2002-02-18when saving %fs,%gs clear out the upper 16 bits for ddbMichael Shalayeff
2002-02-18do not assume PCI_USERCONF is set on all arch; matthieu okTheo de Raadt
2002-02-18need rndvar.h for it to compileMichael Shalayeff
2002-02-18sync SYNOPSIS with usage:Thierry Deval
and some cleanups
2002-02-18call ether_ioctl(), fix pr/2371; jason@ okMichael Shalayeff
2002-02-18deal with unsigned char issuesTheo de Raadt
2002-02-18make Booleans signed char, since char is unsigned on powerpc; millert okTheo de Raadt
2002-02-18minor signal race fixesTheo de Raadt
2002-02-18netiso/xebec no moreMichael Shalayeff
2002-02-18Install "right" zoneinfo files in addition to the "posix" ones.Todd C. Miller
This allows the user to choose whether or not leapseconds should be counted. From Thorsten Glaser.
2002-02-18Don't accept -N flag for mount_mfs. This flag is turned on automaticallyTodd C. Miller
when invoked as mount_mfs but it has different semantics from what is described in the man page.
2002-02-18store the PCI configuration space bus number in the pci_softc structMatthieu Herrb
and use it for pci configuration space access in ioctl code. And do bounds checking on ioctl args for all architectures Ok deraadt@, drahn@.
2002-02-18bye bye. i delete this not because it is disgusting, but because it is ↵Theo de Raadt
disgusting code in the wrong place
2002-02-18Rename private err() function to dberr() to avoid collision withTodd C. Miller
libc's err().
2002-02-18enable echo in signal handler, since it could be disabledEric Jackson
pr#1939
2002-02-18qmail no more; PR 2275Peter Valchev
2002-02-18change -pr to -PRp (ok mpech@, millert@)Mark Grimes
Closes PR2258
2002-02-18CDROM_SITE, not CDROM_DISTSITE; PR 2213Peter Valchev
2002-02-18comment out fsinfo(8), we don't install it; deraadt@ ok.Federico G. Schwindt
2002-02-18rtfps was not built; found by grange@rt.mipt.ruMichael Shalayeff
2002-02-18workaround another vax ld issueTheo de Raadt
2002-02-18remove reference to scd man page. -- PR# 2408Brad Smith
-- Reported by: Rogier Quaak <rogier@quaak.org>
2002-02-18PS2 mice workJason Wright
2002-02-18add pms/pmsi at pckbc and wsmouse at pms/pmsiJason Wright
2002-02-18add pckbc at ebus here, tooJason Wright
2002-02-18Add PS2 keyboardsJason Wright
add mice (zilog, 16550, usb)
2002-02-18Don't require the -n flag if -x is specified. This is consistent withTodd C. Miller
the manual page as well as xargs on other operating systems.
2002-02-18Add pckbc at ebus entryJason Wright
2002-02-18use mktemp; help & ok millertPeter Valchev
2002-02-18-q: Fatal errors are _not_ displayed.Markus Friedl
2002-02-18Driver for the i8042 keyboard controller on systems with ebusJason Wright
(why you'd want to use a PS/2 keyboard on a sun machine is beyond me, but whatever...)
2002-02-18provide pckbc_machdep_cnattach if necessary (like alpha, it does nothing)Jason Wright
2002-02-18Pull in dev/pckbc/files.pckbc, and put in placeholder for pckbc at ebusJason Wright
(driver coming later today, hopefully)
2002-02-18Add __HAVE_NWSCONS (so pckbc will do the right thing)Jason Wright
2002-02-18cleanArtur Grabowski
2002-02-18Change license to public domain and update comment.Artur Grabowski
2002-02-18call fatal on ^C, print ok on successMarkus Friedl
2002-02-18change the dma memory allocation to use kernel_map, not kmem_map.Dale Rahn
suggestion by art.
2002-02-18Document in more detail what's going on here.Artur Grabowski