Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-02 | Provide an iopool in arc(4). | Michael Knudsen | |
ok dlg matthew | |||
2010-07-02 | Protect the ccb free list with a mutex rather than splbio(). | Michael Knudsen | |
Requested by dlg when reviewing a different diff. ok dlg | |||
2010-07-02 | Build grep with -DSMALL, ok tedu | Nicholas Marriott | |
2010-07-02 | Do not include mmap support with -DSMALL. | Nicholas Marriott | |
ok millert | |||
2010-07-02 | nuke unused global and a comment. | Thordur I. Bjornsson | |
ok tedu@, oga@ | |||
2010-07-02 | cleanup the disktab files. yes, this means you will have to manually | Ted Unangst | |
disklabel the "HP C3010 / Cranel 2.0GB Fast SCSI2 H10" crammed inside your palm device, but that's the price of progress. hopefully i didn't whack anything important. ok deraadt | |||
2010-07-02 | disktab.shadow is not used anymore | Theo de Raadt | |
2010-07-02 | ss(4) does not need the tape attribute; only tape devices do (and only on vax, | Miod Vallat | |
really). | |||
2010-07-02 | remove userland bits of compat_sunos | Ted Unangst | |
2010-07-02 | delete sunos files | Ted Unangst | |
2010-07-02 | remove sunos compat files | Ted Unangst | |
2010-07-02 | remove support for compat_sunos (and m68k4k). ok deraadt guenther | Ted Unangst | |
2010-07-02 | fix mistakes that have been created by my porting to OpenBSD. | YASUOKA Masahiko | |
- delete a change only for debug - add missing 'else' | |||
2010-07-02 | Add missing pmap_update. pointed out by matthew@ | Artur Grabowski | |
2010-07-02 | Since fill_eproc() is no longer called from coredump(), it can be dropped | Philip Guenthe | |
from small kernels "yes" deraadt@ | |||
2010-07-02 | One transition was wrong: Suspending without a card, and then resuming with | Theo de Raadt | |
was doing an attach, detach, and re-attach. Repair the state transitions. | |||
2010-07-02 | Not only for -tag lists, but for -hang, -ohang, -inset, -diag, | Ingo Schwarze | |
and -item list as well, empty bodies are OK, they do not even warrant a warning, much less the error they were throwing. According to kristaps, joerg@ also brought this up some time ago. ok kristaps@ jmc@ | |||
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott | |
ok deraadt matthew millert | |||
2010-07-02 | Constipate init_hash() to eliminate a warning and remove a cast that is | Philip Guenthe | |
thereby rendered superfluous ok blambert@ | |||
2010-07-02 | remove unused pciaddr_search function. | Jonathan Gray | |
ok kettenis@ | |||
2010-07-02 | Don't timeout_add() when the referenced struct is about to be | Kenneth R Westerback | |
discarded. It will eventually fire. Fortunately this file not yet being used. ok tedu@. | |||
2010-07-02 | add missing header needed by ioctl() | Charles Longeau | |
ok maja@ | |||
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok krw@ | |||
2010-07-02 | ps uses libkvm, so it doesn't need its own copy of the "get process info | Philip Guenthe | |
via sysctl" logic. ok millert@ | |||
2010-07-02 | sync | Igor Sobrado | |
2010-07-02 | the IBM Optical Wheel Mouse (89P5088) is a supported USB device. | Igor Sobrado | |
ok sthen@ | |||
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok dlg@ | |||
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok claudio@ krw@ | |||
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok krw@ | |||
2010-07-02 | Allow systat to print date and time when in rawmode. | lum | |
ok canacar@ millert@ | |||
2010-07-02 | Remove bogus commas from the "bin" entry. | David Coppa | |
OK sobrado@, todd@ | |||
2010-07-02 | parse pkg.conf and use it for default_path if PKG_PATH is not defined. | Marc Espie | |
2010-07-02 | move the empty url message up to PackageRepository, so that we can print | Marc Espie | |
it cleanly. allow some urls to be empty without warning (e.g., "./" should generally be allowed to be empty). | |||
2010-07-02 | use state to print error messages | Marc Espie | |
2010-07-02 | use state to print out all error messages | Marc Espie | |
2010-07-02 | fix params so that state is state and not PackageLocator... | Marc Espie | |
2010-07-02 | pass (and save) state around in Repository-related stuff. | Marc Espie | |
2010-07-02 | Rename the volume specific flags variable. | Joel Sing | |
ok marco@ | |||
2010-07-02 | On resume, detach and then force a re-attach of the card, since we don't | Theo de Raadt | |
know if it is the same card or if it got modified while we were not paying attention. Tested on x40 under apm, and some acpi machines. ok mlarkin kettenis | |||
2010-07-02 | Determine the data offset using a variable specified within the softraid | Joel Sing | |
metadata. This allows us to implement seamless transitions from the previous metadata version to the current version, avoiding the need to recreate the softraid volume. Joint work with marco@ during c2k10. ok marco@ | |||
2010-07-02 | s/1/one/ to improve wording. | Igor Sobrado | |
ok david@ | |||
2010-07-02 | Make the sensor setup loop less awkward by moving the call to | Matthew Dempsky | |
sensor_attach() out of the for loop header. ok marco@ | |||
2010-07-02 | usefull -> useful; | Jason McIntyre | |
2010-07-02 | Rewrite how printing all variables works to avoid using a global variable | Nicholas Marriott | |
accessed by many functions - instead do it in one function. | |||
2010-07-02 | Clear table and set defaults manually, also move table into value.c. | Nicholas Marriott | |
2010-07-02 | Merge almost-empty pathnames.h into tip.h. | Nicholas Marriott | |
2010-07-02 | Merge vassign and vtoken and make it much more strict on what it accepts. | Nicholas Marriott | |
2010-07-02 | Add an ath_pci_activate callback for ACPI suspend/resume with ath(4). | Reyk Floeter | |
The card now should come back after resume and doesn't need a manual ifconfig down/up. ok deraadt@ mlarkin@ | |||
2010-07-02 | cleanup and remove some #ifdef junk in the power hooks. | Reyk Floeter | |
ok deraadt@ | |||
2010-07-02 | Bye-bye vstring, and add value type checking code to vgetstr/vsetstr/etc. | Nicholas Marriott | |