Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-03 | throw \v and \h alignments out. | Marc Espie | |
2001-04-02 | Cleanup for 64bit support. | Dale Rahn | |
Pieces by art, niklas and me. Only tested on powerpc. | |||
2001-03-30 | Add infrastructure to allow mapping of text sections which are normally | Dale Rahn | |
RO, RW while ld.so is working. And then the information to set the sections back to RO (or appropriate mode). PowerPC now supports the typical NON-PIC relocations in ld.so. I do not know how well this will work with large shared libraries. I seem to recall a possible problem with large data where data is located in a different shared library. | |||
2001-03-28 | Don't make poll exit right away; if timeout is 0 use -1 for poll. | Federico G. Schwindt | |
2001-03-18 | use GLOB_LIMIT | Theo de Raadt | |
2001-03-14 | ad-hoc code to deal with troff hyphenation in preformatted pages. | Marc Espie | |
2001-03-14 | more bizarre constructs that occur in some man pages. | Marc Espie | |
2001-03-14 | Allow makewhatis -p -t filename, without full path. | Marc Espie | |
2001-03-09 | Block all signals in lostconn() and sigprocmask() since we are headed | Todd C. Miller | |
for _exit(). Fixes a signal handler race condition. | |||
2001-03-09 | do not strerror() a signo | Theo de Raadt | |
2001-03-08 | doc size limitations | Theo de Raadt | |
2001-03-08 | KNF & block size fix from daeron@student.utwente.nl | Theo de Raadt | |
2001-02-25 | oops, add missing arguments in some calls. | Marc Espie | |
2001-02-16 | Now that powerpc is using UVM, this shared library hack is no longer necessary. | Dale Rahn | |
2001-02-12 | er... ffs, not ufs; canacar@eee.metu.edu.tr | Theo de Raadt | |
2001-02-04 | Whoops, don't use strlcpy with utmp; millert@ | Paul Janzen | |
2001-02-04 | Use _PW_NAME_LEN+1, not 16 for size of remote/local usernames variables | Todd C. Miller | |
since rcmd(3) sends strlen(pw_name)+1 bytes. | |||
2001-02-03 | Previously only powerpc used the DT_INIT field to find the ctors/init | Dale Rahn | |
code, now that will be changed to all arch besides mips will default to using that. mips probably would be changed to but it has not been tested. | |||
2001-02-03 | Long usernames; also some simple strncpy->strlcpy. | Paul Janzen | |
2001-01-31 | more fat utmp; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-01-30 | sync with a.out ldconfig, adds missing -U option. Reviewed by: drahn@ | Brad Smith | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-25 | protos | Theo de Raadt | |
2001-01-25 | KNF | Theo de Raadt | |
2001-01-24 | proto ls_main() | Theo de Raadt | |
2001-01-24 | sysctl() arg 4 is a size_t, not int | Theo de Raadt | |
2001-01-23 | fix includes | Theo de Raadt | |
2001-01-19 | mark remaining signal races | Theo de Raadt | |
2001-01-19 | do _exit() in exit handler, if it is a signal | Theo de Raadt | |
2001-01-17 | signal handler should finish using _exit() | Theo de Raadt | |
2001-01-17 | avoid fd_set overflow by using poll(); avoid syslog() in signal handler by ↵ | Theo de Raadt | |
using flag checked in main loop | |||
2001-01-17 | remove sprintf signal race, by pre-preparing wtmp entry | Theo de Raadt | |
2001-01-17 | use _exit() in signal handlers, mark longjmp() as being a possible resource leak | Theo de Raadt | |
2001-01-17 | use _exit() in signal handler | Theo de Raadt | |
2001-01-17 | use _exit() in signal handlers, and flag that the pmap_unset() calls are unsafe | Theo de Raadt | |
2001-01-17 | use _exit() in signal handler | Theo de Raadt | |
2001-01-17 | use sig_atomic_t, and check for signal flag more often | Theo de Raadt | |
2001-01-11 | change signal handler to set a flag, and then in the main loop do | Theo de Raadt | |
the work that this handler used to do. many signal handlers in the tree should be changed to this, since a large percentage of them have raceable stuff in them; like mixing malloc's and stdio inside and outside the handler.. terrrible stuff | |||
2001-01-11 | save_errno in signal handler | Theo de Raadt | |
2001-01-09 | make sure replydirname() do not truncate names, even if the filename | Jun-ichiro itojun Hagino | |
is MAXPATHLEN doublequotes. From: Paul Janzen <pjanzen@foatdi.harvard.edu> | |||
2001-01-09 | make sure we do not return stray " at the end of stirng, like bla"\0. | Jun-ichiro itojun Hagino | |
From: "William C. Allen" <allenwc@home.com> | |||
2001-01-07 | Make the -P option effective (rjmooney@mediaone.net) | Angelos D. Keromytis | |
2001-01-06 | Expand tilde (~) in ftp-dir login.conf variable. Closes PR 1382 | Todd C. Miller | |
2001-01-04 | spelling | Todd T. Fries | |
2000-12-30 | Log the actual bytes transfered, rather than the original file size. | Angelos D. Keromytis | |
2000-12-24 | Xr shells(5), not getusershell(3). | Aaron Campbell | |
2000-12-20 | use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@ | Markus Friedl | |
2000-12-20 | Fix a warning. | Todd C. Miller | |
2000-12-20 | correct copyright notice | Todd C. Miller | |
2000-12-20 | Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDi | Todd C. Miller | |
Will be used when BSD authentication is enabled |