summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-20Make pf TCP sequence number tracking less strict by one octet forAlexander Bluhm
2013-01-20Properly handle "%%" and "%N" where N is not a supported escape.Todd C. Miller
2013-01-20PIC-related code should follow the #ifdef __PIC__ line, not the #else line.Miod Vallat
2013-01-20Fix backslash escaping during filename tab-completion in ksh.Stefan Sperling
2013-01-20remove obsolete BUGS (cmp is not run internally); ok ottoJason McIntyre
2013-01-20Add viomb(4).Brad Smith
2013-01-20Define HAVE_GETPWNAM_R and HAVE_STDINT_H to match reality.Miod Vallat
2013-01-20Backport two fixes for amd64 from binutils 2.16.Brad Smith
2013-01-19Document F_DUPFD_CLOEXEC; adapted from FreeBSDTodd C. Miller
2013-01-19Don't spin in ttgetc when stdin is lost (found by benno@).Florian Obser
2013-01-19Do not divide by zero in _dl_findhint() if there is a valid hints file butMiod Vallat
2013-01-19fix build with gcc 2Miod Vallat
2013-01-19RB_INSERT does not remove existing elments; ok djm@Markus Friedl
2013-01-19partially re-instate previous; requested by deraadtJason McIntyre
2013-01-19better description of O_CLOEXEC; from russellJason McIntyre
2013-01-19be more explicit about default file locations; ok krwJason McIntyre
2013-01-19fix some formatting; ok djmJason McIntyre
2013-01-18Convert softraid crypto to the new ccb and workunit completion functions.Joel Sing
2013-01-18The workunit completion needs to run at IPL_BIO, at least for now.Joel Sing
2013-01-18syncTodd T. Fries
2013-01-18command-line (adj.) -> command line (n.);Jason McIntyre
2013-01-18tweak -L; ok krwJason McIntyre
2013-01-18much faster -E: try a sneak peek at the 'raw' contents file.Marc Espie
2013-01-18typosMiod Vallat
2013-01-18fix bogus dependencies, and allow mkdep to runMarc Espie
2013-01-18move lock down: we don't really need to lock to match the directoryMarc Espie
2013-01-18Relax the restriction on sending frames to trunk(4) members to allow BPF writes.Stuart Henderson
2013-01-18Convert softraid RAID 0 to new workunit completion functionsJoel Sing
2013-01-18Fix the makefile so it works on other architectures.Joel Sing
2013-01-18Document $OpenBSD$ and teach ci's -k option to parse it tooPhilip Guenther
2013-01-18Convert softraid concat to new workunit completion functions.Joel Sing
2013-01-18Use open(O_CLOEXEC) instead of a separate fcntl(FD_CLOEXEC) call.Philip Guenther
2013-01-18oops. this kassert should have gone with the B_NOTMAPPED commitBob Beck
2013-01-18Tweak workunit completion.Joel Sing
2013-01-18s/the the/the/ in sosplice(9)Alexander Bluhm
2013-01-18Update the setsockopt(2) interface documentation for the EFBIG andAlexander Bluhm
2013-01-18Implement common workunit completion functions and handle the completionJoel Sing
2013-01-18Give buf_acquire_unmapped and B_NOTMAPPED a viking funeral as they shouldBob Beck
2013-01-18add -Q to the options list; ok djmJason McIntyre
2013-01-18-L before -l;Jason McIntyre
2013-01-18tweak previous;Jason McIntyre
2013-01-18-u before -V in usage();Jason McIntyre
2013-01-18tweak previous;Jason McIntyre
2013-01-18Clean up and rework workunit completion for RAID 0. Ensure that we removeJoel Sing
2013-01-18Change a bunch of error()'s to warning()'s in the dispatch loop.Kenneth R Westerback
2013-01-18acpi: add acpiec_lock and acpi_unlock routines.Paul Irofti
2013-01-18Convert RAID1 to new ccb functions.Joel Sing
2013-01-18Add command line option '-L' that specifies an optional file into whichKenneth R Westerback
2013-01-18data transfers suit STREAMING dma maps.David Gwynne
2013-01-18Constrain the amount of kernel memory used by NTFS. Keep a small cache ofJoel Sing