Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-13 | Changes to the powerpc startup files to work in a more typical ELF | Dale Rahn | |
manner. the linker knows about the magic function _init and _fini and will create a .dynamic tag to point to those symbols in the executable/shared libraries. Take advantage of that fact to allow ld.so to easily find the appropriate ctors/dtors calls for shared libraries Since the crtbeginS.c now contains executable code, it must be compiled with -fPIC. Rename the __init and __fini functions to _init/_fini so the linker will locate them. | |||
2000-10-12 | MAP_FAILED, not -1. | Artur Grabowski | |
2000-10-12 | - RCS id police! | Brad Smith | |
- remove unnecessary CPPFLAGS and hardcoded optimization level in CFLAGS - fix execution of the benchmarks, ensure using nice from /usr/bin instead of the built-in which will fail, always use sh and try to run the binaries from the obj dir if it's used. | |||
2000-10-12 | refix breakage in previous commit, d@ forgot to remove his change while | Brad Smith | |
testing libpthread on sparc (which is not built by default ... yet). | |||
2000-10-11 | back out weak symbols; deraadt@ | David Leonard | |
2000-10-10 | Fix typo; claudio@core-sdi.com. | Federico G. Schwindt | |
2000-10-10 | mention icmp{,6}.errppslimit | Jun-ichiro itojun Hagino | |
2000-10-10 | Don't ignore $TERMCAP, $TERMINFO, $TERMINFO_DIRS, $TERMPATH, and $HOME | Todd C. Miller | |
if root but not setugid. Fix select usage to deal with an arbitrary number of fd's. This code is not compiled since we use poll(2). | |||
2000-10-10 | Fresh infinity from NetBSD. | Hugh Graham | |
2000-10-10 | ^vax^__vax__ | Hugh Graham | |
2000-10-09 | Sync. | Angelos D. Keromytis | |
2000-10-09 | Don't call cgetset() on $TERMCAP. There are no known problems (that I am | Todd C. Miller | |
aware of) wrt termcap parsing but it is better to be on the safe side. | |||
2000-10-09 | Add check for NUL home that got missed in the last merge | Todd C. Miller | |
2000-10-08 | update to ncurses-5.1-20001007 | Todd C. Miller | |
2000-10-06 | weaken syscall symbols in libc by default | David Leonard | |
2000-10-06 | Add a CAVEATS section to warn programmers that shell meta-characters will | Aaron Campbell | |
be passed to the command interpreter. | |||
2000-10-05 | missed it by That Much | David Leonard | |
2000-10-05 | Use volatile on the __asm__ directives, do not allow the compiler to reorder | Dale S. Rahn | |
or optimize out any of the assembly statements. | |||
2000-10-04 | use weak symbols in sparc's libc | David Leonard | |
2000-10-04 | teach tags about SYSENTRY | David Leonard | |
2000-10-04 | oops | David Leonard | |
2000-10-04 | switch to _machdep_switch() instead of setjmp/longjmp. For some reason this ↵ | David Leonard | |
fixes sparc threads. | |||
2000-10-04 | if fstat fails fails, as it will on some sockets, close anyway. | David Leonard | |
2000-10-04 | bit of a cleanup | David Leonard | |
2000-10-03 | bt_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-03 | public domain | David Leonard | |
2000-10-03 | constistent naming | David Leonard | |
2000-10-03 | thread switching code | David Leonard | |
2000-10-03 | Sync again. | Angelos D. Keromytis | |
2000-10-03 | Sync. | Angelos D. Keromytis | |
2000-10-02 | Don't call cgetset() on $TERMCAP if setugid. The logic has been reworked | Todd 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-02 | Don't look in ~/.terminfo if setugid. This is consistent with the | Todd C. Miller | |
behavior of checking ~/.terminfo.db and ~/.termcap.db | |||
2000-09-30 | Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specified | Todd C. Miller | |
and the target is a symlink. | |||
2000-09-27 | Sync again (remove unneeded RAND_set calls). | Angelos D. Keromytis | |
2000-09-26 | Sync. | Angelos D. Keromytis | |
2000-09-25 | fix off-by-1 error. | Jun-ichiro itojun Hagino | |
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> | |||
2000-09-25 | doc that O_TRUNC needs a write mode | Theo de Raadt | |
2000-09-25 | document pmtu discovery, from NetBSD | Niels Provos | |
2000-09-25 | prepare for switching threads | David Leonard | |
2000-09-25 | char const* -> const char * | Federico G. Schwindt | |
2000-09-25 | prepare for thread switching | David Leonard | |
2000-09-25 | preparation for switch-based threads | David Leonard | |
2000-09-24 | unlock, instead of re-lock. fixes PR#1408 | David Leonard | |
2000-09-22 | IPng -> IPv6 | Aaron Campbell | |
2000-09-22 | ipx_addr(3) takes a const char *. | Todd C. Miller | |
2000-09-22 | Document cd/ados/msdos options. | Marc Espie | |
2000-09-19 | Update. | Angelos D. Keromytis | |
2000-09-17 | Arguments to .Dt macros should be all-caps. | Aaron Campbell | |
2000-09-17 | Fix typo in NAME section; loict@bougon.net. While I'm here, capitalify the | Aaron 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-16 | Change setuserpath() from void to int so we can pass up a return | Todd C. Miller | |
value if setenv() fails. Porblem pointed out by deraadt. |