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