Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-06 | missing machine/ieee.h from NetBSD | Todd C. Miller | |
2001-09-05 | sync | Artur Grabowski | |
2001-09-05 | Add some necessary MSG_COMPAT. | Artur Grabowski | |
Fix some mode_t vs. netbsd_mode_t (more needed) add issetugid | |||
2001-09-05 | mode_t in netbsd is not the same as our mode_t | Artur Grabowski | |
2001-09-05 | Will need netbsd_types.h very soon. | Artur Grabowski | |
2001-09-05 | sync | Jason Wright | |
2001-09-05 | ElanSC520 Host-PCI | Jason Wright | |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-09-05 | OF magic. From NetBSD. | Artur Grabowski | |
2001-09-05 | fix pci_intr_map so that it uses the new interface | Nathan Binkert | |
2001-09-05 | add lge | Nathan Binkert | |
2001-09-05 | Unbreak trace command on macppc, ddb passes -1 for count to | Dale Rahn | |
db_stack_trace_cmd() as "all entries", however db_expr_t is a signed variable. | |||
2001-09-05 | Pick up a bugfix from FreeBSD: In wx_hw_stop, a bogus additional write | mjacob | |
to WXREG_IMASK enabled *all* interrupt causes while we were trying to *disable* them all. Oops. | |||
2001-09-05 | use %ll instead of %q | Theo de Raadt | |
2001-09-05 | Handle uh_sum == 0x0000 correctly. Before, UDP packet checksums were | Daniel Hartmeier | |
broken by NAT/RDR when unset by the sender. Fixes ntpdate behind NAT. | |||
2001-09-05 | use dmamem/dmamap for allocating dmaable memory, since malloc | Michael Shalayeff | |
can produce physically non-contiguous memory space, and thus trash the innocent pages. also make use of pci_mapreg_map and other `usefull' stuff (; import a reliability kludge from netbsd, the one to mark all buffers GMAC_OWN after rint is done. drahn@ ok | |||
2001-09-05 | Improve debugger usability on macppc, do backtrace accesses | Dale Rahn | |
with setfault, to prevent double fault conditions. Add hex address on symbol translation. respect count field for db_stack_trace_cmd(). | |||
2001-09-05 | kvm space is limited by by pmap_virtual_space, Do not play with the | Dale Rahn | |
kvm min and max addresses. | |||
2001-09-05 | s/pf_natlook/pfioc_natlook (ioctl parameter struct) | Daniel Hartmeier | |
2001-09-05 | Stereo jitter suppressor. | Marc Espie | |
Idea from FreeBSD. This code was not put in initially because I had no problematic card to test. Thanks to Chris Kuethe <ckuethe@pyxis.cns.ualberta.ca> for having such a card and testing this code. | |||
2001-09-05 | Use __GLOBAL_OFFSET_TABLE_ consistently. | Marc Espie | |
2001-09-05 | add intel ich3 ac97 | Niels Provos | |
2001-09-05 | sync | Niels Provos | |
2001-09-05 | add 82801CA/CAM AC97 Audio | Niels Provos | |
2001-09-04 | recognize intel pro/100 cards; okay deraadt@ | Niels Provos | |
2001-09-04 | sync | Theo de Raadt | |
2001-09-04 | shorten | Theo de Raadt | |
2001-09-04 | .ua keyboard; from Igor Grabin <violent@death.kiev.ua> | Michael Shalayeff | |
2001-09-04 | Driver for the Level1 LXT1001 Gigabit Ethernet Chip. | Nathan Binkert | |
From FreeBSD | |||
2001-09-04 | add xfs; jason@ ok | Todd T. Fries | |
add tcx to MAKEDEV | |||
2001-09-04 | sync | Chris Cappuccio | |
2001-09-04 | Intel ICH3 (82801CA/CAM) IDE | Chris Cappuccio | |
2001-09-04 | enable pf and altq; jason@ ok | Todd T. Fries | |
2001-09-04 | rcsid | Jason Wright | |
2001-09-04 | better still, remove definition from here; suggest by drahn | Jason Wright | |
2001-09-04 | increase size of intrhand in here, too. | Jason Wright | |
2001-09-04 | add entry to async faults to intrhand array (from netbsd) | Jason Wright | |
2001-09-04 | Don't explicitly size the intrhand array in the extern declaration (from netbsd) | Jason Wright | |
2001-09-04 | clean up error handling for psycho_bus_[a|b] | Jason Wright | |
move DEBUG defines to after includes to avoid pollution add more debugging information if DEBUG is defined. | |||
2001-09-04 | Register definitions for the PCI error registers (borrowed from linux). | Jason Wright | |
2001-09-04 | Select between MII/GMII/TBI in the mii_mediachg function instead of in the | Nathan Binkert | |
interrupt handler since it is more reliable. Pointed out by wpaul | |||
2001-09-04 | Don't forget tty_attach. Should fix the timeout related panics. | Artur Grabowski | |
2001-09-04 | Add skip steps for interface (ifp). | Daniel Hartmeier | |
2001-09-04 | #define empty PFLOG_PACKET correctly (no side effects). Closes PR2044. | Daniel Hartmeier | |
From Claus Assmann. | |||
2001-09-04 | Fix mask for callout unit | Nathan Binkert | |
2001-09-04 | Make it compile without option BPF. | Angelos D. Keromytis | |
2001-09-03 | Zero pages before handing them over to the VM layer. | Dale Rahn | |
This seems to improve the reliablity of the system. Thanks to those who tested this. | |||
2001-09-03 | pretty this up | Theo de Raadt | |
2001-09-03 | do not screw up the reference counts | Theo de Raadt | |
2001-09-02 | Fix typos, update vtophys() prototype. | Miod Vallat | |