Age | Commit message (Expand) | Author |
2005-05-19 | Add __unused macro similar to what is used by Net and Free. | Todd C. Miller |
2005-05-18 | Do not compile the screen burner code if SMALL_KERNEL, helps floppies. | Miod Vallat |
2005-05-18 | don't initialize bbp registers with values in eeprom. some adapters seem | Damien Bergamini |
2005-05-18 | Rework the single step implementation; mostly delaying breakpoint | Miod Vallat |
2005-05-17 | under some circunstances, unp_scan() can call unp_mark() with a null pointer, | Federico G. Schwindt |
2005-05-17 | remove spurious bpf_mtap (I think it's leftover debugging code from a year ago) | Jason Wright |
2005-05-17 | - check return from write(2) so we KNOW the data is on the disk | Jason Wright |
2005-05-17 | Need to find a way to detect if fw supports disabling hold of timers before | Marco Peereboom |
2005-05-17 | - add epic(4) | Brad Smith |
2005-05-17 | add epic(4) under the untested section. | Brad Smith |
2005-05-16 | add epic(4) | Brad Smith |
2005-05-16 | add a newline here | Brad Smith |
2005-05-16 | Remove PT_[GS]ETFPREGS and struct fpreg, as we have no real floating point | Miod Vallat |
2005-05-16 | remove an extra delay in rf register init | Reyk Floeter |
2005-05-16 | Use cardbus_matchbyid(). | Brad Smith |
2005-05-15 | Fix CMMU_CSSP(n) value. | Miod Vallat |
2005-05-15 | in udf_vget(), release the buffer if a bread() fails | Pedro Martelletto |
2005-05-15 | only inside DIAGNOSTIC | Theo de Raadt |
2005-05-15 | typo | Henning Brauer |
2005-05-15 | Use FLUSHCACHE EXT instead of FLUSHCACHE for LBA48 operations. | Alexander Yurchenko |
2005-05-15 | enable ep(4) | Martin Reindl |
2005-05-15 | sync | Martin Reindl |
2005-05-15 | Schneider & Koch FDDI adapter | Martin Reindl |
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 | 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 | Partial sync to the NetBSD wscons code, bringing a better wsmux behaviour | Miod Vallat |
2005-05-15 | Oops. atapiscsi.h is needed because that's where NATAPISCSI is | Kenneth R Westerback |
2005-05-14 | Try to ensure that UFI/ATAPI USB umass devices always get the zero | Kenneth R Westerback |
2005-05-14 | Match a device_type of scsi-2 as SCSI (as found in a Netra 1405). | Brad Smith |
2005-05-14 | - Add IPv6 over GRE. | Brad Smith |
2005-05-14 | Remove bogus #define, no binary difference. | Dale Rahn |
2005-05-14 | Factorize most of the high-level logic for Sun serial keyboards in | Miod Vallat |
2005-05-14 | don't copy the capinfo field from the ap. forge our own based on what | Damien Bergamini |
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 |
2005-05-14 | remove redundant definition of PCI_ID_CODE. I added this to the | Brad Smith |
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 | 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 | not ready for NATM | Theo de Raadt |
2005-05-13 | fix sensitivity setting. | Damien Bergamini |
2005-05-13 | fix dmesg output for pre-firmware modems. | Damien Bergamini |
2005-05-13 | Fix for a panic experienced when authenticating a pppoe session on an amd64 s... | Brad Smith |
2005-05-13 | override default bbp register values with values stored in eeprom (except | Damien Bergamini |
2005-05-13 | before ieee80211.c rev 1.6, it was guaranted that ic_curmode was different | Damien Bergamini |
2005-05-13 | simplify test conditions. ((v & f1) || (v & f2)) <=> (v & (f1 | f2)) in | Damien Bergamini |