Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-28 | create and populate a section on hardware monitoring sensors | Constantine A. Murenin | |
2007-05-28 | "in formation" -> "information" | Ray Lai | |
OK niallo@ | |||
2007-05-28 | another small step towards hoststated reloading. | Pierre-Yves Ritschard | |
allow purging of parts of the hoststated environment structure. start using this function now to only keep vital information in hoststated children processes. ok reyk@ | |||
2007-05-28 | Line up comments with the rest of the file, like in diff(1). | Ray Lai | |
2007-05-28 | the device fd is global. no need to pass it between functions. | Michael Coulter | |
2007-05-28 | Make disk assembly smarter and add two qualifiers to it: | Marco Peereboom | |
1) noautoassemble; when set the softraid volume will not be assembled during autoconf. 2) force; when set it will overwrite metadata on disk While writing this I ran into 3 bugs that were fixed along the way 1) bcopy in sr_read_meta was copying data to the wrong pointer 2) in sr_read_meta the wrong metadata was coppied into the chunk 3) sr_free_discipline was freing a pointer that wasn't malloc'd ok dlg | |||
2007-05-28 | zap annoying __KERNEL_RCSID(). | Thordur I. Bjornsson | |
ok krw@ | |||
2007-05-28 | sync | Theo de Raadt | |
2007-05-28 | create and populate a section on hardware monitoring sensors | Constantine A. Murenin | |
2007-05-28 | lockmgr -> rwlock for the nfs_hashlock. | Thordur I. Bjornsson | |
ok tedu@ | |||
2007-05-28 | de-inline vref(); | Thordur I. Bjornsson | |
ok pedro@ | |||
2007-05-28 | Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET | Thordur I. Bjornsson | |
mbuf constants from MD param.h to MI param.h. Besides being the same on every arch, things will most probly break if any arch has different values then the others. The NMBCLUSTERS constants needs to be MD though; ok miod@,krw@,claudio@ | |||
2007-05-28 | create and populate a section on hardware monitoring sensors | Constantine A. Murenin | |
2007-05-28 | fix build when ACPI_DEBUG is defined | Robert Nagy | |
2007-05-28 | parse_asnum must return 0 (no match) if word is not an as number instead | Henning Brauer | |
of bitching and erroring out. worked so far because at the position it kicked in, only asnumor nothing were allowed | |||
2007-05-28 | make it compile on i386 | Reyk Floeter | |
2007-05-28 | major update of hardware monitoring section | Constantine A. Murenin | |
2007-05-28 | set a hiwat mark for mbpool. we spend quite a bit of time bouncing pages | Ted Unangst | |
in and out with the very low default. ok dlg henning ryan | |||
2007-05-28 | remove time from pool header. it slows us down quite a bit, and it's | Ted Unangst | |
probably a better idea to just let reclaim have the emptypages. we can still use the partial pages. this lets dlg sling many many more packets ok dlg henning miod pedro ryan | |||
2007-05-28 | sync with i386.html; 'of course' deraadt | Constantine A. Murenin | |
2007-05-28 | tweaks; ok thib | Jason McIntyre | |
2007-05-28 | pval convinced me to reinstate previous. | Jason McIntyre | |
2007-05-28 | remove a duplicated section; from Janne Johansson | Jason McIntyre | |
2007-05-28 | Flush pmap from tlb before freeing it. Makes Core2Duo boxes more | Kenneth R Westerback | |
stable, but is not a fully-understood or final fix. From and ok art@ | |||
2007-05-28 | some tcpdump examples; from todd and myself | Jason McIntyre | |
2007-05-28 | cluster_read() is gone, so remove its prototype, spotted by mickey@ | Pedro Martelletto | |
okay tedu@ | |||
2007-05-28 | add a pool_setipl function, which allows setting an appropriate ipl | Ted Unangst | |
for splassert inside pool_get and pool_put (DIAGNOSTIC only) ok miod pedro thib | |||
2007-05-28 | Add a global-wd-mode command, which toggles between the current | Kjell Wooding | |
behavior (every buffer maintains its own cwd) and the old behavior of one global working directory. This makes it slightly easier to hack on things like kernel code, where compilation, etc, are initiated from a different directory than you are working in. While here, fix setting/handling of global wd. | |||
2007-05-28 | sync | Tom Cosgrove | |
2007-05-28 | Enable interrupt holdoff on DP83816 chips. This significantly improves | Chris Kuethe | |
performance of devices such as the soekris under load. | |||
2007-05-28 | Vendor name shouldn't be in product string; this one was mis-spelt | Tom Cosgrove | |
anyway. ok jsg@ | |||
2007-05-28 | Bump timeout. | Alexander Yurchenko | |
2007-05-28 | xenocara build no longer overwrite /etc/X11/xdm. | Matthieu Herrb | |
2007-05-28 | store the configuration file's path, this will be useful when reloading. | Pierre-Yves Ritschard | |
2007-05-28 | allow matching on communities using 0 in the AS part, that is in use. | Henning Brauer | |
that unfortunately means we cannot use 0 for "unset". ok claudio | |||
2007-05-28 | pf does not use mbuf tags any more | Henning Brauer | |
2007-05-28 | Decrease max number of commands to 128. | Alexander Yurchenko | |
2007-05-28 | double pf performance. | Henning Brauer | |
boring details: pf used to use an mbuf tag to keep track of route-to etc, altq, tags, routing table IDs, packets redirected to localhost etc. so each and every packet going through pf got an mbuf tag. mbuf tags use malloc'd memory, and that is knda slow. instead, stuff the information into the mbuf header directly. bridging soekris with just "pass" as ruleset went from 29 MBit/s to 58 MBit/s with that (before ryan's randomness fix, now it is even betterer) thanks to chris for the test setup! ok ryan ryan ckuethe reyk | |||
2007-05-28 | Start adding copperhead chipset support. Not tested at all. | Alexander Yurchenko | |
2007-05-28 | Add more MII glue. Still not working but I want to get this into the tree. | Claudio Jeker | |
2007-05-28 | Fix comparison between signed and unsigned integer. Makes the random | Mark Kettenis | |
panics during autoconf disappear on the v215. ok dlg@, otto@ | |||
2007-05-28 | unbreak, and remove the "goto bad's". | Felix Kronlage | |
discussed with and ok uwe@, jsg@, grange@ | |||
2007-05-28 | Art left a trailing quote as an easter egg in this file five years ago. Can | Miod Vallat | |
I have a cookie? | |||
2007-05-28 | Fix timeout loop in ips_poll(). | Alexander Yurchenko | |
2007-05-28 | move `interrupted' stuff inside state: removes one local variable, allows | Marc Espie | |
me to cut up big function into smaller ones. | |||
2007-05-28 | Add a bunch of new firmware commands to configure MAC/PHY/RF, and do so. | Marcus Glocker | |
Simplify command interface. | |||
2007-05-28 | mention pcn(4) | Martin Reindl | |
2007-05-28 | pcn(4) works here | Martin Reindl | |
2007-05-28 | Better debug printf. | Alexander Yurchenko | |
2007-05-28 | delay error reporting a bit more: try installing and deinstalling everything | Marc Espie | |
and report more issues. |