Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-24 | Add id for 82801GBM SATA in AHCI mode. | Jonathan Gray | |
Seemingly the default mode on X60/T60 Thinkpads. | |||
2006-04-24 | - move -A into compat land | Jason McIntyre | |
- tweak -E description accordingly ok xsa | |||
2006-04-24 | make the -r description match that in rcsmerge(1), as far as is possible; | Jason McIntyre | |
ok xsa | |||
2006-04-24 | -r is not optional: simplify its synopsis, but improve its description; | Jason McIntyre | |
ok xsa | |||
2006-04-24 | be consistent in error messages for wrongly specified keyword substitution | Xavier Santolaria | |
mode for `-k'. | |||
2006-04-24 | bad space interrupted the flow of this morning's fortune; | Jason McIntyre | |
2006-04-24 | don't clear interface flags (set skip on) when -N/-F is used without -O, | Daniel Hartmeier | |
from Jon Simola, ok henning@ | |||
2006-04-24 | o Better match GNU behavior (a bare -t does NOT read from stdin, | Ray Lai | |
unlike rcs). o Share code with rcs by moving rcs_set_description() to rcsutil.c. o Change description prompt from #define to const char *. OK xsa@ | |||
2006-04-24 | oops | Theo de Raadt | |
2006-04-24 | sync | Theo de Raadt | |
2006-04-24 | egalax | Theo de Raadt | |
2006-04-24 | sync | Theo de Raadt | |
2006-04-24 | add a missing return here. | Brad Smith | |
2006-04-23 | Another forgotten man page | Bjorn Sandell | |
2006-04-23 | some more ANSI, KNF and other tidying up. | Brad Smith | |
2006-04-23 | Heimdal provides these now. | Bjorn Sandell | |
2006-04-23 | Install man page. Noted by Antoine Jacoutot | Bjorn Sandell | |
2006-04-23 | Remove superfluous use of usb_callout_init() (== timeout_set()). | Kenneth R Westerback | |
Superfluous because the immediately following usb_callout() does the same timeout_set(). And superfluous because the same usb_callout_init was done during attach. ok dlg@ | |||
2006-04-23 | Make code path for ADMTek variant endian-safe; fixes dc(4) on macppc. | Mark Kettenis | |
ok brad@ | |||
2006-04-23 | Recognize the D-Link DRP32TXD CardBus adapter. It is another | Brad Smith | |
ADMTek AN983 clone. From FreeBSD | |||
2006-04-23 | regen | Brad Smith | |
2006-04-23 | add the D-Link DRP32TXD CardBus id. | Brad Smith | |
From FreeBSD | |||
2006-04-23 | regen | Brad Smith | |
2006-04-23 | add the Dell Bluetooth 350 module. | Brad Smith | |
From Ben Lovett <ben at tilderoot dot com> | |||
2006-04-23 | 'fall into' -> FALLTHROUGH | Pedro Martelletto | |
2006-04-23 | Remove unnecessary ARGSUSED comment | Pedro Martelletto | |
2006-04-23 | KNF | Pedro Martelletto | |
2006-04-23 | Fix an embarrassing pasto that triggered a panic. Reported by henning. | Marco Peereboom | |
ok dlg | |||
2006-04-23 | Allow Intel SATA to map compatibility interrupts. | Jonathan Gray | |
This makes a bunch of ICH6M/ICH7M systems that don't present an IDE controller work. And stop treating ICH6M like an IDE controller now this works for everyone. Thanks to all the people who tested. | |||
2006-04-23 | Add puc(4) and com at puc. | Mark Kettenis | |
ok deraadt@ | |||
2006-04-23 | Avoid passing the device file descriptor to executed commands; deraadt@ ok | Federico G. Schwindt | |
2006-04-23 | remove all the compat stuff for the otherbsds. this is openbsd, i prefer | David Gwynne | |
reading openbsd code when im working in the openbsd source tree. this makes the file immediately less confusing since you can search for a macro and see how its implemented on openbsd without having to figure out if you're in the netbsd or freebsd chunk first. "no problem with me" deraadt@ | |||
2006-04-22 | Simplify time calculations. | Marc Balmer | |
help and ok kettenis@ | |||
2006-04-22 | Routes announced via rt_missmsg() do not have rtm_index set. While in most | Claudio Jeker | |
cases harmless it is used by the IPv6 code. The result is that bgpd is unable to assigning link local addresses to the correct interface. OK henning@ Fix for PR 5063. | |||
2006-04-22 | Set signal handlers directly after the fork(2), so that we avoid | Moritz Jodeit | |
situations, where the privileged child dies before the unprivileged parent has set a signal handler for SIGCHLD. ok deraadt@ canacar@ | |||
2006-04-22 | Henning reported a crash I can't explain while using the new sensor code. | Marco Peereboom | |
Disable until diagnosed and fixed. | |||
2006-04-22 | remove extra spaces | Kevin Steves | |
2006-04-22 | Remove remaining stuff from state QUIT, adjust some comments | Moritz Jodeit | |
and close a fd leak in read_infile(). ok deraadt@ | |||
2006-04-22 | update output after uaudio(4) changes. | Federico G. Schwindt | |
2006-04-22 | typo. | Federico G. Schwindt | |
2006-04-22 | typo from jasper lievisse adriaanse; tweak whilst here... | Jason McIntyre | |
2006-04-22 | back out last - it was not a command line prompt; | Jason McIntyre | |
thanks matthias kilian | |||
2006-04-22 | Correct an evil typo which broke MVME147 support. | Miod Vallat | |
2006-04-22 | Pass over the right object to OpenBSD::Delete::validate_plist(). | Bernd Ahlers | |
This fixes an error while checking for collision with old libs. okay espie@ | |||
2006-04-22 | use setres[ug]id() to permanently revoke privileges; ok deraadt@ | Damien Miller | |
2006-04-22 | Removes unused variables and rename variables shadowing external | Ray Lai | |
variables. No binary change. Found by lint. OK otto@ and jaredy@ | |||
2006-04-22 | mention the 2130S and 2230SLP. | Brad Smith | |
2006-04-22 | Add support for the Adaptec RAID-On-Chip architecture. This in turn | Brad Smith | |
provides support for the Adaptec 2130S and 2230SLP adapters. From FreeBSD ok dlg@ | |||
2006-04-21 | Kill warning 54, trailing comma in enum, because this is allowed in C99. | Chad Loder | |
2006-04-21 | Add comments to please lint. No code changes. OK deraadt | Chad Loder | |