Age | Commit message (Expand) | Author |
2003-12-19 | The physical address of a pmap's segment table is only used to compute an | Miod Vallat |
2003-12-19 | more const-correctness, ok mcbride@ | Daniel Hartmeier |
2003-12-19 | Unbreak ramdisk kernel after tedu's changes. | Alexander Yurchenko |
2003-12-19 | When temporarily unlocking a pmap, do not release the spl as well. | Miod Vallat |
2003-12-19 | i wrote much of these, assert my copyright | Henning Brauer |
2003-12-19 | rn_satsifies_leaf -> rn_satisfies_leaf | Brad Smith |
2003-12-19 | Make this compile after the struct was reordered. OK tedu@ | Todd C. Miller |
2003-12-19 | Add a check for time not flowing monotonically and just don't change | Todd C. Miller |
2003-12-18 | add new hw sysctls, cpuspeed and setperf to control cpu frequency. | Ted Unangst |
2003-12-18 | oops; pointed out by bruno | Theo de Raadt |
2003-12-18 | Save pf_status.hostid and pf_status.stateid in the DIOCCLRSTATUS | Ryan Thomas McBride |
2003-12-18 | Unbreak compile with no pfsync(4) device. | Ryan Thomas McBride |
2003-12-18 | TCP timestamp modulation (scrub reassemble tcp) fix from frantzen@ | Daniel Hartmeier |
2003-12-18 | Fix for monotomic time, lasttb is now in sync with 'time'. ok otto@ | Dale Rahn |
2003-12-18 | resolve compiler warnings, from Pyun YongHyeon, ok cedric@, mcbride@ | Daniel Hartmeier |
2003-12-18 | Permit ethernet multicast addresses, as used by some HA/failover solutions. S... | Hakan Olsson |
2003-12-18 | spls do not protect cpu_itmr and thus time might jump back sometimes due to c... | Michael Shalayeff |
2003-12-18 | Move -DDYNAMIC_CRC_TABLE into the main libz Makefile | Todd C. Miller |
2003-12-17 | attempt to power down voyager (untested); miod ok | Theo de Raadt |
2003-12-17 | Change pfsync IP protocol and multicast group numbers. | Ryan Thomas McBride |
2003-12-17 | Use SLIST macros instead of rolling our own. Idea from and partly | Todd C. Miller |
2003-12-17 | not qualifying a product based on vendor AND product ID just bugs me | Jason Wright |
2003-12-17 | marvell skv2 (smc9452TX); from freebsd | Jason Wright |
2003-12-17 | marvell skv2; from freebsd | Jason Wright |
2003-12-17 | add support for linksys (eg1032v2, eg1064v2) and dlink (dge530t); from NetBSD | Jason Wright |
2003-12-17 | sync | Jason Wright |
2003-12-17 | - add linksys vendor id | Jason Wright |
2003-12-17 | Always use the nitty-gritty name for cr16. | Miod Vallat |
2003-12-17 | start spanning tree on ifconfig up; from Marco Pfatschbacher; ok jason@ | Markus Friedl |
2003-12-17 | Provide a real inverted cursor for rasops-based consoles; inspired by | Miod Vallat |
2003-12-17 | in the real mem print do not include reserved for prom into used by openbsd | Michael Shalayeff |
2003-12-17 | figure out the used prom size in probe() and pass that into attach that will ... | Michael Shalayeff |
2003-12-17 | For some reason sparc64 seems to need the equivalent of -I/sys where | Todd C. Miller |
2003-12-17 | remove unneeded bits introduced in previous commit | Todd C. Miller |
2003-12-17 | #include <lib/libsa/stand.h> instead of just <stand.h> so we can avoid | Todd C. Miller |
2003-12-17 | Simply include the main libz Makefile instead of trying to roll our own. | Todd C. Miller |
2003-12-17 | Simply include the main libz Makefile instead of trying to roll our own. | Todd C. Miller |
2003-12-17 | Simply include the main libz Makefile instead of trying to roll our own. | Todd C. Miller |
2003-12-17 | bad me, left commented code in here... | Jason Wright |
2003-12-17 | add NOTE_EOF (return on EOF) and NOTE_TRUNCATE (vnode was truncated) | Ted Unangst |
2003-12-17 | Add ccd(4) and ccdconfig(8) to CD ramdisk; needs changes in upgrade.sh | Todd C. Miller |
2003-12-17 | No need to build infback.c here after all. | Todd C. Miller |
2003-12-17 | _ZLIB_PRIVATE is not used anywhere | Todd C. Miller |
2003-12-16 | Add #ifdef SMALL and #ifdef SLOW and include sys/unistd.h instead of unistd.h | Todd C. Miller |
2003-12-16 | Update to zlib 1.2.1 | Todd C. Miller |
2003-12-16 | a bit more shrinking. do not bother printing the drive bus interfaces, | Theo de Raadt |
2003-12-16 | when a bridge filter rule specifies both src and dst mac address, we do not | Henning Brauer |
2003-12-16 | Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTR | Todd C. Miller |
2003-12-16 | reenable sti1 as the issues has been resolved | Michael Shalayeff |
2003-12-16 | return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexer | Markus Friedl |