Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-13 | In the CAVEATS section, make the sample dmesg output lines actually match what | Miod Vallat | |
the kernel would output. | |||
2012-03-13 | 0 is a valid uid for files sysctl, don't skip it. reminded by guenther | Ted Unangst | |
2012-03-13 | 0 is a valid uid for files sysctl, don't skip it. ok guenther | Ted Unangst | |
2012-03-13 | Add manpages for __thrsigdivert, __thrsleep, and __thrwakeup. Various | Philip Guenthe | |
syntax and grammar fixes from jmc@ | |||
2012-03-13 | better bounds | Otto Moerbeek | |
2012-03-13 | rough test of the bc(1) math lib | Otto Moerbeek | |
2012-03-13 | Teach pgrep/pkill to only match processes, not threads. ok guenther@ | Stuart Henderson | |
2012-03-13 | Don't trust the environment if issetugid() | Philip Guenthe | |
2012-03-12 | more cleanup of the bad style of closing fd 0-2 | Alexander Hall | |
pre-lock ok krw@ | |||
2012-03-12 | Add -P/-F flags to break-pane too, from George Nachman. | Nicholas Marriott | |
2012-03-12 | Erm, use EL in a way that actually works... | Nicholas Marriott | |
2012-03-12 | Use EL to clear to end of line if possible. | Nicholas Marriott | |
2012-03-11 | Always remember last cursor position when moving up or down, not just | Nicholas Marriott | |
for if crossing zero length lines. From Itay Perl. | |||
2012-03-11 | sync | Miod Vallat | |
2012-03-11 | typo reported by Ville Valkonen <weezelding at gmail dot com> on tech@ | Ingo Schwarze | |
2012-03-11 | The Dell PERC H310 uses the skinny variant PCI id so it should work. | Jonathan Gray | |
Not mentioned here are the PERC H710/H810 (0x005b/fusion) parts which are not yet supported. | |||
2012-03-11 | add PCI ids for HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822 | Jonathan Gray | |
from Scott Benesh of HP via FreeBSD | |||
2012-03-11 | regen | Jonathan Gray | |
2012-03-11 | HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822 | Jonathan Gray | |
from Scott Benesh of HP via FreeBSD | |||
2012-03-10 | Account for sched_noidle and document the scheduler variables. | Christiano F. Haesbaert | |
ok tedu@ | |||
2012-03-10 | Add libXt documentation directory. spotted by naddy@ | Matthieu Herrb | |
2012-03-10 | Seems the _REG method is optional, so only run it if it is present. | Mark Kettenis | |
2012-03-10 | AML integers are supposed to be 64-bit unsigned, but huge parts of our code | Mark Kettenis | |
use signed integers. Partially fix issues by at least doing math operations on unsigned integers. From Christophe Staiesse. | |||
2012-03-10 | New dir for libXext doc. | Matthieu Herrb | |
2012-03-10 | - fix a mistake in the list header | Jason McIntyre | |
- zap trailing whitespace | |||
2012-03-10 | Try to document the new settings of net.inet.tcp.rfc3390. | Claudio Jeker | |
2012-03-10 | Increase TCP's initial window to 10 * MSS or 14600 bytes as proposed in | Claudio Jeker | |
draft-ietf-tcpm-initcwnd. net.inet.tcp.rfc3390 defaults to 2 now which uses the 10*MSS, setting it back to 1 brings back the old default of 4*MSS. OK sperreault@, henning@, sthen@, markus@ | |||
2012-03-10 | ypbind likes a ypserv to talk to, and ypldap pretends to be ypserv. | David Gwynne | |
this diff starts ypldap before ypbind instead of after. ok deraadt@ ajacoutot@ | |||
2012-03-10 | Give sigwait priority over ptrace to avoid panic | Philip Guenthe | |
2012-03-10 | Add PS_EXITING to better differentiate between the process exiting and | Philip Guenthe | |
the main thread exiting. c.f. regress/sys/kern/main-thread-exited/ | |||
2012-03-10 | ldap doesnt necessarily do referential checks on the users in a | David Gwynne | |
group, so it is possible for them to list users that dont exist as members. they should just skip such entries instead of fail horribly. diff from jim smith ok aschrijver@ | |||
2012-03-09 | Remove some bits leftover from unused backoff code. | Nicholas Marriott | |
2012-03-09 | Add a missing call to window_set_name, from George Nachman. | Nicholas Marriott | |
2012-03-09 | set onrdomain and prio when creating pf rules, found by Gabriel Linder. | Sebastian Benoit | |
ok henning@ phessler@ camield@ "looks good to me" mkb@ | |||
2012-03-09 | Major bump, since struct vm_map and vm_map_entry changed size and layout. | Ariane van der Steldt | |
2012-03-09 | Userspace counterpart of new vmmap. | Ariane van der Steldt | |
Allows memory walks to function. | |||
2012-03-09 | New vmmap implementation. | Ariane van der Steldt | |
no oks (it is really a pain to review properly) extensively tested, I'm confident it'll be stable 'now is the time' from several icb inhabitants Diff provides: - ability to specify different allocators for different regions/maps - a simpler implementation of the current allocator - currently in compatibility mode: it will generate similar addresses as the old allocator | |||
2012-03-09 | Use a lock file and flock() to serialize server start, avoids problems | Nicholas Marriott | |
when running a bunch of tmux from cron at the same time. Based on a diff from Tim Ruehsen. | |||
2012-03-09 | - remove a redundant note about tftpd; ok dlg | Jason McIntyre | |
- whilst here, normalise Nd | |||
2012-03-08 | sync | Miod Vallat | |
2012-03-08 | Oops, forgot the manpage bits for my last commit, from brad. | Bryan Steele | |
2012-03-08 | fix format strings for size_t | Marc Espie | |
ok okan@ | |||
2012-03-08 | allow editline in -d mode; from AIDA Shinra | Otto Moerbeek | |
2012-03-08 | let length(0.000) conform to what gnu bc does; from AIDA Shinra | Otto Moerbeek | |
2012-03-08 | -pedantic wasnt supposed to be commited. | David Gwynne | |
reported by steve andre | |||
2012-03-07 | - remove some map_find() calls that are no longer needed, they are followed | Gilles Chehade | |
by a map_lookup() call that does the map_find() internally spotted and diff by Mathieu <ptr.jetable@gmail.com> | |||
2012-03-07 | - db.h not needed here, already removed by chl@ but I fscked up previous | Gilles Chehade | |
commit ... remove again | |||
2012-03-07 | various reliability fixes: | Gilles Chehade | |
- prevent queue_fsqueue from fatal() when it hits an ENOENT, it can happen - change a bit the scheduler API to simplify it, fix runner accordingly - we can't remove msg/batch from ramqueue while envelope is offloaded or it will cause a double, instead we add refcnt to both msg/batch and only free them when it hits 0 | |||
2012-03-07 | dont mix code and declarations. | David Gwynne | |
2012-03-07 | another questionable hang. | Federico G. Schwindt | |