Age | Commit message (Expand) | Author |
2003-08-05 | print dv_xname instead of the uninitialized variable card; ok miod/henning/de... | Markus Friedl |
2003-08-05 | sync with netbsd | joshua stein |
2003-08-05 | Add support for Winbond 83627THF, ok grange@ henning@ | Damien Couderc |
2003-08-05 | support for shared interrupts as required by isa/eisa/pci. remove a gsckbc kl... | Michael Shalayeff |
2003-08-04 | make 'em all unsigned | Michael Shalayeff |
2003-08-04 | Add missing close() on EFTYPE error in exec(); from Patrick Latifi | Todd C. Miller |
2003-08-04 | Use strlcpy(), not strncpy() when copying p->p_comm to core.c_name | Todd C. Miller |
2003-08-04 | sync | Markus Friedl |
2003-08-04 | soekris tweaks | Markus Friedl |
2003-08-03 | Resistance is futile, you will be KNF'ed. | Miod Vallat |
2003-08-03 | oops | Michael Shalayeff |
2003-08-03 | use bus_dmamap_load_raw() instead of bus_dmamap_load() where appropriate; krw... | Michael Shalayeff |
2003-08-03 | Implement the WCONTINUED flag to the wait(2) family of syscalls and the | Todd C. Miller |
2003-08-03 | prefer fdc to fdce for cache flushing here | Michael Shalayeff |
2003-08-03 | clear branch and nullify bits in psw on sending a signal | Michael Shalayeff |
2003-08-03 | another gapped system call handled incorrectly: truncate64; marius@monkey.org | Theo de Raadt |
2003-08-02 | sync | Theo de Raadt |
2003-08-02 | wrong args for linux ftruncate64; marius@monkey.org | Theo de Raadt |
2003-08-02 | regen. | Federico G. Schwindt |
2003-08-02 | ADMtek 8211 WLAN id. | Federico G. Schwindt |
2003-08-02 | 2nd port location was incorrect; bde@freebsd | Theo de Raadt |
2003-08-02 | newline at end of printf | Ted Unangst |
2003-08-01 | The pmap potpourri du jour, while hunting for evil bugs: | Miod Vallat |
2003-08-01 | move fileops out of file, and make it pretty. ok deraadt@ millert@ | Ted Unangst |
2003-08-01 | Nuke uvm_useracc() call here too. | Miod Vallat |
2003-08-01 | The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterly | Miod Vallat |
2003-08-01 | pmap_kremove was so broken I'd rather pretend I did not write it... | Miod Vallat |
2003-08-01 | Nuke calls to uvm_useracc() and instead check copyin() and copyout() for | Miod Vallat |
2003-08-01 | sync | Theo de Raadt |
2003-08-01 | ansi | Theo de Raadt |
2003-08-01 | new soekris | Theo de Raadt |
2003-08-01 | Fix ICH5R SATA support | Alexander Yurchenko |
2003-08-01 | sync | Alexander Yurchenko |
2003-08-01 | Add ICH5R SATA RAID; pointed out by Alexandre H <openbsdah@wanadoo.fr> | Alexander Yurchenko |
2003-08-01 | No semicolon at the end of macros supposed to be atomic statements. | Miod Vallat |
2003-08-01 | Compensate for the assym.h lossage, which defines NBPG for now (this will be | Miod Vallat |
2003-08-01 | Do not use hardcoded values for constants which are in fact computed from other | Miod Vallat |
2003-08-01 | Turn flush_pipeline() in a simple macro. | Miod Vallat |
2003-08-01 | Define a more reasonable label_t size. | Miod Vallat |
2003-08-01 | Even better varargs code, inspired by and more closer to the powerpc code, | Miod Vallat |
2003-08-01 | Fix pcctwo locator typos | Miod Vallat |
2003-08-01 | ${LIBGCC} is useless, since libgcc.a does not live in /usr/lib; instead, | Miod Vallat |
2003-08-01 | Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times. | Miod Vallat |
2003-08-01 | Support for new Marvell based Gigabit Ethernet adapters | Nathan Binkert |
2003-08-01 | remove the strcpy/strcat macros | Anil Madhavapeddy |
2003-07-31 | Make table tickets per-ruleset instead of global. | Cedric Berger |
2003-07-31 | pasto; lha@stacken.kth.se | Markus Friedl |
2003-07-31 | fix the copyin() size for the instruction (and thus avoid oblittering some | Jason Wright |
2003-07-31 | remove autoconf_nzs; from netbsd | Jason Wright |
2003-07-30 | an absolute cure for an inherited arrhythmia w/ uninitialized variable | Michael Shalayeff |