Age | Commit message (Expand) | Author |
2016-03-17 | Set mnt_data to NULL after freeing the file system specific mount point. | Alexander Bluhm |
2016-03-17 | Remove needless DIAGNOSTICS sections saying only "Various messages about | mmcc |
2016-03-17 | Do not access the scsi link structure in sdclose() if the disk | Alexander Bluhm |
2016-03-17 | properly guard to macros | mmcc |
2016-03-17 | UseDNS affects ssh hostname processing in authorized_keys, not | Damien Miller |
2016-03-17 | Do not iterate all over the tree if OF_parent() is called on the root | Martin Pieuchot |
2016-03-17 | Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rolling | Martin Pieuchot |
2016-03-17 | Fix a comment about ``p_usrpri'', from Michal Mazurek. | Martin Pieuchot |
2016-03-17 | KNF: Remove a blank line. | Masao Uebayashi |
2016-03-17 | simplify previous; ok bentley | Jason McIntyre |
2016-03-17 | missing El in previous; | Jason McIntyre |
2016-03-17 | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. | Anthony J. Bentley |
2016-03-17 | Only attempt to build the pci sdhc attachment when it is configured. | Jonathan Gray |
2016-03-17 | - add realloc_pages to move a buffer's physmem from one range to another. | Bob Beck |
2016-03-17 | explicit_bzero for asn1 objects on free. Too often these contain sensitive in... | Bob Beck |
2016-03-17 | Add error checking for COLUMNS/LINES environment variables. | Anthony J. Bentley |
2016-03-16 | Make urndis(4) print tx/rx errors only if compiled in DEBUG mode. | Stefan Sperling |
2016-03-16 | Remove a (now) obsolete comment about shortened IPv4 syntax | mestre |
2016-03-16 | Replace strncpy(3) calls for safer strlcpy(3) | mestre |
2016-03-16 | Replace atoi(3) calls for safer strtonum(3) | mestre |
2016-03-16 | notab mode is not enabled at the moment. | Mark Lumsden |
2016-03-16 | Remove redundant check. | Stefan Kempf |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-03-16 | style(9) includes | mmcc |
2016-03-16 | Add SDF_DYING checks to more functions in scsi disk, to prevent an | Alexander Bluhm |
2016-03-16 | Prefer fseek(3) over rewind(3) since the latter although it also calls fseek | mestre |
2016-03-16 | - Check if user running spamlogd(8) has root privileges and if not then stop | mestre |
2016-03-16 | if ticks diverge from ifq_congestion too far the diff will go negative | David Gwynne |
2016-03-16 | macros for the null, min, and max vlan ids. | David Gwynne |
2016-03-16 | There's no reason to have execute permissions on a file system image. | natano |
2016-03-16 | knock out unused Pp in previous; | Jason McIntyre |
2016-03-16 | Expose new audio ioctls that do one thing only: start and stop DMA, | Alexandre Ratchov |
2016-03-16 | sync | Theo de Raadt |
2016-03-16 | Fix a typo in comment. Diff from Yuuichi Someya. | YASUOKA Masahiko |
2016-03-16 | remove cpp version of __sputc, since the inline version is all we have | Theo de Raadt |
2016-03-16 | Transition to "Req-Sent" had been missing when RTA in "Opened". This caused | YASUOKA Masahiko |
2016-03-16 | Wrap a macro's args in parentheses. No binary change. | mmcc |
2016-03-15 | 'accomodate' -> 'accommodate' in comments. | Kenneth R Westerback |
2016-03-15 | execl(3) calls must have the last argument casted to (char *)NULL | mestre |
2016-03-15 | Update to tzdata2016b from ftp.iana.org. | Todd C. Miller |
2016-03-15 | Don't warn about valid time zone abbreviations. POSIX through 2000 | Todd C. Miller |
2016-03-15 | remind people rewind is seldom a good choice | Marc Espie |
2016-03-15 | Allocate amap slots for a virtual memory range reserved with sbrk lazily. | Stefan Kempf |
2016-03-15 | For amaps with only a few slots, allocate the slots via pool(9) | Stefan Kempf |
2016-03-15 | not compiled before commit | Theo de Raadt |
2016-03-15 | Fix size passed to free(), found the hard way by Nick Permyakov | Jeremie Courreges-Anglas |
2016-03-15 | Ethernet drivers no longer need to include if_vlan_var.h for the VLAN | Christian Weisgerber |
2016-03-15 | pledge: wl_paths: resolvpath() logic error | Sebastien Marie |
2016-03-15 | pledge: wl_paths: corrects a memory leak in error code path and an evaluation | Sebastien Marie |
2016-03-15 | usbd_is_dying() can't be part of the common rtwn(4) driver code once we | Stefan Sperling |