Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-20 | Add PSEUDO_NOERROR similar to that used by NetBSD. | Todd C. Miller | |
Some ports were setting errno in PSEUDO and some were not. Now errno is set for all in PSEUDO and PSEUDO_NOERROR is provided for the non-errno case (only used by _exit). Needs testing on vax and m88k. XXX - hppa and powerpc still lack a real PSEUDO_NOERROR implementation. Currently PSEUDO_NOERROR and PSEUDO are the same (so builds don't break on those platforms). | |||
2001-09-20 | make this compile for kernel | Michael Shalayeff | |
2001-09-19 | change tty name for linux | Jim Rees | |
2001-09-19 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||
2001-09-18 | understand sparc64 | Theo de Raadt | |
2001-09-18 | Suppress eavesdropping warning | joshua stein | |
ok deraadt@ | |||
2001-09-17 | cast a few more long's to int32_t | Jason Wright | |
2001-09-16 | It is not legal to have multiple .%T entries in a reference so split | Todd C. Miller | |
the manual references up. This is still not as nice as it could be but at least groff no longer spits out an error. | |||
2001-09-16 | return 0, not NULL, the function returns an int | Artur Grabowski | |
2001-09-15 | prototype cleanup | Theo de Raadt | |
2001-09-14 | add "options insecure[12]" support for /etc/resolv.conf. | Jun-ichiro itojun Hagino | |
insecure1 is necessary for IPv6 dynamic DNS server discovery, draft-ietf-ipngwg-dns-discovery-02.txt. sync with kame. ok'ed by angelos | |||
2001-09-13 | Prototype changed. | Angelos D. Keromytis | |
2001-09-11 | Keep the strings fully quoted. | Dale Rahn | |
2001-09-11 | repair getgrgid_r() and getgrnam_r() as the standart says; from d@ | Peter Valchev | |
2001-09-11 | add sparc64; op2@squish.org | Jason Wright | |
2001-09-10 | Use the LBL isnan() and isinf() on all platforms with ieee floating point. | Todd C. Miller | |
2001-09-10 | Use the LBL frexp() on all platforms with ieee floating point. | Todd C. Miller | |
2001-09-10 | Enough for libc_r on sparc64 to build (this stuff is mostly taken from sparc, | Jason Wright | |
and will need attention before it can be expected to work). | |||
2001-09-10 | Our gcc defines __sparcv9__ not __sparc_v9__ | Jason Wright | |
2001-09-10 | Use ${LIBCSRCDIR} not ${.CURDIR} for relative path (allows libc_r to build) | Jason Wright | |
2001-09-07 | Adapt to our sigcontext and fix the obvious bugs. | Artur Grabowski | |
2001-09-07 | Remove bogus warning and correct the operator enumeration for timercmp | Niklas Hallqvist | |
2001-09-07 | K&R promotion is not the whole story. Make things explicit. | Marc Espie | |
2001-09-06 | Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should | Mike Pechkin | |
be a single digit. Powered by mantoya@. millert@ ok. | |||
2001-09-06 | It is silly to reference the Tahoe architecture. | Todd C. Miller | |
2001-09-06 | oh this is horrible | Theo de Raadt | |
2001-09-05 | explicit alignment, just like on alpha. | Artur Grabowski | |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-09-05 | make debug libs build again | Michael Shalayeff | |
2001-09-05 | avoid first person in manual pages | Theo de Raadt | |
2001-09-05 | and fix PTL site. | Federico G. Schwindt | |
2001-09-05 | Rearrange and add missing ports based on recent 'Use threads' commits. | Federico G. Schwindt | |
2001-09-05 | add getpw*_r to the list; from brad@ | Federico G. Schwindt | |
2001-09-05 | Add getaddrinfo(3) and gethostby*_r(3) to the list. | Federico G. Schwindt | |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-09-04 | Use _waitq_remove() and _waitq_insert() always; from FreeBSD. | Federico G. Schwindt | |
2001-09-04 | put changes back, this time ALL the files. | Federico G. Schwindt | |
2001-09-04 | clarify fd_set size definition | Theo de Raadt | |
2001-09-03 | with or without fee; received mail permitting this change from angelos | Theo de Raadt | |
2001-09-03 | indent fixes | Theo de Raadt | |
2001-09-03 | correct MLINKS | Theo de Raadt | |
2001-09-03 | more cleanless that the importer should have noted | Theo de Raadt | |
2001-09-03 | snprintf | Theo de Raadt | |
2001-09-03 | build libusb | Peter Valchev | |
2001-09-02 | USB HID processing library by Lennart Augustsson from NetBSD | Peter Valchev | |
builds only static for now. reviewed by jakob | |||
2001-09-02 | gcc hangs when compiling sha1 on sparc64, workaround. | Artur Grabowski | |
2001-09-02 | I don't even want to know how I could screw this up so bad and noone noticed. | Artur Grabowski | |
2001-08-30 | Back out fgsch@'s tree breaking commits. | Todd T. Fries | |
Test next time, ok? | |||
2001-08-30 | fix some const warnings. | Federico G. Schwindt | |
more sync with freebsd. | |||
2001-08-30 | fix some const warnings | Federico G. Schwindt | |