Age | Commit message (Expand) | Author |
2016-03-31 | For consistency, omit the variable name in rdaemon() prototype. | Jeremie Courreges-Anglas |
2016-03-31 | Go in the background much later, to reduce possible silent failures. | Jeremie Courreges-Anglas |
2016-03-31 | Don't use .Aq for syntax elements that require ASCII "<>". | Ingo Schwarze |
2016-03-31 | Simplify MACHINE tests, the only platforms in the tree without wsdisplay | Jonathan Gray |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-29 | If program cannot reserve memory then the user doesn't need to know exactly how | Ricardo Mestre |
2016-03-29 | - Add missing goto in order to avoid a dereference of a null object | Ricardo Mestre |
2016-03-29 | -Remove function #defines from defs.h and use the actual code accordingly in | Ricardo Mestre |
2016-03-29 | Properly check for the end of captured packet while printing CDP packets. | Can Erkin Acar |
2016-03-28 | Remove cast from free(3) | Ricardo Mestre |
2016-03-28 | Remove handrolled #define FREE and use free(3) directly without wrapping | Ricardo Mestre |
2016-03-28 | Remove left-over debug line. | Antoine Jacoutot |
2016-03-27 | Compute "action" from the _rc_actions variable. | Antoine Jacoutot |
2016-03-27 | Make usage() a bit more user friendly wrt "action" and "lsarg". | Antoine Jacoutot |
2016-03-27 | Rename session_socket_blockmode() to session_socket_nonblockmode(), | Kenneth R Westerback |
2016-03-26 | fix error message, based on a suggestion from doug@, ok espie | Stuart Henderson |
2016-03-25 | Nuke session_socket_blockmode() and session_socket_linger(). Use | Kenneth R Westerback |
2016-03-23 | tweak previous; | Jason McIntyre |
2016-03-23 | Kill undocumented "pro" command. It's a no-op since the 90s! | Martin Pieuchot |
2016-03-23 | Rename 'rtn' to 'error' for coherency. | Martin Pieuchot |
2016-03-23 | Remove code to print the never set SIN_PROXY bit. This flag is only used | Martin Pieuchot |
2016-03-22 | Connected routes are no longer identified by a AF_LINK gateway so adjust | Claudio Jeker |
2016-03-22 | Log the reply message from RADIUS server when the authenticaion fails. | YASUOKA Masahiko |
2016-03-22 | Cleanup control sockets in control_cleanup(). | YASUOKA Masahiko |
2016-03-22 | Use SOCK_NONBLOCK in socket() and accept4() instead of a separate fcntl() | Kenneth R Westerback |
2016-03-22 | tokenadm(8) is already pledged, do the same for tokeninit(8). | Alexander Bluhm |
2016-03-21 | Instead of creating a socket with socket() or accept() and then | Philip Guenther |
2016-03-20 | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) | Kenneth R Westerback |
2016-03-18 | use properly separated _pkgfetch user. | Marc Espie |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2016-03-17 | Remove needless DIAGNOSTICS sections saying only "Various messages about | mmcc |
2016-03-17 | simplify previous; ok bentley | Jason McIntyre |
2016-03-17 | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. | Anthony J. Bentley |
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 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-03-16 | Fix a typo in comment. Diff from Yuuichi Someya. | YASUOKA Masahiko |
2016-03-16 | Transition to "Req-Sent" had been missing when RTA in "Opened". This caused | YASUOKA Masahiko |
2016-03-15 | Don't warn about valid time zone abbreviations. POSIX through 2000 | Todd C. Miller |
2016-03-15 | o remove legacy code that defines abs(3) if it isn't available | mmcc |
2016-03-14 | zdump(8) needs to read files so it needs pledge(2) rpath promise | mestre |
2016-03-13 | Introduce memory ranges to support VMs with >= 4G RAM | Stefan Kempf |
2016-03-13 | one more un-vax, which i fixed but somehow didn;t commit; | Jason McIntyre |
2016-03-13 | Rework an erroneous warning message about 16 bit i8253 PIT counter I/O. | Mike Larkin |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2016-03-08 | Set content charset for auto index generated page. | Florian Obser |
2016-03-08 | Fix: "authconf.users_file_path" is a char[] but is checked as a char*. | YASUOKA Masahiko |
2016-03-08 | Remove __cplusplus include guard. | YASUOKA Masahiko |
2016-03-07 | http -> https for IETF/IANA URLs in comments | mmcc |