Age | Commit message (Expand) | Author |
2011-04-19 | Fix spacing nit. | Matthew Dempsky |
2011-04-19 | Put splice cleanup code into a common function sounsplice(). | Alexander Bluhm |
2011-04-19 | Do not over-specify the return value. | Ingo Schwarze |
2011-04-19 | add some more intel cpuid models | Jonathan Gray |
2011-04-19 | Fix potential null dereference. | Charles Longeau |
2011-04-19 | /etc/security does not exist any longer, | Ingo Schwarze |
2011-04-19 | Fix potential null dereference. | Charles Longeau |
2011-04-19 | Remove dead assignments and newly created unused variables. | Charles Longeau |
2011-04-19 | Fix dead store. Instead of just remove it, use it properly. | Charles Longeau |
2011-04-19 | UUCP is no longer contained in the base system, so its home directory | Ingo Schwarze |
2011-04-19 | When mode-mouse is on (it is off by default), automatically enter copy | Nicholas Marriott |
2011-04-19 | Disable the 88110 branch prediction logic unconditionnaly on all 88110 | Miod Vallat |
2011-04-19 | ident searches for $keyword:... $, not $keyword:...$; | Jason McIntyre |
2011-04-19 | Cease to pretend RAW SCSI mode exists. Eradicate all traces. | Kenneth R Westerback |
2011-04-19 | POSIX only guarantees uname() will return a non-negative value on | Matthew Dempsky |
2011-04-19 | Add missing call to pmap_update() in km_alloc(). | Matthew Dempsky |
2011-04-19 | make same changes regarding -f/-F argument (tempfile -> file) as was done | Alexander Hall |
2011-04-19 | Free the correct pages when we failed to allocate va. | Artur Grabowski |
2011-04-19 | Rename the argument for -f and -F from 'tempfile' to 'file' | Alexander Hall |
2011-04-19 | use "orl" to test the return value from an interrupt handler not "orq" | David Gwynne |
2011-04-19 | zap trailing whitespace; | Jason McIntyre |
2011-04-19 | reintroduce using the RB tree for local address lookups. this is | David Gwynne |
2011-04-19 | Include USB vendor and product ids when manufacturing a unique disk id | Matthew Dempsky |
2011-04-19 | don't hold a pointer to "listen" structure. Instead, when it must | Alexandre Ratchov |
2011-04-18 | reorder macros, no object change | Alexandre Ratchov |
2011-04-18 | Adjust after removal of /etc/security to /usr/libexec. | Ingo Schwarze |
2011-04-18 | slightly cleanup by separating socket-specific code from | Alexandre Ratchov |
2011-04-18 | read(2) returns ssize_t. So use a ssize_t to store and test the | Kenneth R Westerback |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-18 | Perl security fix for CVE-2011-1487: | Alexander Bluhm |
2011-04-18 | As deraadt@ points out, the history section is not quite right. | Thordur I. Bjornsson |
2011-04-18 | The mouse should only work in copy mode if mode-mouse is set, not just | Nicholas Marriott |
2011-04-18 | sort SEE ALSO; | Jason McIntyre |
2011-04-18 | people (should) bump REVISION nowadays. | Jasper Lievisse Adriaanse |
2011-04-18 | Add an option (mouse-select-window) which allows the mouse to be used by | Nicholas Marriott |
2011-04-18 | Put back the change of pool and malloc into the new km_alloc(9) api. | Artur Grabowski |
2011-04-18 | yeouch | Marc Espie |
2011-04-18 | do not print 'starting local daemons' if rc_scripts is empty | Robert Nagy |
2011-04-18 | Update Test::Simple to 0.98 | Jasper Lievisse Adriaanse |
2011-04-18 | Deprecate vnds in favour of svnds. | Thordur I. Bjornsson |
2011-04-18 | remove the old style by-pass-the-buffer-cache vnd code. | Thordur I. Bjornsson |
2011-04-18 | Print size_t with %zu and ssize_t with %zd in error/debug output. | Kenneth R Westerback |
2011-04-18 | Improve the iked acquire mode peer <-> policy matching. This change | Reyk Floeter |
2011-04-18 | When the kernel wants to acquire an SA for an unknown flow, lookup a | Reyk Floeter |
2011-04-18 | - update List::Util to 1.23, as needed by newer p5-POE | Jasper Lievisse Adriaanse |
2011-04-18 | Fix a bug where OBSOLETE_FILES would contain only the last appended | Antoine Jacoutot |
2011-04-18 | ido not disable interrupts in the isr and then enable them again | David Gwynne |
2011-04-18 | since the pciide driver's interrupt handler can return -1 during hotplug | Theo de Raadt |
2011-04-18 | keep an eye out for wdc registers returning 0xff. if they return 0xff, | Theo de Raadt |
2011-04-18 | Remove a header file that is only supposed to be used by the kernel. | Theo de Raadt |