Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-15 | only PCI ep(4) | Martin Reindl | |
2005-05-15 | move db->close to not hold this lock unnecssarily during long protracted | Bob Beck | |
operations. ok millert@ ages ago. | |||
2005-05-15 | enable ep(4) | Martin Reindl | |
ok deraadt@ | |||
2005-05-15 | sync | Martin Reindl | |
2005-05-15 | Schneider & Koch FDDI adapter | Martin Reindl | |
ok deraadt@ | |||
2005-05-15 | ANSI, mostly from Toni Mueller <openbsd-tech@oeko.net> | Henning Brauer | |
2005-05-15 | Speed up the low-level dae helpers. | Miod Vallat | |
2005-05-15 | - simplify usage | Jared Yanovich | |
- update/rearrange examples help & ok jmc | |||
2005-05-15 | Compile out more code if TRACE_DEBUG is not defined. | Miod Vallat | |
2005-05-15 | Disable ddb backtrace debug code by default. | Miod Vallat | |
2005-05-15 | KNF and ANSIfy. | Miod Vallat | |
2005-05-15 | damn, one more... | Jason McIntyre | |
2005-05-15 | oops. grasp of alphabet...slipping... | Jason McIntyre | |
2005-05-15 | Partial sync to the NetBSD wscons code, bringing a better wsmux behaviour | Miod Vallat | |
and bugfixes (the kqueue code, /dev/wsmuxctl and screen border color changes have not been picked), keeping local changes. Tested by many on alpha/cats/hp300/i386/macppc/sparc/sparc64/zaurus if not more. | |||
2005-05-15 | When checking for comment characters using negative pointer arithmetic | Todd C. Miller | |
make sure that we don't peek at memory outside the string boundaries. Fixes a core dump with mmap malloc. | |||
2005-05-15 | Make usage/SYNOPSIS saner and sort the options. With jmc@ | Todd C. Miller | |
2005-05-15 | Oops. atapiscsi.h is needed because that's where NATAPISCSI is | Kenneth R Westerback | |
defined. Fixes Y-E DATA USB Floppy Drive that otherwise complains about 'atapiscsi not configured'. Should fix PR #4204 from Ben Hooper. | |||
2005-05-14 | Try to ensure that UFI/ATAPI USB umass devices always get the zero | Kenneth R Westerback | |
padded 12 byte commands mandated by the standard. Adapt the Linux data length twiddling on certain commands. We used to have some of this in a different form, curtesy of csapuntz@, but it got lost in subsequent merges. Fixes the USB card reader of Quentin Barnes who provided much testing and feedback for over a year! Tested by drahn@, ok marco@, 'this is good stuff' deraadt@. | |||
2005-05-14 | Replace homegrown getnum() with strtonum() and replace atoi() with | Todd C. Miller | |
strtonum() and strtol(). | |||
2005-05-14 | Match a device_type of scsi-2 as SCSI (as found in a Netra 1405). | Brad Smith | |
From NetBSD ok miod@ | |||
2005-05-14 | - Add IPv6 over GRE. | Brad Smith | |
- u_short -> u_int16_t - Change default MTU to 1476 (same value that Cisco and other *BSD's use). - Mark gre(4) interfaces as IFT_TUNNEL (Encapsulation interface). From NetBSD - Support setting the MTU Be very careful when upgrading, the change in default MTU might cause problems with an existing OpenBSD <-> OpenBSD setup. Thanks to Stephen Marley <stephen dot marley at catwoman dot cl-is dot com> for some testing. | |||
2005-05-14 | kill commented out code | Todd C. Miller | |
2005-05-14 | make this use getopt() | Todd C. Miller | |
2005-05-14 | Remove bogus #define, no binary difference. | Dale Rahn | |
2005-05-14 | Document some wsdisplay ioctls; from NetBSD. | Miod Vallat | |
2005-05-14 | Factorize most of the high-level logic for Sun serial keyboards in | Miod Vallat | |
sys/dev/sun/sunkbd.c, and move the layout tables to sys/dev/sun/sunkbdmap.c. No functional changes, small sparc64 kernel shrinkage. | |||
2005-05-14 | don't copy the capinfo field from the ap. forge our own based on what | Damien Bergamini | |
ieee80211_output.c does. | |||
2005-05-14 | sort list of adapters; | Jason McIntyre | |
2005-05-14 | add 3com 3c2000-T; | Jason McIntyre | |
from stuart henderson (pr #4202); | |||
2005-05-14 | more logical section order; | Jason McIntyre | |
2005-05-14 | - openssl req can create self-signed certs in one step | Jason McIntyre | |
- no need to encourage people to generate system keys: rc(8) already does it ok hshoexer@ | |||
2005-05-14 | add back watchdog(4) Xr, as it's still relevant to wdt; | Jason McIntyre | |
2005-05-14 | 20005 is a bit ambitious, but then this was committed on a friday 13th... | Jason McIntyre | |
2005-05-14 | sort list of supported hardware; | Jason McIntyre | |
2005-05-14 | sort options + sync usage(); | Jason McIntyre | |
2005-05-14 | Give example of how to spin down a device since this is a question | Todd C. Miller | |
that comes up periodically. | |||
2005-05-14 | knf | Theo de Raadt | |
2005-05-14 | bug introduced by me in 1.4 | Theo de Raadt | |
2005-05-14 | Unused after last scsi commit. | Kenneth R Westerback | |
2005-05-14 | Add scsi_mode_[sense|select]_big() and use it instead of | Kenneth R Westerback | |
atapi_mode_[sense|select](). This will allow the removal of atapi_base.c and atapi_all.h files, and sets the stage for better usb mode sense handling amoung other things. Remove cd_scsibus_[get|set]_mode() and sd_scsibus_mode_sense() shims in favour of scsi_mode_[sense|select](). Add zero'ing of reserved length field in scsi_mode_select(). Change some uchar * type parameters to scsi_mode_header *. No functional changes. Mostly from NetBSD. ok dlg@. | |||
2005-05-14 | remove redundant definition of PCI_ID_CODE. I added this to the | Brad Smith | |
MI pcivar.h header 5 months ago. | |||
2005-05-13 | Regen | Miod Vallat | |
2005-05-13 | /dev/speaker node on cats. | Miod Vallat | |
2005-05-13 | Kill <machine/spkr.h>, software should use <dev/isa/spkrio.h> instead. | Miod Vallat | |
2005-05-13 | Move speaker(4) to MI land. | Miod Vallat | |
2005-05-13 | another uftdi varient, from freebsd | Theo de Raadt | |
2005-05-13 | should support channel 165 too in 802.11a mode. | Damien Bergamini | |
2005-05-13 | grab bag of man page updates | Jared Yanovich | |
- sync to reality (kill first BUG, WCPU field, and ABANDONED state and add WAIT field description) - transform paragraph of field descriptions into a list - minor mdoc, spelling, capitalization nits ok & help jmc, mickey | |||
2005-05-13 | not ready for NATM | Theo de Raadt | |
2005-05-13 | fix sensitivity setting. | Damien Bergamini | |