summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2002-04-29Stash string lengths in variables instead of computing multiple times.Todd C. Miller
Based on a patch from Lars J. Buitinck
2002-04-29fix for NetBSD lib/16483Marc 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-29wierd -> weirdPeter Valchev
2002-04-25Protect IPv6 code with #ifdef INET6Mike Pechkin
millert@ ok
2002-04-24make 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-23sync doc, export->export_info.Marc Espie
2002-04-19avoid cranking libc minors for another few weeksTheo de Raadt
2002-04-17Use __func__ in assert.Marc Espie
ok millert@
2002-04-10don't attach to system processes.Federico G. Schwindt
art@ niklas@ markus@ millert@ deraadt@ ok.
2002-04-10Clean up after pw_file().Mike Pechkin
millert@ ok deraadt@ ok to commit
2002-04-08.Xr getpeereid.Marc Espie
ok millert@
2002-04-05Use the more likely pointer in a sample code fragment; miod@ ok.Aaron Campbell
2002-04-04Minor updates from tzcode2002cTodd C. Miller
2002-04-03WCCPv1 GRE sysctl -- ok deraadt@Angelos D. Keromytis
2002-04-02Improved translations from Lars Buitinck (lars at fwn.rug.nl) and me.Camiel Dobbelaar
ok wvdputte@, deraadt@
2002-04-01better translations by Paul WeissmanJan-Uwe Finck
deraadt@ okay.
2002-03-31doc ECONNREFUSED; maurice@amaze.nlTheo de Raadt
2002-03-27VM is a history. From lazy form@.Mike Pechkin
millert@ ok
2002-03-26Fix variable name. PR2492Hugh Graham
2002-03-25Fix temporary buffer memory leak with big hash keys and data;Todd C. Miller
Christopher L. Cousins
2002-03-23Force 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-23language extensions for PF logs. can specify direction, interface, ruleMike Frantzen
number, reason and action. fix the ipv4/ipv6 distinction while I'm here.
2002-03-22Telnet 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-20fix memleak.Mike Pechkin
millert@ ok
2002-03-16Add CAVEATS section similar to authenticate.3Todd C. Miller
2002-03-16Add CAVEATS section that details which functions call getpw* soTodd 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-16Add auth_getpwd MLINKTodd C. Miller
2002-03-16o Document auth_getpwd()Todd C. Miller
o Use .Pp, not .sp o Work around two mdoc bugs by using .br
2002-03-15increment minor due to security fixTodd C. Miller
2002-03-14Fix 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-13Convert indentation whitespace -> tabs and kill $@%^#! ^M'sTodd C. Miller
2002-03-12Document reality.Artur Grabowski
2002-03-12Update to zlib-1.1.4Todd C. Miller
2002-03-12Tack on MagniComp (BSD) license since this originally came from rdist.Todd C. Miller
2002-03-11Document PT_IOArtur Grabowski
2002-03-11More fp-related libc pieces for hppa.Miod Vallat
This enables awk to link.
2002-03-10Clarify rename(2) behavior in the presence of a system crash.Todd C. Miller
From FreeBSD by way of Claus Assmann.
2002-03-08reverse the conditionMichael Shalayeff
2002-03-08set ret for mem*, no mycopy, better reverse copy checkMichael Shalayeff
2002-03-07ANSI'fy.Federico G. Schwindt
2002-03-07Xr getifaddrs(3) and networking(4) in SEE ALSO section.Todd C. Miller
2002-03-07Replace SIOCGIFCONF-using NRL versions with KAME versions that useTodd C. Miller
getifaddrs(3). Fixes problems on LP64 platforms.
2002-03-07From 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-05style(9) for the example; Alexander YurchenkoTodd C. Miller
2002-03-05call open() with 3 args, for the heck of itTheo de Raadt
2002-03-04DES_LONG as non-int is just RIDICULOUSTheo de Raadt
2002-03-02Document 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-02document tcp.ackonpushNiels Provos
2002-03-01document cryptodevallowsoftNiels Provos
2002-02-26mdoc fixes from pjanzenPeter Valchev