Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-07 | return EBUSY, not EWOULDBLOCK for error when calling thread would block | Peter Valchev | |
for pthread_rwlock_wrlock & sie says Single Unix Specification; ok fgs | |||
2002-05-07 | Make sure calls to pthread_cancel() do not take effect if the target | Peter Valchev | |
thread is already exiting, from archie@FreeBSD, ok fgs | |||
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller | |
the tree. | |||
2002-05-05 | nsems must be > 0, not >= 0; Michael Knudsen | Todd C. Miller | |
2002-05-03 | Fix typo. | Angelos D. Keromytis | |
2002-05-02 | userland portion of prefixing usb structure members to avoid name clashes. | Nathan Binkert | |
From NetBSD | |||
2002-05-02 | SWAP_OFF has been implemented a long time ago. | Artur Grabowski | |
Noted by Kamo Hiroyasu | |||
2002-05-01 | Character 0 is called NUL, not nul. | Todd C. Miller | |
2002-05-01 | YP, not NIS | Todd C. Miller | |
2002-05-01 | under lying -> underlying | Todd C. Miller | |
2002-05-01 | Sync EA with FreeBSD, mostly addition of new ENOATTR errno. | Dale Rahn | |
ok millert@, art@ | |||
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin | |
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||
2002-04-30 | Some errno entries were not documented or added to _sys_errlist[] when | Dale Rahn | |
they were added to errno.h. Add the missing entries. ok millert@ | |||
2002-04-30 | Initial cleanup: | Mike Pechkin | |
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok | |||
2002-04-29 | Stash string lengths in variables instead of computing multiple times. | Todd C. Miller | |
Based on a patch from Lars J. Buitinck | |||
2002-04-29 | fix for NetBSD lib/16483 | Marc Espie | |
Do not even try to allocate buffer if SSTR and not SALC (e.g., from snprintf and not asprintf). vfprintf is smart enough to then not try and write to it. ok millert@, deraadt@ | |||
2002-04-29 | wierd -> weird | Peter Valchev | |
2002-04-25 | Protect IPv6 code with #ifdef INET6 | Mike Pechkin | |
millert@ ok | |||
2002-04-24 | make oss_ioctl varargs. | Marc Espie | |
this is not standard C, but it works on the arches we support, and osscompat is a dirty hack in the first place. ok millert@, tested naddy@ | |||
2002-04-23 | sync doc, export->export_info. | Marc Espie | |
2002-04-19 | avoid cranking libc minors for another few weeks | Theo de Raadt | |
2002-04-17 | Use __func__ in assert. | Marc Espie | |
ok millert@ | |||
2002-04-10 | don't attach to system processes. | Federico G. Schwindt | |
art@ niklas@ markus@ millert@ deraadt@ ok. | |||
2002-04-10 | Clean up after pw_file(). | Mike Pechkin | |
millert@ ok deraadt@ ok to commit | |||
2002-04-08 | .Xr getpeereid. | Marc Espie | |
ok millert@ | |||
2002-04-05 | Use the more likely pointer in a sample code fragment; miod@ ok. | Aaron Campbell | |
2002-04-04 | Minor updates from tzcode2002c | Todd C. Miller | |
2002-04-03 | WCCPv1 GRE sysctl -- ok deraadt@ | Angelos D. Keromytis | |
2002-04-02 | Improved translations from Lars Buitinck (lars at fwn.rug.nl) and me. | Camiel Dobbelaar | |
ok wvdputte@, deraadt@ | |||
2002-04-01 | better translations by Paul Weissman | Jan-Uwe Finck | |
deraadt@ okay. | |||
2002-03-31 | doc ECONNREFUSED; maurice@amaze.nl | Theo de Raadt | |
2002-03-27 | VM is a history. From lazy form@. | Mike Pechkin | |
millert@ ok | |||
2002-03-26 | Fix variable name. PR2492 | Hugh Graham | |
2002-03-25 | Fix temporary buffer memory leak with big hash keys and data; | Todd C. Miller | |
Christopher L. Cousins | |||
2002-03-23 | Force inclusion of <sys/ioctl.h> before the body of soundcard.h. | Todd C. Miller | |
Since soundcard.h #defines ioctl to oss_ioctl we need to see the ioctl prototype first. This works around a problem exposed by the __P removal. A slightly better solution may be to simply replace ioctl() in libossaudio, calling the real ioctl() via syscall(2) when needed. | |||
2002-03-23 | language extensions for PF logs. can specify direction, interface, rule | Mike Frantzen | |
number, reason and action. fix the ipv4/ipv6 distinction while I'm here. | |||
2002-03-22 | Telnet encryption warning messages, taken from kth-krb4-1.1.1. | Hans Insulander | |
(krb4-1.1.1 will be imported after release) Noone bothered to look at this, but I've used this for a couple of weeks, and i really want this to go in before release. | |||
2002-03-20 | fix memleak. | Mike Pechkin | |
millert@ ok | |||
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. |