Age | Commit message (Expand) | Author |
2001-06-26 | remove white space | Brad Smith |
2001-06-25 | Include I2O files | Niklas Hallqvist |
2001-06-25 | fix some constraints and spillage | Michael Shalayeff |
2001-06-25 | PCIIDE compat intr disestablish routines for i386 | Constantine Sapuntzakis |
2001-06-25 | move pf hooks to sys/conf/GENERIC | Kjell Wooding |
2001-06-25 | add pf device on all architectures. | Kjell Wooding |
2001-06-25 | cold is in systm now | Michael Shalayeff |
2001-06-24 | add i2o stubs | Michael Shalayeff |
2001-06-24 | wrong place for cold | Michael Shalayeff |
2001-06-24 | move cold to .h | Federico G. Schwindt |
2001-06-24 | Initial import of pf, an all-new ipf-compatable packet filter. | Kjell Wooding |
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat |
2001-06-24 | Add cold as extern; makes kernel compiles again. bad mickey! | Federico G. Schwindt |
2001-06-23 | do not do sync if too cold; niklas@ arrived | Michael Shalayeff |
2001-06-23 | no more kernfs | Theo de Raadt |
2001-06-23 | fix comment | Michael Shalayeff |
2001-06-23 | PCI bus configuration userland access from FreeBSD. | Matthieu Herrb |
2001-06-22 | shift the range for i/o space allocation to 0xa000 as it | Michael Shalayeff |
2001-06-21 | Add support for the Cyclades-Z multiport serial cards. | Nathan Binkert |
2001-06-21 | Finish what Theo started (a char * to void * conversion) | Niklas Hallqvist |
2001-06-17 | Don't pciaddr_do_resource_allocate if device is AGP to avoid conflict. | Michael Shalayeff |
2001-06-16 | sysarch() takes a void * | Theo de Raadt |
2001-06-12 | deal with gnu kernel dependencies right; cyxob@thief.dyndns.org | Theo de Raadt |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-06-08 | it seems that via has 7, not 4 pci interrupt lines. | Michael Shalayeff |
2001-06-07 | fix typo in wi* at pci | Todd C. Miller |
2001-06-06 | wi* @ pci | Todd C. Miller |
2001-06-05 | License clarification from David Mazieres, ok deraadt@ | Peter Valchev |
2001-05-29 | pcvt no more | Michael Shalayeff |
2001-05-29 | remove this used to be great console driver; x11 builds w/o it all fine; aaro... | Michael Shalayeff |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev |
2001-05-17 | remove bcopyb and bcopyw, they're not used nowdays; mickey@ aaron@ ok. | Federico G. Schwindt |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-16 | use SMALL_KERNEL option | Theo de Raadt |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern... | Todd C. Miller |
2001-05-14 | clean | Theo de Raadt |
2001-05-13 | in bus_dmamap_load_mbuf(), segments start at zero, not one (merge error) | Jason Wright |
2001-05-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt |
2001-05-13 | left tag uninitted in the good case in the last commit; jason@ pointed it out | Michael Shalayeff |
2001-05-12 | A number of buggy BIOS implementations leave the router | Michael Shalayeff |
2001-05-12 | always print the icu we've found | Michael Shalayeff |
2001-05-11 | unify rd(4) even more | Theo de Raadt |
2001-05-11 | unify | Theo de Raadt |
2001-05-10 | Some locking protocol fixes and better enforcement of wiring limits. | Artur Grabowski |
2001-05-09 | More sync to NetBSD. | Artur Grabowski |
2001-05-08 | From netbsd: implementations of _bus_dmamap_load_mbuf() and | Jason Wright |
2001-05-08 | fix preposition in the printf msg | Michael Shalayeff |
2001-05-08 | on `out of data' condition print a warning and exit w/ | Michael Shalayeff |
2001-05-07 | tcic disable | Theo de Raadt |