Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-07 | make net.inet6.ip6.redirect actually work. from kame | Jun-ichiro itojun Hagino | |
2003-08-07 | m_cat might free mbuf passed as 2nd arg. compute pkthdr.len before m_cat. | Jun-ichiro itojun Hagino | |
from kame | |||
2003-08-07 | watchdog driver for Geode SC1100 (e.g. in soekris net4801); ok mickey@ | Markus Friedl | |
2003-08-07 | do not treat traps from the syscall gate page as user code | Michael Shalayeff | |
2003-08-06 | typo | Theo de Raadt | |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
2003-08-06 | must pre-def struct file before circular structs | Theo de Raadt | |
2003-08-06 | Fix a memleak on error in usb_block_allocmem(); Patrick Latifi | Todd C. Miller | |
deraadt@ OK | |||
2003-08-06 | The cleanup in ohci_init() is wrong; the statements for label bad2 | Todd C. Miller | |
and label bad3 should be swapped. From Patrick Latifi ok deraadt@ and fgs@ | |||
2003-08-06 | Remove unreachable return statement after break; Patrick Latifi | Todd C. Miller | |
2003-08-05 | whitespace pretties. sorry, couldn't take it anymore | Ted Unangst | |
2003-08-05 | a180c blinks too, 715/80 supposedly too | Michael Shalayeff | |
2003-08-05 | make procfs support statfs args. lossage noticed and patch tested by jolan | Ted Unangst | |
2003-08-05 | print dv_xname instead of the uninitialized variable card; ok ↵ | Markus Friedl | |
miod/henning/deraadt | |||
2003-08-05 | sync with netbsd | joshua stein | |
makes my samsung i500 attach a ucom ok nate@ | |||
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 ↵ | Michael Shalayeff | |
kludge; miod@ testing | |||
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 | |
to guarantee NUL termination; from Patrick Latifi. | |||
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 | |
And then it will be easier to debug this mess (no functional change yet). | |||
2003-08-03 | oops | Michael Shalayeff | |
2003-08-03 | use bus_dmamap_load_raw() instead of bus_dmamap_load() where appropriate; ↵ | Michael Shalayeff | |
krw@ ok | |||
2003-08-03 | Implement the WCONTINUED flag to the wait(2) family of syscalls and the | Todd C. Miller | |
associated WIFCONTINUED macro as per 1003.1-2001. Adapted from FreeBSD. A minor amount of trickiness is involved here. The value for WCONTINUED is chosen in such a way that _WSTATUS(_WCONTINUED) == _WSTOPPED and the WIFSTOPPED macro has been modified such that WIFSTOPPED(_WCONTINUED) != _WSTOPPED. This means we don't need to add an extra check to the WIFSIGNALED and WIFSTOPPED macros. deraadt@ OK. | |||
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 | |
- provide a simpler flush_atc_entry() in the NCPUS == 1 case - remove some can't happen tests in pmap_protect() - handle pool_get failure and PMAP_CANFAIL correctly in pmap_enter() - don't forget to initialize pv_flags in new pv_entry items - de-cretinize pmap_testbit() and pmap_page_protect() | |||
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 | |
ridiculous resolution, we need to plug the "clear the screen and switch font" trick here too. [Thanks to Andrey Smagin for providing a card for testing] | |||
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 | |
failure, since the former is not reliable; requested by art@ long ago. | |||
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 | |
ok deraadt@ | |||
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 | |
cleaned up soon...) | |||
2003-08-01 | Do not use hardcoded values for constants which are in fact computed from other | Miod Vallat | |
constants. |