Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-11 | Some more delint. -moj | Mats O Jansson | |
2006-05-11 | fix incorrect ADC list for ALC880. | Brad Smith | |
From kent NetBSD | |||
2006-05-11 | If a list of interfaces is supplied via the command line or | Kenneth R Westerback | |
dhcpd.interfaces then a) don't bother looking up information on interfaces that were not requested; b) don't exit if a requested interface is not found, just issue a warning message; c) exit if none of the interfaces were found. The command line for dhcpd shown in ps will continue to show requested but ignored interfaces. As usual with dhc* code, whack a bunch of unused states, constants, flags, etc. Since we only invoke discover_interfaces() with DISCOVER_SERVER, there is no need to keep track of other possibilities. | |||
2006-05-11 | Zap trailing whitespace. | Kenneth R Westerback | |
2006-05-10 | fix a bunch of missing [mc]alloc failure checks by using xcalloc/xmalloc, | Dale Rahn | |
also a couple of invalid allocation/references while at it. | |||
2006-05-10 | Add some airplane code. | Marco Peereboom | |
add bio hooks. add scsi entry point for io. | |||
2006-05-10 | fail zzz w/ a reasonable error msg if apmd is not running; found by deraadt@ | Michael Shalayeff | |
2006-05-10 | regen | Michael Shalayeff | |
2006-05-10 | a few more oxford thingies and order | Michael Shalayeff | |
2006-05-10 | Now that lint is smarter, remove /* NOTREACHED */ comments. | Ray Lai | |
OK jaredy@ | |||
2006-05-10 | starting bits for merge(1) replacement. Not built/linked yet. | Xavier Santolaria | |
man page reviewed by jmc@. | |||
2006-05-10 | in db_write_bytes correctly restore pte prot after write; this is not a big ↵ | Michael Shalayeff | |
deal as kernel .text is not writable anyway; found by aaron | |||
2006-05-10 | Missing $OpenBSD$ tags. | Kenneth R Westerback | |
2006-05-10 | treat first file passed as argument only; issue a warning for others. | Xavier Santolaria | |
matches gnu/usr.bin/rcs. OK joris@. | |||
2006-05-10 | pretty this up; ok drahn | Theo de Raadt | |
2006-05-10 | () macro params; jan.niemann@tu-bs.de | Theo de Raadt | |
2006-05-10 | Missing $OpenBSD$ tags. | Kenneth R Westerback | |
2006-05-10 | Remove (size_t) casts on integer constants. | Ray Lai | |
We should not cover up lint's shortcomings, especially if they no longer exist. ``This is definately good.'' niallo@. | |||
2006-05-10 | sync | Theo de Raadt | |
2006-05-10 | Use a macro in the MI powerpc PCI header for pci_intr_line() instead | Brad Smith | |
of a function in the MD macppc host bridge code. ok drahn@ | |||
2006-05-09 | The int (32bit) argument must be sign extended on the 64 bit amd64 before | Dale Rahn | |
the add. ok miod@, toby@. olrite mickey@ | |||
2006-05-09 | sync | Theo de Raadt | |
2006-05-09 | note that only some archs (currently) support target "kvm"; | Jason McIntyre | |
from nikns (pr #5103); ok kettenis | |||
2006-05-09 | can enter it again | Theo de Raadt | |
2006-05-09 | Regen | Miod Vallat | |
2006-05-09 | do not enter dir which has no files (yet) | Theo de Raadt | |
2006-05-09 | Administrative changes for aviion, ok deraadt@ | Miod Vallat | |
2006-05-09 | can enter stand SUBDIR | Theo de Raadt | |
2006-05-09 | fix non-ALTQ case. | Brad Smith | |
2006-05-09 | Remove unnecessary check for the parent interface when setting | Marco Pfatschbacher | |
the vlan priority. Relaxes the order of the vlanprio parameter in ifconfig. OK claudio, brad, norby | |||
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | typo from jan niemann; ok otto | Jason McIntyre | |
2006-05-09 | no need to specify a "count" argument: ifconfig(8) handles these | Jason McIntyre | |
"on demand"; from jan niemann; ok deraadt | |||
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Sprinkle a few bus_space_barrier() calls. Some of these may not be strictly | Mark Kettenis | |
necessary, but they will help debugging of alipm(4) still messes up the bus on sparc64. Always enable on sparc64 again. ok deraadt@ | |||
2006-05-09 | Import global ACPI interrupt code from amd64. | Mark Kettenis | |
ok brad@ | |||
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | back out change that busted how the tree builds | Theo de Raadt | |
not approved by the right people, not tested by the right people, and work done by people who don't know how to test what they write you know who you are -- stop screwing with things you refuse to test completely. | |||
2006-05-09 | delay time of 0 should be invalid; evol@online.ptt.ru | Theo de Raadt | |
2006-05-09 | Sync usage() with man page. | Ray Lai | |
OK jmc@. | |||
2006-05-09 | 0x0006 is not a good value for a bit flag, so change it to 0x0008. | Tom Cosgrove | |
Spotted by kettenis@ ok mickey@ |