summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2000-10-05missed it by That MuchDavid Leonard
2000-10-05Use volatile on the __asm__ directives, do not allow the compiler to reorderDale S. Rahn
or optimize out any of the assembly statements.
2000-10-04use weak symbols in sparc's libcDavid Leonard
2000-10-04teach tags about SYSENTRYDavid Leonard
2000-10-04oopsDavid Leonard
2000-10-04switch to _machdep_switch() instead of setjmp/longjmp. For some reason this ↵David Leonard
fixes sparc threads.
2000-10-04if fstat fails fails, as it will on some sockets, close anyway.David Leonard
2000-10-04bit of a cleanupDavid Leonard
2000-10-03bt_open.c: parenthesize - and & proper (from freebsd);Michael Shalayeff
hash_bigkey.c: fix NULL dereference exposed on big bsize values; hash_buf.c: fix DEBUG1 cases to make them print, not crash; hash.3: document real default values for bsize and ffactor.
2000-10-03public domainDavid Leonard
2000-10-03constistent namingDavid Leonard
2000-10-03thread switching codeDavid Leonard
2000-10-03Sync again.Angelos D. Keromytis
2000-10-03Sync.Angelos D. Keromytis
2000-10-02Don't call cgetset() on $TERMCAP if setugid. The logic has been reworkedTodd C. Miller
a bit to make it clear what is supposed to happen. Also fix some policy wrt setugid in code we don't actually compile for consistency's sake.
2000-10-02Don't look in ~/.terminfo if setugid. This is consistent with theTodd C. Miller
behavior of checking ~/.terminfo.db and ~/.termcap.db
2000-09-30Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specifiedTodd C. Miller
and the target is a symlink.
2000-09-27Sync again (remove unneeded RAND_set calls).Angelos D. Keromytis
2000-09-26Sync.Angelos D. Keromytis
2000-09-25fix off-by-1 error.Jun-ichiro itojun Hagino
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
2000-09-25doc that O_TRUNC needs a write modeTheo de Raadt
2000-09-25document pmtu discovery, from NetBSDNiels Provos
2000-09-25prepare for switching threadsDavid Leonard
2000-09-25char const* -> const char *Federico G. Schwindt
2000-09-25prepare for thread switchingDavid Leonard
2000-09-25preparation for switch-based threadsDavid Leonard
2000-09-24unlock, instead of re-lock. fixes PR#1408David Leonard
2000-09-22IPng -> IPv6Aaron Campbell
2000-09-22ipx_addr(3) takes a const char *.Todd C. Miller
2000-09-22Document cd/ados/msdos options.Marc Espie
2000-09-19Update.Angelos D. Keromytis
2000-09-17Arguments to .Dt macros should be all-caps.Aaron Campbell
2000-09-17Fix typo in NAME section; loict@bougon.net. While I'm here, capitalify theAaron Campbell
argument to .Dt, and move the BUGS section to the end like most man pages. This is my 1000th commit since joining the OpenBSD dev team.
2000-09-16Change setuserpath() from void to int so we can pass up a returnTodd C. Miller
value if setenv() fails. Porblem pointed out by deraadt.
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-09-14Remove spurious period.Aaron Campbell
2000-09-12o add missing getsid() prototypeTodd C. Miller
o fix typo in getsid() that broke getsid(pid) where pid != 0 o cause getsid() and getpgid() to return EPERM if requesting the id of a session/process group not in the current session o check for NULL session in getsid() for exiting processes
2000-09-11The mkstemp() function appeared in 4.4BSD; todd@Aaron Campbell
2000-09-08typo in comment, AILASES -> ALIASESBrad Smith
2000-09-06Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/Todd C. Miller
2000-09-05des_modes(7) not des_modes(7); jmd@turbogeek.orgTheo de Raadt
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-08-31on /etc/hosts lookup, set "official host name" (the leftmost hostname)Jun-ichiro itojun Hagino
into ai_canonname. this is to synchronize with practice in gethostby*. comment from ume@mahoroba.org. sync with kame.
2000-08-31fix _PATH_DEFPATH; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
2000-08-31Put the CAVEATS section explaining format string issues in this man page too.Aaron Campbell
2000-08-25In the format string bug description under CAVEATS, clarify what we mean byAaron Campbell
building the string ``by hand'' using a function like snprintf(); deraadt@ ok
2000-08-24KNFTheo de Raadt
2000-08-24proper protosTheo de Raadt
2000-08-24fix includesTheo de Raadt
2000-08-24uninit variablesTheo de Raadt