Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-02 | Implement PMAP_CANFAIL handling for m68k shared pmap module. | Miod Vallat | |
2002-06-02 | Turn off timing if WSDISPLAY_BURN_VBLANK is set (which in turn puts most | Jason Wright | |
monitors in standby). | |||
2002-06-02 | Skeleton driver for the NetOctave NSP2000 (only supports RNG at the moment) | Jason Wright | |
2002-06-02 | BSD air-tools 0.2 patches from dachb0den labs; h1kari@dachb0den.com | Todd C. Miller | |
The common.h include file has been incorporated into if_wi_ieee.h similar to what is in FreeBSD. | |||
2002-06-02 | explicit padding; okay deraadt@ | Niels Provos | |
2002-06-02 | sync | Theo de Raadt | |
2002-06-02 | missing first port on titan 800L; noted via seb@script.jussieu.fr | Theo de Raadt | |
2002-06-02 | duplicate vendor | Theo de Raadt | |
2002-06-02 | knf, spaces, no \n in panic | Michael Shalayeff | |
2002-06-02 | correct fake nfs_boot_getfh(); ski@wuhjuhbuh.2y.net | Theo de Raadt | |
2002-06-02 | Fix ordering and typo problem | Constantine Sapuntzakis | |
2002-06-01 | ECN flag support for pf. Committed in consultation with Daniel. | Hugh Graham | |
2002-05-31 | respect rmx_mtu (cached PMTUD result) on outbound. deraadt/angelos ok | Jun-ichiro itojun Hagino | |
2002-05-31 | put the right thing into the audio name; pt out by Sebastian Stark ↵ | Michael Shalayeff | |
<seb@todesplanet.de> | |||
2002-05-31 | KNF | Theo de Raadt | |
2002-05-31 | Allow IBSS creation on Symbol cards with station firmware >= 2.5 | Todd C. Miller | |
From John Hay via Warner Losh | |||
2002-05-31 | define ALTQ_NOPCC if i386 and !I586_CPU and !I686_CPU. | Kenjiro Cho | |
otherwise, kernel fails to compile. pointed out and ok by fgsch@ | |||
2002-05-31 | Support for "Intel PRO/100 VM" w/ id 0x1038. | Mike Pechkin | |
art@ ok | |||
2002-05-31 | revert incorrect rmx_mtu handling in 1.16 and 1.24. | Jun-ichiro itojun Hagino | |
do not try to copy if_mtu to rmx_mtu, as if_mtu can change via SIOCSIFMTU. (as a result, rmx_mtu will be 0 most of the time) | |||
2002-05-31 | Socket-specific IPsec policy. | Angelos D. Keromytis | |
2002-05-31 | do not mistakenly lock PMTUD route entry with RTV_MTU. | Jun-ichiro itojun Hagino | |
2002-05-31 | do not try to update rmx_mtu if rmx_mtu == 0 (obey ifmtu) | Jun-ichiro itojun Hagino | |
2002-05-31 | Per-socket policies and authentication. Finally. | Angelos D. Keromytis | |
2002-05-31 | Socket-related IPsec sockoptions --- cleanups etc. | Angelos D. Keromytis | |
2002-05-31 | Move some common code to separate routines; also, fix the problem of | Angelos D. Keromytis | |
using the same SA for different traffic classes. Now, different SAs will be renegotiated as needed. XXX It's a sub-optimal (but correct) solution, as it looks for an exact match -- it should be checking for subset/subnet. One of these days... | |||
2002-05-31 | New fields in policy and TDB. | Angelos D. Keromytis | |
2002-05-31 | Keep an policy attached to each socket (that needs it), and cleanup as | Angelos D. Keromytis | |
needed on socket tear-down. | |||
2002-05-31 | Fix a DoS attack whereby an attacker could cause the replay counter to | Angelos D. Keromytis | |
advance with unauthenticated packets, thereby causing valid packets to be discarded as replays. This has been sitting in my tree for a while, and I've forgotten who it was that pointed out the problem. | |||
2002-05-31 | Pass authentication information (if available) in ACQUIRE message. | Angelos D. Keromytis | |
2002-05-31 | import_flow() prototype | Angelos D. Keromytis | |
2002-05-31 | Move code out of pfkeyv2.c into import_flow() | Angelos D. Keromytis | |
2002-05-31 | Allow auth payloads in ACQUIRE messages. Part of a larger commit to come. | Angelos D. Keromytis | |
2002-05-30 | Add a german keymap for iBook. Based on "Key Caps" on Mac OS X 10.1.4. | Mats O Jansson | |
Created by me and tested by Peter Janze <janze@digitalblue.de>. -moj | |||
2002-05-30 | fallout from the radio attachment fix | Michael Shalayeff | |
2002-05-30 | missing refs to sfr0 and other man fixes; from jumbo@ | Michael Shalayeff | |
2002-05-30 | remove silly ifdef's; mickey@ jason@ ok. | Federico G. Schwindt | |
2002-05-30 | iff pcibios is enabled, record _every_ established pci interrupt | Michael Shalayeff | |
for it will not get reprogrammed for isa later. should help lost and hanging pci interrupts. testing by fries@, krw@, mordin@, philipp@ and others | |||
2002-05-30 | make radio attach, not steal other audio attachments | Michael Shalayeff | |
2002-05-30 | proper support for vt8233; from freebsd; tested by Jolan Luff ↵ | Michael Shalayeff | |
<jolan@encryptedemail.net> | |||
2002-05-30 | protect biodone with splbio. | Artur Grabowski | |
miod@ ok. | |||
2002-05-30 | spelling errors; moritz@jodeit.org | Theo de Raadt | |
2002-05-30 | improve nd6_setmtu(), to warn too-small MTU on SIOCSIFMTU. sync w/kame | Jun-ichiro itojun Hagino | |
2002-05-30 | use M_READONLY where possible. minor cleanup/sync with kame. | Jun-ichiro itojun Hagino | |
2002-05-30 | minor KNF. nuke obsolete IFF_LINK0 support completely | Jun-ichiro itojun Hagino | |
2002-05-30 | minor KNF | Jun-ichiro itojun Hagino | |
2002-05-30 | remove extra */ | Jun-ichiro itojun Hagino | |
2002-05-29 | force fragment to minimum link MTU (1280) when needed (when PMTUD does | Jun-ichiro itojun Hagino | |
not take effect) - like icmp6 responses or foo-over-IPv6 tunnel. | |||
2002-05-29 | Add a new wskbd type for Sun type 5 keyboards (WSKBD_TYPE_SUN5). | Mats O Jansson | |
This is needed since eg Swedish type 4 and 5 keyboard has keycodes with different keycodes. eg AltGr and Compose are switched in type 5 compared with type 4. This change will need a new Xserver to allow sun type 5 keyboards. -moj ok miod@ | |||
2002-05-29 | there is no need to store ioaddr/iosize into the softc | Michael Shalayeff | |
2002-05-29 | oops | Michael Shalayeff | |