Age | Commit message (Expand) | Author |
2003-08-08 | remove scsi/raid drivers not needed on laptop floppy | Theo de Raadt |
2003-08-08 | wb no longer fits | Theo de Raadt |
2003-08-08 | Slightly clean up cpu_fork(). | Miod Vallat |
2003-08-08 | let us call COMPAT_UFS dead | Theo de Raadt |
2003-08-08 | ansi | Theo de Raadt |
2003-08-08 | put COPTS in CFLAGS; idea from miod | Theo de Raadt |
2003-08-08 | ifdef some debugging crap | Jason Wright |
2003-08-08 | first ansi | Theo de Raadt |
2003-08-08 | no pcmcia pccom on this floppy, sorry | Theo de Raadt |
2003-08-08 | x is probably just as random as letoh32(x), don't bother byte swapping the nu... | Jason Wright |
2003-08-07 | missed one wrt intr_establish | Michael Shalayeff |
2003-08-07 | dead proto | Michael Shalayeff |
2003-08-07 | make all intr_establish take the same last arg for name | Michael Shalayeff |
2003-08-07 | first allocate space on stack then copyout signal shits. add a DEBUG check fo... | Michael Shalayeff |
2003-08-07 | be more careful when loading trap_tmp_save and a bit better sigcode | Michael Shalayeff |
2003-08-07 | sync | Theo de Raadt |
2003-08-07 | remove junk vendors (might have deleted a few by accident, will re-add as nee... | Theo de Raadt |
2003-08-07 | sync | Theo de Raadt |
2003-08-07 | remove a bunch of junk | Theo de Raadt |
2003-08-07 | In sendsig() and sigreturn(), use the SS_xxx flags rather than the SA_xxx | Miod Vallat |
2003-08-07 | better dmesg output and do some spaces; markus@ ok | Michael Shalayeff |
2003-08-07 | Allow nested interrupts in the openpic interrupt controller, tested by | Dale Rahn |
2003-08-07 | make pf_match take u_int32_t instead of u_int16_t | Henning Brauer |
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 |
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 |
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 |
2003-08-06 | The cleanup in ohci_init() is wrong; the statements for label bad2 | Todd C. Miller |
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 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 |