summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-08-07make net.inet6.ip6.redirect actually work. from kameJun-ichiro itojun Hagino
2003-08-07m_cat might free mbuf passed as 2nd arg. compute pkthdr.len before m_cat.Jun-ichiro itojun Hagino
2003-08-07watchdog driver for Geode SC1100 (e.g. in soekris net4801); ok mickey@Markus Friedl
2003-08-07do not treat traps from the syscall gate page as user codeMichael Shalayeff
2003-08-06typoTheo de Raadt
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-08-06must pre-def struct file before circular structsTheo de Raadt
2003-08-06Fix a memleak on error in usb_block_allocmem(); Patrick LatifiTodd C. Miller
2003-08-06The cleanup in ohci_init() is wrong; the statements for label bad2Todd C. Miller
2003-08-06Remove unreachable return statement after break; Patrick LatifiTodd C. Miller
2003-08-05whitespace pretties. sorry, couldn't take it anymoreTed Unangst
2003-08-05a180c blinks too, 715/80 supposedly tooMichael Shalayeff
2003-08-05make procfs support statfs args. lossage noticed and patch tested by jolanTed Unangst
2003-08-05print dv_xname instead of the uninitialized variable card; ok miod/henning/de...Markus Friedl
2003-08-05sync with netbsdjoshua stein
2003-08-05Add support for Winbond 83627THF, ok grange@ henning@Damien Couderc
2003-08-05support for shared interrupts as required by isa/eisa/pci. remove a gsckbc kl...Michael Shalayeff
2003-08-04make 'em all unsignedMichael Shalayeff
2003-08-04Add missing close() on EFTYPE error in exec(); from Patrick LatifiTodd C. Miller
2003-08-04Use strlcpy(), not strncpy() when copying p->p_comm to core.c_nameTodd C. Miller
2003-08-04syncMarkus Friedl
2003-08-04soekris tweaksMarkus Friedl
2003-08-03Resistance is futile, you will be KNF'ed.Miod Vallat
2003-08-03oopsMichael Shalayeff
2003-08-03use bus_dmamap_load_raw() instead of bus_dmamap_load() where appropriate; krw...Michael Shalayeff
2003-08-03Implement the WCONTINUED flag to the wait(2) family of syscalls and theTodd C. Miller
2003-08-03prefer fdc to fdce for cache flushing hereMichael Shalayeff
2003-08-03clear branch and nullify bits in psw on sending a signalMichael Shalayeff
2003-08-03another gapped system call handled incorrectly: truncate64; marius@monkey.orgTheo de Raadt
2003-08-02syncTheo de Raadt
2003-08-02wrong args for linux ftruncate64; marius@monkey.orgTheo de Raadt
2003-08-02regen.Federico G. Schwindt
2003-08-02ADMtek 8211 WLAN id.Federico G. Schwindt
2003-08-022nd port location was incorrect; bde@freebsdTheo de Raadt
2003-08-02newline at end of printfTed Unangst
2003-08-01The pmap potpourri du jour, while hunting for evil bugs:Miod Vallat
2003-08-01move fileops out of file, and make it pretty. ok deraadt@ millert@Ted Unangst
2003-08-01Nuke uvm_useracc() call here too.Miod Vallat
2003-08-01The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterlyMiod Vallat
2003-08-01pmap_kremove was so broken I'd rather pretend I did not write it...Miod Vallat
2003-08-01Nuke calls to uvm_useracc() and instead check copyin() and copyout() forMiod Vallat
2003-08-01syncTheo de Raadt
2003-08-01ansiTheo de Raadt
2003-08-01new soekrisTheo de Raadt
2003-08-01Fix ICH5R SATA supportAlexander Yurchenko
2003-08-01syncAlexander Yurchenko
2003-08-01Add ICH5R SATA RAID; pointed out by Alexandre H <openbsdah@wanadoo.fr>Alexander Yurchenko
2003-08-01No semicolon at the end of macros supposed to be atomic statements.Miod Vallat
2003-08-01Compensate for the assym.h lossage, which defines NBPG for now (this will beMiod Vallat
2003-08-01Do not use hardcoded values for constants which are in fact computed from otherMiod Vallat