summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-08-09Always install the installboot manual page.Miod Vallat
2003-08-09need to include bpfilter.h for bpf to work (noticed by weissmanndude). put ↵Michael Shalayeff
some non-fatal printfs into ifdef debug
2003-08-08Fix harmless address computation buglet in pmap_collect().Miod Vallat
2003-08-08remove unused code and a some cleanup; deraadt@ and krw@ ok.Federico G. Schwindt
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 ↵Jason Wright
numbers from the RNG.
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 ↵Michael Shalayeff
for a whacky user pc (as impossible due to the recent trap.c change)
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 ↵Theo de Raadt
needed)
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
flags (purely cosmetic, as they have the same value). Also some minor indentation/KNF repairs.
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
brad@ and miod@
2003-08-07make pf_match take u_int32_t instead of u_int16_tHenning Brauer
it's not only used to ,atch on ports any more but uid/gid as well, and uid_t/gid_t are u_int32_t. found by aaron@ ok cedric@
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
from kame
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
I've skipped the GNU stuff for now. From Patrick Latifi.
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
deraadt@ OK
2003-08-06The cleanup in ohci_init() is wrong; the statements for label bad2Todd C. Miller
and label bad3 should be swapped. From Patrick Latifi ok deraadt@ and fgs@
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 ↵Markus Friedl
miod/henning/deraadt
2003-08-05sync with netbsdjoshua stein
makes my samsung i500 attach a ucom ok nate@
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 ↵Michael Shalayeff
kludge; miod@ testing
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
to guarantee NUL termination; from Patrick Latifi.
2003-08-04syncMarkus Friedl
2003-08-04soekris tweaksMarkus Friedl
2003-08-03Resistance is futile, you will be KNF'ed.Miod Vallat
And then it will be easier to debug this mess (no functional change yet).