Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-19 | Xr sbus 4 | Jason Wright | |
2002-02-19 | sbus(4) man page from NetBSD | Jason Wright | |
2002-02-19 | Remove pcons from the TODO list | Jason Wright | |
2002-02-19 | Missing FRELE in error case. ok provos@ | Thomas Nordin | |
2002-02-19 | bump NMBCLUSTERS | Jason Wright | |
2002-02-19 | From NetBSD: | Jason Wright | |
change some debug printfs to make gcc happy | |||
2002-02-19 | From NetBSD: | Jason Wright | |
Fix timeout overflow caused by "scsictl format" on machines HZ==100. | |||
2002-02-19 | Document beeper | Jason Wright | |
2002-02-19 | If there are pckbd's, register ourselves to handle beeps... AXi's can now | Jason Wright | |
squawk with the best of 'em. | |||
2002-02-19 | get rid of old if 0'ed code. add support for __weak_alias and fix | Dale Rahn | |
support for __warn_references (both from alpha/sparc4). | |||
2002-02-19 | From NetBSD: | Jason Wright | |
Shift the UPAID in the correct direction. | |||
2002-02-19 | From NetBSD: | Jason Wright | |
Fix microsecond calculation in microtime. Fix register allocation in microtime(). | |||
2002-02-19 | stategy is not an english word | Theo de Raadt | |
2002-02-19 | correct extended partition botch; gluk, in PR 1449 | Theo de Raadt | |
2002-02-19 | sizeof pedant. | Jun-ichiro itojun Hagino | |
From: Mike Pechkin <mpech@prosoft.org.lv> | |||
2002-02-19 | be QUIET by default, damn it | Theo de Raadt | |
2002-02-19 | quiet raid check | Theo de Raadt | |
2002-02-19 | proper dependencies on assym.h | Theo de Raadt | |
2002-02-19 | Add support for sparc64 and sun keyboards. -moj | Mats O Jansson | |
2002-02-19 | add support for media and other generic 802.11 ioctls, elliminates need for ↵ | Michael Shalayeff | |
wicontrol on the ramdisk floppy, pretty much; from netbsd | |||
2002-02-19 | kbd command crud; private@claudio.ch | Theo de Raadt | |
2002-02-19 | when printing out the option list compare the option part only; fixes 802.11 ↵ | Michael Shalayeff | |
mediaopt printing | |||
2002-02-19 | correct return values. | Federico G. Schwindt | |
2002-02-19 | From FreeBSD: | Federico G. Schwindt | |
Prevent dup2(2) from closing internal libc_r pipe descriptors. | |||
2002-02-19 | fix this by now; .Rv prolly has to be removed. | Federico G. Schwindt | |
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 | |
pointed out by der Mouse <mouse@Rodents.Montreal.QC.CA> | |||
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 | |
and some cleanups | |||
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 | |
This allows the user to choose whether or not leapseconds should be counted. From Thorsten Glaser. | |||
2002-02-18 | Don't accept -N flag for mount_mfs. This flag is turned on automatically | Todd C. Miller | |
when invoked as mount_mfs but it has different semantics from what is described in the man page. | |||
2002-02-18 | store the PCI configuration space bus number in the pci_softc struct | Matthieu 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-18 | bye bye. i delete this not because it is disgusting, but because it is ↵ | Theo de Raadt | |
disgusting code in the wrong place | |||
2002-02-18 | Rename private err() function to dberr() to avoid collision with | Todd C. Miller | |
libc's err(). |