Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-24 | synch with apropos, kill lines longer than 8192. | Marc Espie | |
from Jared Yanovich. (pending better parser after 3.6) | |||
2004-08-24 | - describe which interfaces respect local-mac-address?; this is based | Jason McIntyre | |
somewhat on a similar diff from netbsd (-r 1.4); - OpenProm -> OpenPROM - .Sh WARNINGS -> .Sh CAVEATS - put FILES in the right place, and make the list -compact much of this content is from miod@, and ok him too; | |||
2004-08-24 | Correctly initialize and shuffle statclock on 1x7. | Miod Vallat | |
2004-08-24 | change physmem divisor to 256. divide by page size was wrong. this does | Ted Unangst | |
what i intended all along, without contrived arithmetic screw up. from discussions with mickey and deraadt | |||
2004-08-24 | double word (a a) | David Krause | |
2004-08-24 | spelling corrections; ok jmc@ | David Krause | |
2004-08-24 | fix the microtime renaming leftover; from Emil Mikulic ↵ | Michael Shalayeff | |
<g5ba9cd0@dmr.ath.cx>; pr3893; deraadt@ ok | |||
2004-08-24 | adapt uvm_km_pages_lowat to physmem. thanks testers. ok deraadt@ | Ted Unangst | |
2004-08-24 | sync to reality w.r.t. recursive anchors | Jared Yanovich | |
- update header file excerpts - update descriptions - drop DIOCGETANCHOR(S) ok jmc, dhartmei and some minor mdoc fixes (Vt for variable types) | |||
2004-08-24 | revert. itojun notes that 128 is ok because of bitlen check. | Ted Unangst | |
add a comment to this effect since many of us were confused. ok deraadt@ | |||
2004-08-23 | backout as it's too close to release; requested by deraadt | Peter Valchev | |
2004-08-23 | raise openfiles limit (max fd per process) on staff group above default; ok ↵ | Peter Valchev | |
miod millert | |||
2004-08-23 | another | Henning Brauer | |
2004-08-23 | Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz> | Marco Peereboom | |
2004-08-23 | Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz> | Marco Peereboom | |
2004-08-23 | Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz> | Marco Peereboom | |
2004-08-23 | update bootp example "filename" location to reflect tftp default of | Peter Valchev | |
chrooting to /tftpboot (thus "filename foo" searches there); ok henning | |||
2004-08-23 | Make behavior if the utility was not found or could not be executed | Todd C. Miller | |
match the documentation. The old code was making assumptions about how vfork() is implemented which are not valid on OpenBSD. From Jason Ish. | |||
2004-08-23 | kill useless __main() symbol which clashes w/ certain evil software in | Peter Valchev | |
the ports tree; ok pefo | |||
2004-08-23 | Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz> | Marco Peereboom | |
2004-08-23 | Fix fgetln handling and always increment the size if we need to realloc, | Otto Moerbeek | |
Based on a diff by kjell@; latter hunk from a diff by Sergey S. Kostyliov. ok kjell@ canacar@ | |||
2004-08-23 | The IT87 chip has 3 Fan sensors. Fix the loop invariant and add | Todd C. Miller | |
a missing break statement. From Stephan Leemburg. OK deraadt@ | |||
2004-08-23 | Do %s replacement for LESSOPEN and LESSCLOSE ourselves instead | Todd C. Miller | |
of using snprintf(). Based on a patch from Brent Graveland. Ok tdeval@ and otto@ | |||
2004-08-23 | Don't send SIGINT or SIGTERM to the entire processes group when the | Todd C. Miller | |
shell receives SIGINT/SIGTERM unless the shell is the process group leader. Fixes PR 3820. OK danh@ sturm@ miod@ | |||
2004-08-23 | pefo is a tree breaker | Theo de Raadt | |
2004-08-23 | switch to non-emulation cd booting | Theo de Raadt | |
2004-08-23 | Remove duplicate getuid(), suggested by & ok markus@ | Darren Tucker | |
2004-08-23 | fix free page commit handling | Per Fogelstrom | |
2004-08-23 | Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches | Darren Tucker | |
change in Portable; ok markus@ | |||
2004-08-23 | clean | Per Fogelstrom | |
2004-08-23 | differentiate between cbq and hfsc; | Jason McIntyre | |
problem found by marc@; this diff based on a patch from sven at sandcat dot nl; ok henning@; | |||
2004-08-23 | default is big endian | Per Fogelstrom | |
2004-08-23 | new disklabel for sgi | Per Fogelstrom | |
2004-08-23 | disk boot and tools for sgi | Per Fogelstrom | |
2004-08-23 | We need to set sa->initiator before checking if the newly created SA | Hakan Olsson | |
replaces an old one, or the id_i/id_r check will mismatch. Previous behaviour was mostly harmless, but wasted some resources (until normal SA expiration). hshoexer@ "haven't tried, but think it's ok" | |||
2004-08-23 | typo, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus | Damien Miller | |
2004-08-23 | fix error path, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus | Damien Miller | |
2004-08-23 | Default enable DPD (Dead Peer Detection) support. hshoexer@ ok | Hakan Olsson | |
2004-08-23 | Indent nit. | Hakan Olsson | |
2004-08-23 | Shared library support for hppa. | Mark Kettenis | |
ok mickey@ | |||
2004-08-23 | GDB 6.3 (excluding .info files) | Mark Kettenis | |
2004-08-23 | name output different, in case this is used | Theo de Raadt | |
2004-08-23 | sync | Theo de Raadt | |
2004-08-23 | non-emulation boot media, if we ever need it | Theo de Raadt | |
2004-08-23 | sync | Theo de Raadt | |
2004-08-23 | make sure we do not overwrite checksum field on shared mbuf. | Jun-ichiro itojun Hagino | |
markus, henning, deraadt, mcbride ok | |||
2004-08-22 | mention where more can be learned about ifgroups | Jared Yanovich | |
prodded by jmc, idea from Michael Knudsen | |||
2004-08-22 | typo; Axel Andersson | Todd C. Miller | |
2004-08-22 | mention strtonum(3) | Jared Yanovich | |
ok millert jmc pedro | |||
2004-08-22 | Crank maxusers to 32; 16 is not enough to workaround the 68040-pmap problem | Miod Vallat | |
on some machines, and I probably won't have time to fix it properly for this release. |