Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-19 | Enter pxeboot, derived from the NetBSD implementation. Initially | Tom Cosgrove | |
intended to support network installs using bsd.rd over TFTP. Thanks to the many who tested, including Diana Eichert. ok deraadt@ | |||
2004-03-19 | typo in comment; from robert nagy | Michael Shalayeff | |
2004-03-19 | remove trailing ';' in PFLOG_REAL_HDRLEN definition. ok dhartmei@ mcbride@ | Mike Frantzen | |
2004-03-19 | Tweak isr to speed it up, panic in correct spot, prepare for more firmware | Kenneth R Westerback | |
handling and error handling. From Marco Peereboom, with suggestions from LSI. ok deraadt@. | |||
2004-03-18 | state->rule.ptr shall not be NULL. from Jon Coller. ok dhartmei@ mcbride@ | Cedric Berger | |
2004-03-18 | Allow the state to be changed explicitly via the ioctl. | Ryan Thomas McBride | |
ok markus@ | |||
2004-03-18 | Starting with Prism firmware version 1.6.3, HostAP supports an | Todd C. Miller | |
enhanced security mode whereby the SSID can be hidden from snoopers. Ok deraadt@ | |||
2004-03-18 | don't read registers all the time, solves timeout issues. from Joris Vink | Ted Unangst | |
2004-03-17 | Otto@ confirms 715/50 needs the viper timeout kluge to be really happy. | Miod Vallat | |
2004-03-17 | Add missing open paren in comment noticed by jmc@ | Todd C. Miller | |
2004-03-17 | Remove pointless printfs. | Dale Rahn | |
2004-03-17 | Adjust the number of processes waiting on a semaphore properly if we're | Todd C. Miller | |
woken up in the middle of sleeping; cperciva@freebsd.org. OK deraadt@ | |||
2004-03-17 | Better backlight detection on macppc, ok miod@ krw@ (a bit ago) | Dale Rahn | |
2004-03-17 | Make sure disklabels use at least DEV_BSIZE as their sector size. | Miod Vallat | |
This allows the kernel to survive reading the disklabel off a 256-bytes/sector scsi device... ok deraadt@ | |||
2004-03-17 | typo in comment (fragment->segment); ok itojun@ | Markus Friedl | |
2004-03-17 | one sysctl.h should be enough | Ted Unangst | |
2004-03-17 | Reduce openings to avoid both usual 'EIO' problems in interrupt mode | Kenneth R Westerback | |
and apparently some mpt specific problems. With this change installs to my U320 disk work, and work *fast*. Try to return XS_TIMEOUT for timeouts rather than XS_NOERROR. Load on-board firmware. Currently v1.01.61 seems to work well, but the latest 1.03.23 does not. With these changes Marco and Milos torture chambers now report no problems and we should be set for 3.5. Mostly from Milos Urbanek and Marco Peereboom. | |||
2004-03-17 | Add explicit flags to mem0. | Miod Vallat | |
2004-03-17 | Tweak the viper control register: | Miod Vallat | |
- do not enable EISA bus grant until we really attach eisa devices; - on some machines, booting from disk would hang in either "mem0" or "cpu0" probe. Tinkering eventually pointed out that setting a non-zero non-rachitic value for the viper's bus error timeout would help. Right now, this kluge will only be enabled by default on a known list of affected machines (which may grow over time...), and device attachment flags allow users to try the other behaviour if necessary. Discussed and crafted with mickey@, "it's gross" deraadt@ | |||
2004-03-17 | No installboot(8) on hppa, but on the other hand boot_hppa(8) has been added | Miod Vallat | |
since this page was written; pointed out by Otto. | |||
2004-03-16 | Regen. | Miod Vallat | |
2004-03-16 | Slovenian keymap, contributed by Jernej Kovacic (jkovacic, email dot si). | Miod Vallat | |
2004-03-16 | re-add fbsd id so i can track this thing | Ted Unangst | |
2004-03-16 | unlock on error paths, from Patrick Latifi | Ted Unangst | |
2004-03-15 | Changes to wihap_auth_req(): | Todd C. Miller | |
If the station sends a bogus challenge when authorizing, send back a response to that effect instead of just returning. Simplify sequence number handling--there's no need to update the sequence value by hand since we just need to increment it for the response packet. | |||
2004-03-15 | Make software WEP work in BSS (station) mode. Based on patches from | Todd C. Miller | |
Jamison M. Adcock. Software WEP is still unsupported in ad-hoc or IBSS mode at the present time. | |||
2004-03-15 | fix if(); error, also add missing error checks and close_pipe calls. | Dale Rahn | |
found and ok aaron@ | |||
2004-03-15 | per popular demand panic on premature arc4 initializations (would have ↵ | Michael Shalayeff | |
paniced anyway elsewhere) | |||
2004-03-15 | No need for ADEV_NODOORLOCK quirk anymore; krw@ ok | Miod Vallat | |
2004-03-15 | Remove errant semi-colon. miod@ ok | Aaron Campbell | |
2004-03-15 | Kill redundant(IPv4) and bogus(IPv6) tests. found+ok dhartmei@ | Cedric Berger | |
2004-03-15 | plug memory leak in error path | Henning Brauer | |
missing break; in error case from patrick latifi, cedric ok | |||
2004-03-15 | DO NOT UNDO MY COMMITS | Theo de Raadt | |
2004-03-15 | strncpy -> strlcpy. ok markus@ "(this is even unused crap, i think)" | Ted Unangst | |
from Patrick Latifi | |||
2004-03-14 | Return EINVAL in case of a zero length descriptor. The hifn can not handle | Hans-Joerg Hoexer | |
this. ok jason@ deraadt@ | |||
2004-03-14 | Add first cut at PPR negotiation. From Marco Peereboom. | Kenneth R Westerback | |
Call mpt_done() instead of scsi_done() when the command times out. | |||
2004-03-14 | nicer printf for copyright. from Pedro Martelletto | Ted Unangst | |
2004-03-14 | Last pre-3.5 tweak: restore bus scanning to full speed by not performing | Kenneth R Westerback | |
double INQURY commands on LUNs that will be skipped anyway. From Marco Peereboom. ok deraadt@. | |||
2004-03-14 | Enable oosiop. | Miod Vallat | |
2004-03-14 | Shrink openings down to 1 for now, this makes the snakes happy, until a | Miod Vallat | |
better command selection algorithm is written. | |||
2004-03-14 | disable mac for now, they are not usable with current hardware; ok deraadt@ | Markus Friedl | |
2004-03-14 | Small osiop inspired cleanups, especially honour the xfer timeout value | Miod Vallat | |
when polling. Disable osiop-like REQUEST_SENSE processing, as it confuses the script at the moment. | |||
2004-03-14 | Caps lock should only affect the letter keys, rather than enforcing a shift | Miod Vallat | |
state. Fixes PR#2555 | |||
2004-03-14 | support for two more leadtek cards; from robert nagy | Michael Shalayeff | |
2004-03-13 | sync comments with reality, semconfig is long gone. | Ted Unangst | |
2004-03-12 | no raid by default, until that thing is silent | Theo de Raadt | |
2004-03-12 | Add a missing htole16() that broke software WEP on big endian machines. | Todd C. Miller | |
2004-03-12 | Allow busy wait loops to fail, so that we don't spin if the hil loop does not | Miod Vallat | |
behave correctly for some reason. | |||
2004-03-12 | Enable ata133 on amd8111; from netbsd | Alexander Yurchenko | |
tested by beck@ | |||
2004-03-12 | Fix rtentry leak in in_losing(). The rtentry needs to be freed in anycase. | Claudio Jeker | |
Found by Greg Wooledge. A lot of debugging and help by dhartmei@ markus@ cedric@. OK dhartmei@ markus@ deraadt@ |