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