summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-09Implement pthread_mutexattr_gettype() as defined in Single Unix Spec, v2;Federico G. Schwindt
from FreeBSD.
2001-08-09sync, simplify, etc. slstats -i is now called -w, like pppstatsTheo de Raadt
2001-08-09mention ELF runtime linker; closes PR 1855Jason Peel
fix from <dim@xs4all.nl>, with mods from brad@; ok brad@
2001-08-09Actually use the statf function pointer which I missed while hand-patching.Todd C. Miller
Also, don't mention the -h and -n flags for the 2nd usage line since they are no-ops in that case.
2001-08-09It seems bogus to me, but if code call dlerror() when an error hasDale Rahn
not occurred, there exists code that expects dlerror to return NULL. Change the code to match the expected behavior.
2001-08-09Grrr...here it is.Jason Peel
2001-08-09add m4 preprocessing based on enabled features; ok brian@, inputJason Peel
from todd@
2001-08-09Add -h flag to prevent following a symlink to a dir as the dest.Todd C. Miller
Also add -n as an alias for -h for compat with GNU ln. Patch from Phil.Pennock@globnix.org with minor changes by me.
2001-08-09typosPaul Janzen
2001-08-09Corrections, amplifications, typo fixes, and duplicate removal, from orPaul Janzen
based on FreeBSD.
2001-08-08Typo: remove space before period. Spotted by Brian J. Kifiak <bk@rt.fm>.Heikki Korpela
millert@ ok
2001-08-08grammar; from bk@rt.fmJason Peel
2001-08-08New timeouts.Miod Vallat
2001-08-08s/device specific/device-specific/; pointed out by pjanzen@Jason Peel
2001-08-08New timeouts, drahn@ sez go ahead.Miod Vallat
2001-08-08typo. closes PR 1990; from <Hans-Joerg.Hoexer@informatik.stud.uni-erlangen.de>Jason Peel
2001-08-08undo last change; does not work for sshdMarkus Friedl
2001-08-08Pasto found by jhar2gthr@yahoo.com in FreeBSDPaul Janzen
2001-08-08FreeBSD PR 13278: killed by fire corrupts score file; from Mark W. KrentelPaul Janzen
<krentel@dreamscape.com>
2001-08-08New timeouts. I've been running this since almost a whole year.Miod Vallat
2001-08-08New timeouts.Miod Vallat
if_gm tested by matthieu@, the whole ok'd by drahn@
2001-08-08New timeouts.Miod Vallat
2001-08-08move the com_raisedtr proto for timeout_setMichael Shalayeff
2001-08-08permanently_set_uid is a noop if user is not privilegued;Markus Friedl
fixes bug on solaris; from sbi@uchicago.edu
2001-08-08add CAVEATS section that talks about trust and the AD-bitJakob Schlyter
2001-08-08Prevent logging strerror(0) on EOF; patch sent to sendmail-bugs@sendmail.ORGTodd C. Miller
2001-08-08Reference altq(9) in addition to altqd(8) in options(4) becauseHeikki Korpela
it's a great manual page. :-) ok millert@
2001-08-08vga_{isa,pci}.h -> vga.h since the former no longer exists.Todd C. Miller
2001-08-08remove IPCOMP. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-08-08syncTheo de Raadt
2001-08-08IPCOMP removal. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-08-08remove IPCOMP. derradt@ ok.Jean-Jacques Bernard-Gundol
2001-08-08new stuffTheo de Raadt
2001-08-08initialize timeouts, since it's a copy of comattach; reported by Larry Moore ↵Michael Shalayeff
<lmoore@starwon.com.au>
2001-08-08remove IPCOMP option. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-08-08Remove IPCOMP option, it's now part of IPSEC option. You still need toJean-Jacques Bernard-Gundol
enable ipcomp via sysctl to use it. deraadt@ ok.
2001-08-08__dead doesn't work on function pointers.Artur Grabowski
2001-08-08The kernel message for reaching the mclpool limit hasHeikki Korpela
changed; make options(4) reflect this change. ok miod@, art@
2001-08-08when describing the -o option, give -o Protocol=1 as the specific exampleTheo de Raadt
since we are SICK AND TIRED of clueless people who cannot have difficulty thinking on their own.
2001-08-08rewrite signal handlers to be race-safe. rewrite USC/ISI code I thinkTheo de Raadt
sufficiently so that there is nothing in there that doesn't look like any generic select loop from stevens. The FD_SET code remains overflowable... next thing to fix..
2001-08-08put a kjc copyright on thisTheo de Raadt
2001-08-08split up the gethost*() functions a bit more, to make it more obvious whatTheo de Raadt
is going on. This could be improved further by always passing around fat sockaddr's I think.
2001-08-08do not use %m in syslog() when errno is known to be 0Theo de Raadt
2001-08-08leave the dma engines polling for a bit after the last descriptor has beenJason Wright
passed through. After a few seconds (5 currently) of no activity, stop them completely.
2001-08-08Initial support for RC4 operations (This probably won't work yet asJason Wright
the caller of *_process() doesn't seem to initialize crd_klen correctly; it has a zero value... still debugging...).
2001-08-08__dead not __noreturn__Todd C. Miller
2001-08-08nuke __attribute__((__noreturn__)) when used in conjunction with __deadTodd C. Miller
2001-08-08nuke __attribute__((__noreturn__)) when used in conjunction with __deadTodd C. Miller
2001-08-08Fix broken logic in wait flags passed to extent_alloc.Artur Grabowski
2001-08-08do not free unallocated memory, PR#1989Jakob Schlyter