Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-16 | Add CAVEATS section similar to authenticate.3 | Todd C. Miller | |
2002-03-16 | Add CAVEATS section that details which functions call getpw* so | Todd C. Miller | |
the programmer knows when to make a local copy of the struct passwd and how to avoid multiple passwd file lookups. | |||
2002-03-16 | Add auth_getpwd MLINK | Todd C. Miller | |
2002-03-16 | o Document auth_getpwd() | Todd C. Miller | |
o Use .Pp, not .sp o Work around two mdoc bugs by using .br | |||
2002-03-15 | increment minor due to security fix | Todd C. Miller | |
2002-03-14 | Fix error; open(2) is not supposed to restart when SA_RESTART is set, | Todd C. Miller | |
that is why it is documented as returning EINTR. | |||
2002-03-13 | Convert indentation whitespace -> tabs and kill $@%^#! ^M's | Todd C. Miller | |
2002-03-12 | Document reality. | Artur Grabowski | |
2002-03-12 | Update to zlib-1.1.4 | Todd C. Miller | |
2002-03-12 | Tack on MagniComp (BSD) license since this originally came from rdist. | Todd C. Miller | |
2002-03-11 | Document PT_IO | Artur Grabowski | |
2002-03-11 | More fp-related libc pieces for hppa. | Miod Vallat | |
This enables awk to link. | |||
2002-03-10 | Clarify rename(2) behavior in the presence of a system crash. | Todd C. Miller | |
From FreeBSD by way of Claus Assmann. | |||
2002-03-08 | reverse the condition | Michael Shalayeff | |
2002-03-08 | set ret for mem*, no mycopy, better reverse copy check | Michael Shalayeff | |
2002-03-07 | ANSI'fy. | Federico G. Schwindt | |
2002-03-07 | Xr getifaddrs(3) and networking(4) in SEE ALSO section. | Todd C. Miller | |
2002-03-07 | Replace SIOCGIFCONF-using NRL versions with KAME versions that use | Todd C. Miller | |
getifaddrs(3). Fixes problems on LP64 platforms. | |||
2002-03-07 | From FreeBSD: | Federico G. Schwindt | |
Properly clear the status of a join operation if the joining thread is canceled or the joinee is detached. | |||
2002-03-05 | style(9) for the example; Alexander Yurchenko | Todd C. Miller | |
2002-03-05 | call open() with 3 args, for the heck of it | Theo de Raadt | |
2002-03-04 | DES_LONG as non-int is just RIDICULOUS | Theo de Raadt | |
2002-03-02 | Document how NOTE_TRACK behaves. | Artur Grabowski | |
When the documentation and implementation are inconsistent the smallest change wins. To correct the implementation was a big change, to correct the documentation was a one word fix. | |||
2002-03-02 | document tcp.ackonpush | Niels Provos | |
2002-03-01 | document cryptodevallowsoft | Niels Provos | |
2002-02-26 | mdoc fixes from pjanzen | Peter Valchev | |
2002-02-26 | rephrase warning; from miod | Peter Valchev | |
2002-02-25 | Cosmetic changes such as correct printf format specifiers on LP64 | Todd C. Miller | |
machines and whitespace nits. Some from NetBSD. | |||
2002-02-25 | print a warning that realpath points to internal static storage space that | Peter Valchev | |
will be overwritten by subsequent calls; suggested by pjanzen, ok millert | |||
2002-02-25 | use c versions | Michael Shalayeff | |
2002-02-25 | skip sockaddr correctly if sa_len < sockaddr. from niklas | Jun-ichiro itojun Hagino | |
2002-02-24 | We have search.h in /usr/include so we don't need this private one. | Todd C. Miller | |
2002-02-24 | sys/types.h is needed as well. | Federico G. Schwindt | |
2002-02-24 | wrong error message | Theo de Raadt | |
2002-02-23 | Vax O1 workaround no longer needed. | Hugh Graham | |
2002-02-23 | deraadt@ objects to the caveat remark, so remove it. | Miod Vallat | |
2002-02-23 | Slightly improve wording and punctuation. | Miod Vallat | |
2002-02-23 | Add a caveat section pointing out that people affecting the return value | Miod Vallat | |
of getopt() to char variables instead of int lose on arches where char is unsigned by default. Clean the example by not pasting parts of <unistd.h> into it, and by not using atoi(3). | |||
2002-02-23 | .In -> .Fd | Federico G. Schwindt | |
2002-02-23 | fixes. | Federico G. Schwindt | |
2002-02-23 | bump minor, EA support was added to libc. | Dale Rahn | |
2002-02-23 | sysctl kern.usercrypto | Theo de Raadt | |
2002-02-23 | Document KERN_SYSVIPC_INFO; from NetBSD | Todd C. Miller | |
2002-02-23 | Add brief LOGIN_SETLOGIN caveat and point the user to setlogin(2) | Todd C. Miller | |
for more info. | |||
2002-02-23 | Add a big fat warning that setlogin() changes the login name for all | Todd C. Miller | |
processes in the session. Adapted from FreeBSD. Also remove the paragraph in BUGS about the kernel login name being larger than what is in utmp--we now have login usernames in utmp. | |||
2002-02-22 | manpages fixes, mostly from fgsch@ with cleanup and correction. | Dale Rahn | |
2002-02-22 | Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@ | Dale Rahn | |
libc support pieces | |||
2002-02-22 | update Python listing and remove Squid. | Brad Smith | |
2002-02-22 | note KTRFAC_EMUL | Theo de Raadt | |
2002-02-21 | remove rfork.o from the auto-generated assembler stubs | Artur Grabowski | |