Age | Commit message (Expand) | Author |
2022-09-02 | Use a shorter system call invocation template for system calls in the range | Miod Vallat |
2022-09-01 | Drop support for unused attributes 'bs' (d_bbsize) and 'sb' | Kenneth R Westerback |
2022-08-29 | static inline, not inline static | Jonathan Gray |
2022-08-29 | use ansi volatile keyword, not __volatile | Jonathan Gray |
2022-08-28 | remove unused blowfish inline defines | Jonathan Gray |
2022-08-25 | No need to include float.h anymore. | Todd C. Miller |
2022-08-24 | if the socket is connected, we can use recv() instead of recvfrom() | Theo de Raadt |
2022-08-16 | Remove obsolete kern.nselcoll sysctl. | Visa Hankala |
2022-08-08 | For putenv(3), return an error if string starts with a '=' character. | Todd C. Miller |
2022-08-06 | Improve HISTORY and add AUTHORS. | Ingo Schwarze |
2022-08-06 | Delete the ridiculous first three sentences of BUGS | Ingo Schwarze |
2022-08-05 | change some 4.4BSD references to earlier releases | Jonathan Gray |
2022-08-04 | Use ".Bx 4.0" rather than ".Bx 4" for clarity and consistency. | Ingo Schwarze |
2022-08-04 | change some 4.4BSD references to earlier releases | Jonathan Gray |
2022-08-02 | Strange argument padding is no longer neccessary, remove this BUGS section | Theo de Raadt |
2022-08-02 | 1) The yp_bind/yp_unbind and internal _yp_dobind/_yp_unbind sequences shared | Theo de Raadt |
2022-08-02 | The Xr to ypbind 3 doesn't help improve anyone's understanding of how the | Theo de Raadt |
2022-08-02 | delete incorrect comment: yp_unbind is not called by passwd | Theo de Raadt |
2022-08-02 | access(2) alarm(2) pause(2) were not ported from pwb to v7 | Jonathan Gray |
2022-08-01 | libc string functions were not ported from pwb to v7 | Jonathan Gray |
2022-07-31 | strlen was in v6 libc (s5/perror.c) but not documented till v7 | Jonathan Gray |
2022-07-31 | fix indent | Theo Buehler |
2022-07-31 | Randomise the rekey interval a little. Previously, the chacha20 | Damien Miller |
2022-07-30 | we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-Reno | Jonathan Gray |
2022-07-29 | Improve the HISTORY sections of glob(7) and glob(3). | Ingo Schwarze |
2022-07-27 | Revert _RuneLocale struct changes until mklocale reacharound | Philip Guenther |
2022-07-27 | Since we only do US-ASCII and UTF-8, several parts of the locale | Philip Guenther |
2022-07-26 | Only allow changing the domainname (from empty) before securelevel increase. | Theo de Raadt |
2022-07-26 | moncontrol(3): remove hertz() fallback function | Scott Soule Cheloha |
2022-07-25 | Simplify wctype() and wctype_l(): we have one set of classification | Philip Guenther |
2022-07-25 | If a command or interface first appeared in PWB/UNIX, UNIX System III or | Jonathan Gray |
2022-07-23 | timecounting: use full 96-bit product when computing elapsed time | Scott Soule Cheloha |
2022-07-22 | avoid use after free | Jonathan Gray |
2022-07-21 | repair error section; Martin Vahlensieck | Theo de Raadt |
2022-07-19 | Use sysctl CTL_NET.PF_INET6 to check if IPv6 is available or not. | Claudio Jeker |
2022-07-18 | ypbinding should not be intrude to application namespace. | Theo de Raadt |
2022-07-18 | use same way of reporting error as yp_bind.c | Theo de Raadt |
2022-07-17 | order sysctl(2) Xr by section | Jonathan Gray |
2022-07-17 | fix a macro, and "new sentence, new line"; | Jason McIntyre |
2022-07-17 | Delete mention of the old /var/run/ypbind.lock hack. | Theo de Raadt |
2022-07-17 | since yp_bind() and yp_all() don't use open, fstat, read, socket, and other | Theo de Raadt |
2022-07-17 | Rather than opening the binding file, checking for advisory lock, reading a | Theo de Raadt |
2022-07-17 | Add ypconnect(2) stub inside libc so that libc functions can use it, | Theo de Raadt |
2022-07-17 | add ypconnect(2) manual page | Theo de Raadt |
2022-07-15 | Add a new clnt*_control CLSET_CONNECTED, which says the socket has already | Theo de Raadt |
2022-06-30 | To figure our whether a large allocation can be grown into the | Philip Guenther |
2022-06-20 | Fixup comment | Jeremie Courreges-Anglas |
2022-06-16 | shmaddr is a pointer, so use NULL instead 0f | Theo de Raadt |
2022-06-10 | Add _?ENTRY_NB() macro for doing an ASM function entry without | Philip Guenther |
2022-05-25 | Revert the .rodata.cst4 change: results in incorrect value read | Philip Guenther |