Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-21 | Additional Intel 6300 and ICH devices found by TAMURA Kent. ok grange@ | Jonathan Gray | |
2005-07-21 | account ipv4 packets with wrong tcp/udp/icmp checksums and udp | Markus Friedl | |
packets with invalid uh_len; ok dhartmei | |||
2005-07-20 | not needed | Theo de Raadt | |
2005-07-20 | add a comment explaining why we set the MAC address as we do. | Brad Smith | |
From FreeBSD | |||
2005-07-20 | fix setting the MAC address in rl_init() so that "ifconfig lladdr" works | Brad Smith | |
as expected. From form@ via mpech@ | |||
2005-07-20 | Always do the netisr_dispatch dance, rather than trying to be smart and use a | Miod Vallat | |
three-line #if construct around it, which is wrong since the addition of kernel pppoe and bluetooth code. | |||
2005-07-20 | typos | Miod Vallat | |
2005-07-20 | put -lkern last, since libz needs syms in it | Theo de Raadt | |
2005-07-20 | add moddi3, needed by new libz | Theo de Raadt | |
2005-07-20 | need to reset kif->pfik_group to NULL before calling pfi_kif_unref() so it can | Henning Brauer | |
notice that this kif is not referenced and not attached to an interface or a group and actually deletes it. plugs a memleak, PR 4267 is caused by this. | |||
2005-07-20 | Typo in kern.nchstats sysctl names. | Miod Vallat | |
2005-07-20 | Reintroduce the changes made by tedu in revision 1.50 of ffs_softdep.c, | Pedro Martelletto | |
this time with a small tweak: when flushing the dependencies, don't update the inode twice, but update once, and then, if needed, fsync it. Doing so fixes the inode hangs some people were seeing. Various testing for a while, especially krw@ and millert@, okay deraadt@ | |||
2005-07-20 | Update to zlib 1.2.3; OK deraadt@ | Todd C. Miller | |
2005-07-20 | Remove some more dead code and stale comments. | Marco Peereboom | |
2005-07-20 | Remove some old NetBSDism for resource shortages. Add proper handling for this | Marco Peereboom | |
in OpenBSD. | |||
2005-07-20 | Delete dead code. | Marco Peereboom | |
2005-07-20 | Skip processor devices when running PPR as per XXX. Ran into a box where the | Marco Peereboom | |
SAFTE device freaked out when a PPR was attempted. | |||
2005-07-20 | change sc_keyctx from void * to blf_ctx *. there's no point for it to be | Ted Unangst | |
void and means we can't correctly use sizeof() on the target. error report from frank denis in pr4290. | |||
2005-07-20 | remove some unused code. | Brad Smith | |
2005-07-19 | - the self linked hardware rx descriptor list does not work in hostap | Reyk Floeter | |
mode, use the normal behaviour with rx overrun interrupts for now. this prevents the hostap from locking under heavy load (like ping -f) and it works more reliable. - run ath_calibrate in splnet() context (from netbsd) | |||
2005-07-19 | more adaption for new com files framework | Theo de Raadt | |
2005-07-19 | Remove vlan_input_tag() since all four drivers that used it have been | Camiel Dobbelaar | |
reworked to not strip vlan tags in hardware anymore. ok brad henning jason | |||
2005-07-19 | Update for GREENHOUSE2 -> REALTEK USB vid change. | Jonathan Gray | |
2005-07-19 | regen | Jonathan Gray | |
2005-07-19 | The GREENHOUSE2 USB id (0x0bda) is actually Realtek's USB id, | Jonathan Gray | |
rename accordingly. ok dlg@ | |||
2005-07-19 | On the SPARCbooks, allow tctrl(4) to control the external video output, | Miod Vallat | |
acting when the external display status changes, with the help of the pnozz(4) driver. | |||
2005-07-19 | A potpourri of IBM RGB525 ramdac defines, which will be necessary shortly. | Miod Vallat | |
2005-07-18 | Use M_PREPEND to take advantage of any slack leading space in the mbuf. | Camiel Dobbelaar | |
ok markus jason henning brad | |||
2005-07-18 | Compensate for NCOM_PUC disappearance; ok deraadt@ | Miod Vallat | |
2005-07-18 | PB190 Gestalt IDs | Martin Reindl | |
2005-07-18 | fix sparc64 console; same diff as miod | Theo de Raadt | |
2005-07-18 | revert marcos bio changes, mickey not ok | David Gwynne | |
2005-07-18 | save/restore fpu for the signal handler call in the trampoline. | Michael Shalayeff | |
modeled after sparc together w/ deraadt@; deraadt@ ok | |||
2005-07-18 | cache a copy of the fprs so we know what fp restore we should do after | Theo de Raadt | |
2005-07-18 | Match Sphairon UB801R. | Jonathan Gray | |
2005-07-18 | regen | Jonathan Gray | |
2005-07-18 | Another ural. | Jonathan Gray | |
2005-07-18 | COM_CONSOLE & DDB fix | Theo de Raadt | |
2005-07-18 | Typo in comment, from Giorgos Keramidas, keramida (at) ceid (dot) | Tom Cosgrove | |
upatras (dot) gr. Thanks. | |||
2005-07-18 | Correct scancode mapping URL. | Jonathan Gray | |
2005-07-18 | Good Way GWUSB2E Ethernet, found in Good Way USB docking stations. | Jonathan Gray | |
ID from <david-b () pacbell ! net> via Linux driver. | |||
2005-07-18 | regen | Jonathan Gray | |
2005-07-18 | Good Way GWUSB2E Ethernet, found in Good Way USB docking stations. | Jonathan Gray | |
ID from <david-b () pacbell ! net> via Linux driver. | |||
2005-07-18 | disable hardware vlan tag stripping | Camiel Dobbelaar | |
tested by Janjaap Velthoven ok brad | |||
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt | |
2005-07-18 | Rip out all previous bio code because it sucked. Replaced all ioctl code in | Marco Peereboom | |
ami(4) and bio(4). Note that this will break trees where userland and kernel are not in sync. ok dlg@ | |||
2005-07-18 | Initialize UART registers after resume, and make functions non-static. | Uwe Stuehler | |
2005-07-17 | Make sure we don't reprogram the colormap upon leaving mapped mode, | Miod Vallat | |
if we are not the console display; prevents a stupid panic. | |||
2005-07-17 | Oops, forgot to commit this file (Tadpole SPARCbook modem attachment code). | Miod Vallat | |
2005-07-17 | Attach com(4) to the built-in modem found on Tadpole SPARCbooks. | Miod Vallat | |