Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-04 | - check th_ack against snd_una/max; from Raja Mukerji via hugh@ | Markus Friedl | |
- limit pool to tcp_sackhole_limit entries (sysctl-able) - stop sack option processing on pool_get errors - use SEQ_MIN/SEQ_MAX ok henning, hshoexer, deraadt | |||
2005-03-04 | Fix handling of names bigger than NCHNAMLEN in cache_enter(), okay tedu@ | Pedro Martelletto | |
2005-03-04 | add state's tag for IPv6, too. spotted by markus@ | Daniel Hartmeier | |
2005-03-04 | for consistency, use preempt(NULL) | Martin Reindl | |
ok uwe@ | |||
2005-03-04 | Put the dmamap for a transmission at the correct array index. Fixes a | Kenneth R Westerback | |
crash on sparc64. From FreeBSD. | |||
2005-03-04 | match a bunch more Nubus cards from NetBSD; | Martin Reindl | |
makes my DaynaPORT E/II-3 work | |||
2005-03-03 | Support APM_IOC_PRN_CTL, and machdep.apmwarn as documented in apm(4), and | Uwe Stuehler | |
apmd(8); missing sysctl variable noticed by drahn@ | |||
2005-03-03 | Unbreak sun4/4c; my bad, spotted by nick@ | Miod Vallat | |
2005-03-03 | improve radiotap support, fix some minor bugs. | Reyk Floeter | |
2005-03-03 | addtion of a generic function for allocating beacons: ieee80211_beacon_alloc(). | Damien Bergamini | |
ok jsg@, reyk@, dlg@ | |||
2005-03-03 | sort devices and remove a duplicate | David Gwynne | |
2005-03-03 | properly implement hardware wep support. mostly done by jesse off with | David Gwynne | |
some minor cleanup by me | |||
2005-03-03 | some mbuf handling fixes from netbsd | David Gwynne | |
2005-03-03 | Sync a few comments with reality. | Miod Vallat | |
2005-03-03 | Sort frame buffer section and remove rasops32 dependencies from cgfourteen, | Miod Vallat | |
cgtwelve and tcx, as they are no longer necessary. | |||
2005-03-03 | OQO model 01 internal wireless. help from many, ok by dlg | Jun-ichiro itojun Hagino | |
2005-03-03 | ethernet on OQO model 01 device cable. dlg ok | Jun-ichiro itojun Hagino | |
2005-03-03 | regen | Jun-ichiro itojun Hagino | |
2005-03-03 | OQO model 01 devices | Jun-ichiro itojun Hagino | |
2005-03-03 | when tagging, apply the same tag to all packets matching a state entry | Daniel Hartmeier | |
(not just to the initial packet). note: kernel/userland abi change (rebuild pfctl). ok henning@ | |||
2005-03-03 | Do not attempt to read past firmware data in rfx_initialize(). | Miod Vallat | |
2005-03-03 | If we couldn't register an interrupt, don't abort attaching - we'll just | Miod Vallat | |
update colormaps immediately rather than waiting for the retrace interrupt. | |||
2005-03-03 | Do not let dma attach children if it could not initialize properly. | Miod Vallat | |
2005-03-03 | Do not unmap more memory than we mapped earlier, in case of attachment failure. | Miod Vallat | |
2005-03-02 | fix obviously wrong macro (unnoticed since it is currently unused) | David Gwynne | |
ok drahn@ | |||
2005-03-02 | Spaces. | Alexander Yurchenko | |
2005-03-02 | regen | Xavier Santolaria | |
2005-03-02 | add Airport Extreme card found in powerbook 12", still unsupported though; | Xavier Santolaria | |
deraadt ok | |||
2005-03-02 | Dmesg nit | Miod Vallat | |
2005-03-02 | Support for SUNW,fas SCSI, currently restricted to the lower 8 targets due | Miod Vallat | |
to MI esp code limitations. ok deraadt@ | |||
2005-03-02 | Only allow superuser to set timeslots and ppp modes. | Claudio Jeker | |
Diff from mcbride@ | |||
2005-03-02 | radiotap support largely based on NetBSD rtw. | Jonathan Gray | |
2005-03-02 | (And remember to remove the block on filesystems > 128 GB) | Tom Cosgrove | |
Add support for MS-DOS filesystems > 128 GB, by changing the way we calculate fileids (fake inode numbers). This uses some hash code by Thomas Wang, who has agreed to the existing licence on the file (i.e. his name just needed to be added to the copyright list). Thanks. Also a tiny bit of KNF. Closes PR 4119; works for the OP Pawel Rogocz. Help with testing todd@, thanks. ok deraadt@ | |||
2005-03-02 | Add support for MS-DOS filesystems > 128 GB, by changing the way we | Tom Cosgrove | |
calculate fileids (fake inode numbers). This uses some hash code by Thomas Wang, who has agreed to the existing licence on the file (i.e. his name just needed to be added to the copyright list). Thanks. Also a tiny bit of KNF. Closes PR 4119; works for the OP Pawel Rogocz. Help with testing todd@, thanks. ok deraadt@ | |||
2005-03-02 | Make all the MS-DOS filesystem code ignore trailing dots and spaces, in | Tom Cosgrove | |
the same way that Windows does. Without this, `touch .foobar.' followed by `touch .foobar.' will create two directory entries called `.foobar', thereby corrupting the filesystem. Found by todd@, who has been doing things with msdosfs that are truly obscene. "alright" tedu@, ok deraadt@ | |||
2005-03-01 | Display hardware name and display resolution at attach time, as done on sparc. | Miod Vallat | |
2005-03-01 | Print display resolution as %dx%d, not %d x %d. | Miod Vallat | |
2005-03-01 | use one uint64_t instead of two uint32_t in rx radiotap header. | Damien Bergamini | |
2005-03-01 | make sure radiotap structures are packed. | Damien Bergamini | |
2005-03-01 | Unbreak arp_input with carp; add back the call to carp_iamatch() | Ryan Thomas McBride | |
which was removed in rev 1.57. This makes arpbalance work again, and ensures that only one carp host will reply to a given arp request. ok mpf@ pascoe@ dhartmei@ deraadt@ | |||
2005-03-01 | - make large packets work without hanging the interface | Ryan Thomas McBride | |
- make tcpdump attach correctly by Alex Feldman prodded via Greg Mortensen <thevision@pobox.com> ok deraadt@ | |||
2005-03-01 | only call eaio_l2() if kernel has support for pcxl2 compiled in; from ↵ | Michael Shalayeff | |
weissmanndude | |||
2005-03-01 | Fix an integer overflow that prevented us from reading files >= 2 GB | Tom Cosgrove | |
from MS-DOS filesystems. Assistance otto@; thanks. "looks ok" krw@; ok derradt@. | |||
2005-03-01 | The maximum file size on MS-DOS filesystems is 4 GB - 1 byte, so | Tom Cosgrove | |
don't bother trying to write files bigger than this. Just return EFBIG to caller, rather than panic()ing later. Closes PR 4090. Assistance from otto@, tested by OP and moritz@; thanks. ok tedu@ deraadt@ | |||
2005-03-01 | Avoid 32-bit overflow by casting blk arg to lblktosize() to (off_t). Solves | Aaron Campbell | |
performance loss issue in some cases when reading past the 2GB boundary in large files. Testing by drahn@, otto@, danh@, krw@, tom@, jaredy@. From FreeBSD. tedu@, pedro@ ok. | |||
2005-03-01 | fix the radiotap bpf listener | Reyk Floeter | |
2005-03-01 | only use MAX_KMAPENT 2000 on i386 amd64 sparc64 and revert to 1000 on all | Henning Brauer | |
other archs for now, beck theo ok | |||
2005-02-28 | Store interrupt state in one variable not two, remove inlines which | Dale Rahn | |
signficantly bloat kernel. tested/ok dlg@ | |||
2005-02-28 | Fix confusion between KS_paragraph and KS_section; inspired from a PS/2 | Miod Vallat | |
keyboard sv map error spotted by Jan Johansson. | |||
2005-02-28 | Fix confusion between KS_paragraph and KS_section; inspired from a PS/2 | Miod Vallat | |
keyboard sv map error spotted by Jan Johansson. |