Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-12 | Back out per-CPU kernel profiling, it shouldn't modify a public header | Martin Pieuchot | |
at this moment. | |||
2013-02-12 | Unbreak the tree by adding missing defines. Forgot to sync in previous | Martin Pieuchot | |
spotted by todd@. | |||
2013-02-11 | remove acss here too | Damien Miller | |
2013-02-11 | Add openssl version to debug output similar to the client. ok markus@ | Darren Tucker | |
2013-02-11 | sync | Miod Vallat | |
2013-02-11 | Xr scan_ffs 8; requested by Scott McEachern | Jason McIntyre | |
2013-02-11 | tweak previous; | Jason McIntyre | |
2013-02-11 | Sync with libkern's copy. No functional change. | Martin Pieuchot | |
2013-02-11 | Teach kgmon(8) to deal with per-CPU kernel profiling. | Martin Pieuchot | |
ok mikeb@, haesbaert@ | |||
2013-02-11 | Fix kernel profiling on MP systems by using per-CPU buffer. Previously | Martin Pieuchot | |
various CPUs were iterating over the same global buffer at the same time to modify it and never ended. This diff includes some ideas submited by Thor Simon to NetBSD via miod@. ok mikeb@, haesbaert@ | |||
2013-02-11 | Ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP. | Todd C. Miller | |
Just because CPU_LIDSUSPEND is defined in cpu.h does mean it is actually supported by the hardware. OK halex@ | |||
2013-02-11 | When information about threads are not requested sum the '%cpu' of | Martin Pieuchot | |
all threads in a process instead of returning only the '%cpu' for the main thread. This makes top(1) display the correct percentage of CPU usage for threaded processes when theads are not displayed. ok sthen@, mikeb@ | |||
2013-02-11 | adjust boot-device to be more like what the installer tells you. | Jasper Lievisse Adriaanse | |
ok mpi@ | |||
2013-02-10 | record "Received disconnect" messages at ERROR rather than INFO priority, | Damien Miller | |
since they are abnormal and result in a non-zero ssh exit status; patch from Iain Morgan in bz#2057; ok dtucker@ | |||
2013-02-10 | append to moduli file when screening candidates rather than overwriting. | Damien Miller | |
allows resumption of interrupted screen; patch from Christophe Garault in bz#1957; ok dtucker@ | |||
2013-02-10 | openssh 6.2 | Markus Friedl | |
2013-02-10 | switch m68k ports to gcc3 | Miod Vallat | |
2013-02-10 | update the internal pcre to 8.32 | Robert Nagy | |
2013-02-10 | Don't wait for memory from pool while holding vm_map_lock or we can | Bob Beck | |
deadlock ourselves - based on an infrequent hang caught by sthen, and diagnosed by kettenis and me. Fix after some iterations is to simply call uvm_map_allocate and allocate the map entry before grabbing the lock so we don't wait while holding the lock. ok miod@ kettenis@ | |||
2013-02-10 | remove some unneeded Xo/Xc. | Jason McIntyre | |
2013-02-10 | Grammar nits. | lum | |
2013-02-10 | do not mark up punctuation; ok gilles | Jason McIntyre | |
2013-02-10 | typo; fix from patrick keshishian | Jason McIntyre | |
2013-02-10 | When getting the next batch of envelope to schedule, use an array to | Eric Faurot | |
store envelope ids, rather than a dynamic list. ok gilles@ | |||
2013-02-10 | -h includes RFC 3164 style hostnames when forwarding; | Markus Friedl | |
feedback and ok sthen@, mpf@ | |||
2013-02-09 | - Use a switch statement for setting the chipset flags | Brad Smith | |
- Add some macros for working with the various newer generations of chipsets - Make use of the 5717 macro in a few places - Add some bits for identifying and supporting some of the newer chipsets ok sthen@ | |||
2013-02-09 | As tedu@ pointed out a while ago, it makes little sense to discard | Kenneth R Westerback | |
an option list if it contains duplicate option names. Just ignore the duplicates. | |||
2013-02-09 | Add CFI support for MIPS. | Brad Smith | |
Backported from binutils 2.17. ok miod@ | |||
2013-02-09 | Ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP. | Todd C. Miller | |
Just because CPU_LIDSUSPEND is defined in cpu.h does mean it is actually supported by the hardware. OK miod@ kettenis@ | |||
2013-02-09 | Remove no longer used struct emul extern declarations. | Miod Vallat | |
2013-02-09 | Replace a bunch of if () else if () else if () else if () ... with that | Miod Vallat | |
modern brand new construct known as `switch'. | |||
2013-02-09 | Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and | Miod Vallat | |
function pointer arguments which are {used as,} wrappers around the kernel printf function. No functional change. | |||
2013-02-09 | Grammar, typos | Miod Vallat | |
2013-02-09 | Port attribute (__used__) from gcc 3+ to gcc 2.95. | Miod Vallat | |
2013-02-09 | No longer #ifdef BUS_SPACE_MAP_PREFETCHABLE, as all <machine/bus.h> are | Miod Vallat | |
expcted to provide it nowadays. | |||
2013-02-09 | ater -> after | Miod Vallat | |
2013-02-09 | Blame the right function when panic'ing. | Miod Vallat | |
2013-02-09 | Fix indent, add RCS Id | Miod Vallat | |
2013-02-09 | Update minimal disk and memory sizes to match the bsd.rd requirements | Miod Vallat | |
(especially on vax, where bsd.rd really needs 16MB to install nowadays although the system can live in less). While there, fix a few typos. | |||
2013-02-09 | Teach people they will need to upgrade their boot blocks, and how to do this, | Miod Vallat | |
if they want to upgrade with bsd.rd, since older boot blocks can't boot ELF kernels. | |||
2013-02-09 | Stop using the name `miniroot' when `bsd.rd' is implied. A few platforms | Miod Vallat | |
have a real miniroot to be dd'ed to the disk, and that's fine; but when we are talking about booting bsd.rd (either from an existing setup, or the network, or the cd-rom images), then refer to it as `installation kernel'. | |||
2013-02-09 | Update network boot configuration instructions to no longer refer to | Miod Vallat | |
bootparams termcap-like two-letter fields in the configuration file. | |||
2013-02-09 | No longer define EXEC_SCRIPT (probably coming from old PefoBSD). Also, | Miod Vallat | |
DB_ELFSIZE ought to be defined in <machine/db_machdep.h>, not <machine/exec.h> | |||
2013-02-09 | No longer define the a.out relocation format struct. | Miod Vallat | |
2013-02-09 | Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longer | Miod Vallat | |
(or never did) support a.out binaries (i.e. where _KERN_DO_AOUT is not defined). | |||
2013-02-09 | Programme the VT6105M, VT6105 and RhineII-2 to permit frames of up to | Stuart Henderson | |
1758 bytes (MTU 1740) and raise hardmtu to allow the user to set them. Tests by Mark Patruck, Michal Markowski, mikeb, beck, dtucker. ok mikeb@ | |||
2013-02-09 | Allow the user to configure an MTU of up to 1518, which does not require | Stuart Henderson | |
any additional chip reprogramming, and is tested to work fine on DP83815. ok mikeb@ | |||
2013-02-09 | get the format of the various options in this file right and, along | Jason McIntyre | |
the way, cut back on some of the crazy macros that were mostly around to appease groff; whilst there, fix the warnings reported by Jan Stary back in january; lots of help and ok krw | |||
2013-02-09 | There is no /usr/libexec/uucp/uucico in base; uucico (8) is provided by | Antoine Jacoutot | |
the net/uccp package and is installed under /usr/local/. Since we don't want a shell that default to /usr/local/..., use /sbin/nologin. The uucp package will automatically change to the correct shell on pkg_add / pkg_delete. idea from and ok miod@ | |||
2013-02-09 | sync | Miod Vallat | |