Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-20 | Relax a redundant printf format specifier. | Miod Vallat | |
2003-12-20 | Pass -Wformat | Miod Vallat | |
2003-12-20 | Fix an uninitialized variable. | Miod Vallat | |
2003-12-20 | Pass -Wformat, fix a few uninitialized variables as well. | Miod Vallat | |
2003-12-20 | Pass -Wformat | Miod Vallat | |
2003-12-20 | sync | Alexander Yurchenko | |
2003-12-20 | Little correction for ICH4-M LPC. | Alexander Yurchenko | |
ok deraadt@ | |||
2003-12-20 | In semop(2), use an array on the stack for small values of nsops so | Todd C. Miller | |
we don't have to use malloc/free. Adapted from FreeBSD; ok tedu@ | |||
2003-12-20 | add pentium 4 thermal control circuit (tcc) driver. can use this to | Ted Unangst | |
limit power consumption with the hw.setperf sysctl. tested by beck and grange | |||
2003-12-20 | Don't let microtime() return a struct timeval with exactly 1000000 microseconds. | Miod Vallat | |
2003-12-20 | - .Xr biosboot(8) in SEE ALSO | Jason McIntyre | |
- wording improvement - correct description of example from Tom Cosgrove; | |||
2003-12-20 | Support for ITExpress IT8212F ATA133 controller; close PR 3540. | Alexander Yurchenko | |
Submitter is unresponsible so the diff is not tested. If you have any problems with it open a new PR. | |||
2003-12-20 | Pass -Wformat. | Miod Vallat | |
2003-12-20 | Passl -Wformat. Fix some blatant -Wuninitialized errors as well. | Miod Vallat | |
2003-12-19 | Make sure hpux fcntl() operates on the proper file. | Miod Vallat | |
2003-12-19 | add cpu_ecxfeature to cpu.h, and stop locally externing it and cpu_feature. | Ted Unangst | |
ok deraadt@ | |||
2003-12-19 | Pass -Wformat, and silence a few vme* debug printf. | Miod Vallat | |
2003-12-19 | Pass -Wformat. | Miod Vallat | |
2003-12-19 | The physical address of a pmap's segment table is only used to compute an | Miod Vallat | |
apr value used in pmap_activate(). So, rather than storing the address in the pmap structure, store the precomputed apr value... | |||
2003-12-19 | more const-correctness, ok mcbride@ | Daniel Hartmeier | |
2003-12-19 | Unbreak ramdisk kernel after tedu's changes. | Alexander Yurchenko | |
ok deraadt@ | |||
2003-12-19 | When temporarily unlocking a pmap, do not release the spl as well. | Miod Vallat | |
While there, get rid of that ugly PT_FREE() macro. | |||
2003-12-19 | i wrote much of these, assert my copyright | Henning Brauer | |
2003-12-19 | rn_satsifies_leaf -> rn_satisfies_leaf | Brad Smith | |
from itojun@netbsd rev 1.15 ok deraadt@ | |||
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 | |
p->p_rtime in this case instead of zeroing it; based on an idea from nordin@. Also add a printf about microtime() not being monotonic for this case (from miod@) #ifdef DIAGNOSTIC. This version OK otto@ | |||
2003-12-18 | add new hw sysctls, cpuspeed and setperf to control cpu frequency. | Ted Unangst | |
convert longrun support to use new sysctls. add enhanced speedstep support, based on code by Michael Eriksson. idea, help testing & ok deraadt@ | |||
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 | |
ioctl. Pointed out by dhartmei@ ok dhartmei@ | |||
2003-12-18 | Unbreak compile with no pfsync(4) device. | Ryan Thomas McBride | |
patch from Max Laier | |||
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. ↵ | Hakan Olsson | |
Suggested by and ok markus@. | |||
2003-12-18 | spls do not protect cpu_itmr and thus time might jump back sometimes due to ↵ | Michael Shalayeff | |
cpu_itmr modified to a higher value than a read itmr; found and testing by miod@ | |||
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 | |
IPPROTO_PFSYNC -> 240 INADDR_PFSYNC_GROUP -> 224.0.0.240 ok deraadt@ | |||
2003-12-17 | Use SLIST macros instead of rolling our own. Idea from and partly | Todd C. Miller | |
based on changes from FreeBSD. | |||
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 | |
- add linksys products: EG1032, EG1064 - add dlink product: DGE550T | |||
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 | |
a similar diff in NetBSD. | |||
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 | |
map rom proper instead of a fixed size that is not enough in a generic case |