Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-02 | sync | Theo de Raadt | |
2007-08-02 | sync | Theo de Raadt | |
2007-08-02 | copy nvram code from i386, because amd64 can use it too. done by | Theo de Raadt | |
tybollt@solace.miun.se, ok jcs | |||
2007-08-02 | catch a few truncation cases instead of silently ignoring them. one of the | Theo de Raadt | |
fixes is from pr 5554. ok millert, ray | |||
2007-08-02 | document the reload command. | Pierre-Yves Ritschard | |
2007-08-02 | bump sudo version to 1.6.9p3 | Todd C. Miller | |
2007-08-02 | backout last change; iff is right. | Federico G. Schwindt | |
prompted by deraadt@ | |||
2007-08-02 | ETHER_ALIGN the mbuf so that it works on strictalignment archs. This is a | Claudio Jeker | |
quick hack because cmalo_rx() should use m_getdev() instead. OK mglocker@ | |||
2007-08-02 | while i'm here: iff -> if | Federico G. Schwindt | |
2007-08-02 | another memory leak fix found by coverity. from netbsd but modified. | Federico G. Schwindt | |
millert@ ok. | |||
2007-08-02 | fix memory leaks and one potential null deref found by coverity. from netbsd. | Federico G. Schwindt | |
millert@ ok | |||
2007-08-02 | add proper recording encodings to auich(4). | Jacob Meuser | |
tested by brad@ | |||
2007-08-02 | regen | Jacob Meuser | |
2007-08-02 | recognize some VIA P4M900 devices | Jacob Meuser | |
"sure" deraadt | |||
2007-08-02 | exit when /dev/audio can't be opened. | Jacob Meuser | |
from Alexey Vatchenko <av@bsdua.org> ok theo | |||
2007-08-02 | for consistency, keep the count of dropped data in HW sample size, and | Jacob Meuser | |
convert to userland sample size when needed. why this subsystem wasn't written with samples as the basic unit of measure is beyond me. | |||
2007-08-02 | the MI audio layer never really knows what encoding the hardware uses; | Jacob Meuser | |
the hardware drivers just set a conversion function. when the MI audio layer needs to add silence, it adds silence in the userland format, but the amount added is for the hardware sample size. this diff fixes both record mode by sending the right amount, and play mode by converting the silence to the right format. | |||
2007-08-02 | more cats removal; | Jason McIntyre | |
2007-08-02 | missing apostrophe | David Krause | |
2007-08-02 | spelling fixes in the comments | David Krause | |
2007-08-02 | +hoststated.conf | David Krause | |
2007-08-02 | move the delay for IPv6 DAD to after all interfaces have started | David Krause | |
fixes problems with daemons being unable to bind to all addreses at boot ok itojun@ hshoexer@ | |||
2007-08-02 | Fix off by one in group list matching. Found by david@ | Todd C. Miller | |
2007-08-01 | Enable SUDO_DEVEL to avoid disabling core dumps (they are disabled for ↵ | Todd C. Miller | |
setuid by default on OpenBSD) | |||
2007-08-01 | PYTHONINSPECT not PYTHONINSPEC; David Krause | Todd C. Miller | |
2007-08-01 | cats went away | Theo de Raadt | |
2007-08-01 | deliverd -> delivered. | Miod Vallat | |
2007-08-01 | cats went away | Theo de Raadt | |
2007-08-01 | cats went away | Theo de Raadt | |
2007-08-01 | cats went away | Theo de Raadt | |
2007-08-01 | Fix Dutch hypos. | Miod Vallat | |
2007-08-01 | cats went away | Theo de Raadt | |
2007-08-01 | another cats remnant | Theo de Raadt | |
2007-08-01 | I have a dream of cvs not missing the files I have cvs rm'd with love. | Miod Vallat | |
2007-08-01 | More cats stuff leaving the boat to join the boat anchor. | Miod Vallat | |
2007-08-01 | Retire OpenBSD/cats. Hardware is nice but prone to catch fire, and the firmware | Miod Vallat | |
is anything but useful. Nevertheless this was a very good platform to use as an OpenBSD/*arm* starting point, but nowadays this platform is not necessary anymore. Somehow these CATS motherboard are just like AUI hubs, with the difference that, when my AUI hub caught fire, 10base5 support was not removed from the networking code. | |||
2007-08-01 | sync | Theo de Raadt | |
2007-08-01 | allow ic_set_key to be NULL so that drivers won't need to implement it | Damien Bergamini | |
(for instance if they don't support HW crypto). | |||
2007-08-01 | Figure out the host SCSI controller ID on KA48 (VLC) and KA49 (VS4k/9x) from | Miod Vallat | |
the nvram settings, as already done on KA46 (VS4k/6x); from Hans Rosenfeld on port-vax@netbsd. | |||
2007-08-01 | Stop making de win over dc on alpha, and include both dc and de on all | Miod Vallat | |
installation media now - it fits. THIS MEANS YOU NEED TO RENAME /etc/hostname.de0 TO /etc/hostname.dc0 BEFORE BOOTING A NEW KERNEL. ok deraadt@ | |||
2007-08-01 | make sure the MIC field is set in group key handshake messages before | Damien Bergamini | |
passing the frame to the handlers. | |||
2007-08-01 | make ieee80211_recv_wpa_group_msg1() install the GTK in ic_nw_keys[] too. | Damien Bergamini | |
i only converted ieee80211_recv_rsn_group_msg1() in my previous commit. | |||
2007-08-01 | - -T before -t | Jason McIntyre | |
- use .Bk/.Ek | |||
2007-08-01 | in (unused function) free_core(), unmap the core; from veins@evilkittens.org | Theo de Raadt | |
2007-08-01 | close core file fd after mmap; veins@evilkittens.org | Theo de Raadt | |
2007-08-01 | add generic ieee80211_encrypt() and ieee80211_decrypt() functions that | Damien Bergamini | |
can handle multiple ciphers (the key to use is determined automatically by these functions based on the frame's destination address). add ieee80211_ccmp_encrypt() and ieee80211_ccmp_decrypt(). those two functions only do encapsulation/decapsulation of CCMP frames for now (they don't do SW crypto). they will help to test things with drivers that can do HW crypto. add a ni_pairwise_key field to struct ieee80211_node to actually install the pairwise transient key. install the GTK in ic_nw_keys[]. | |||
2007-08-01 | unbreak. | Damien Bergamini | |
2007-08-01 | Refactor realloc() + checks into erealloc() | Todd C. Miller | |
Fix a NULL dereference when the -t flag is given and a line consists solely of delimiters. OK deraadt@, fixes PR 5555 | |||
2007-08-01 | check the key length field in message 3 of the 4-way handshake. | Damien Bergamini | |
change ieee80211_recv_eapol() so that it is called without the ethernet header striped. | |||
2007-08-01 | switch i386 to use the MI i8253 header file and remove the now obsolete MD | Martin Reindl | |
timerreg.h ok miod@ |