Age | Commit message (Expand) | Author |
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 | remove dependency on pmax tree. cleanup a little while here | Eric Jackson |
2001-06-25 | cold is in systm now | Michael Shalayeff |
2001-06-25 | config interfaces defines. | Dale Rahn |
2001-06-24 | bye bye, with prejudice | Theo de Raadt |
2001-06-24 | add i2o stubs | Michael Shalayeff |
2001-06-24 | -Warn cleanups for powerpc, still not done. | Dale Rahn |
2001-06-24 | Add prototypes for softnet, ofrootfound. | Dale Rahn |
2001-06-24 | add akbd_cnattach() prototype. | Dale Rahn |
2001-06-24 | Allow mmap to map the vga memory/register at the physical address, | Dale Rahn |
2001-06-24 | Changes in ddb, mostly from NetBSD, to support ddb continue. | Dale Rahn |
2001-06-24 | Add pf. | Artur Grabowski |
2001-06-24 | wrong place for cold | Michael Shalayeff |
2001-06-24 | move cold to .h | Federico G. Schwindt |
2001-06-24 | Add gmac_setladrf functionality from netbsd, this was missed in a previous | Dale Rahn |
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 | Header file to specify to loadfile what types of exe files to support. | Dale Rahn |
2001-06-24 | Smattering of symbol type cleanup. | Dale Rahn |
2001-06-24 | Prototype functions used in macros in this header file. | Dale Rahn |
2001-06-24 | Add prototype for ofwconprobe(). | Dale Rahn |
2001-06-24 | comment out unused header file, add header files for proper prototypes, | Dale Rahn |
2001-06-24 | include header files for proper defines. | Dale Rahn |
2001-06-24 | fpu function prototypes; | Dale Rahn |
2001-06-24 | register i; is not a valid variable declaration. | Dale Rahn |
2001-06-24 | include header for prototype, declare correctly, cast for local variable use. | Dale Rahn |
2001-06-24 | header file for prototypes, local variable for const input parameter. | Dale Rahn |
2001-06-24 | Add cold as extern; makes kernel compiles again. bad mickey! | Federico G. Schwindt |
2001-06-24 | prototype cleanup, use local variable for const input arg. | Dale Rahn |
2001-06-24 | include header for prototypes, prototype functions, assignment in | Dale Rahn |
2001-06-24 | Add systm.h for prototypes. | Dale Rahn |
2001-06-24 | include prototype for calc_delayconst() | Dale Rahn |
2001-06-24 | Unused variable, poof. | Dale Rahn |
2001-06-24 | properly prototype diskconf() | Dale Rahn |
2001-06-24 | include systm.h for proper prototypes. | Dale Rahn |
2001-06-24 | More inlined function cleanup for -W strictness. | Dale Rahn |
2001-06-24 | More inline function clean for -W flags strictness. | Dale Rahn |
2001-06-24 | More inline function cleanup for stricter -W flags. | Dale Rahn |
2001-06-24 | inlined function definition clean, in preparation of more strict -W warning | Dale Rahn |
2001-06-24 | oops. another one. | Artur Grabowski |
2001-06-23 | do not do sync if too cold; niklas@ arrived | Michael Shalayeff |
2001-06-23 | More constants cleaning. | Federico G. Schwindt |
2001-06-23 | oops. unbreak after the last change. | Artur Grabowski |
2001-06-23 | remove some debugging prints. | Dale Rahn |
2001-06-23 | no more kernfs | Theo de Raadt |
2001-06-23 | Use pool_cache for l1 ptes. | Artur Grabowski |
2001-06-23 | Only mips uses cpu_set_init_frame (and it shouldn't) | Artur Grabowski |
2001-06-23 | fix comment | Michael Shalayeff |
2001-06-23 | PCI bus configuration userland access from FreeBSD. | Matthieu Herrb |