summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-08-08remove scsi/raid drivers not needed on laptop floppyTheo de Raadt
2003-08-08wb no longer fitsTheo de Raadt
2003-08-08Slightly clean up cpu_fork().Miod Vallat
2003-08-08let us call COMPAT_UFS deadTheo de Raadt
2003-08-08ansiTheo de Raadt
2003-08-08put COPTS in CFLAGS; idea from miodTheo de Raadt
2003-08-08ifdef some debugging crapJason Wright
2003-08-08first ansiTheo de Raadt
2003-08-08no pcmcia pccom on this floppy, sorryTheo de Raadt
2003-08-08x is probably just as random as letoh32(x), don't bother byte swapping the nu...Jason Wright
2003-08-07missed one wrt intr_establishMichael Shalayeff
2003-08-07dead protoMichael Shalayeff
2003-08-07make all intr_establish take the same last arg for nameMichael Shalayeff
2003-08-07first allocate space on stack then copyout signal shits. add a DEBUG check fo...Michael Shalayeff
2003-08-07be more careful when loading trap_tmp_save and a bit better sigcodeMichael Shalayeff
2003-08-07syncTheo de Raadt
2003-08-07remove junk vendors (might have deleted a few by accident, will re-add as nee...Theo de Raadt
2003-08-07syncTheo de Raadt
2003-08-07remove a bunch of junkTheo de Raadt
2003-08-07In sendsig() and sigreturn(), use the SS_xxx flags rather than the SA_xxxMiod Vallat
2003-08-07better dmesg output and do some spaces; markus@ okMichael Shalayeff
2003-08-07Allow nested interrupts in the openpic interrupt controller, tested byDale Rahn
2003-08-07make pf_match take u_int32_t instead of u_int16_tHenning Brauer
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