Age | Commit message (Expand) | Author |
2001-05-29 | Call auth_checknologin() and auth_approval() as appropriate for BSD | Todd C. Miller |
2001-05-29 | use BSD authentication | Todd C. Miller |
2001-05-29 | build login scripts for BSD authentication | Todd C. Miller |
2001-05-29 | Check for error on open. | Artur Grabowski |
2001-05-28 | Commonize csu code for elf systems, powerpc now no longer has it's own | Dale Rahn |
2001-05-25 | KerberosV support from Heimdal. | Hans Insulander |
2001-05-23 | Do not enable debugging, such as PRINTF_DEBUG for ld.so, it becomes | Dale Rahn |
2001-05-16 | proper typing of two variables | Theo de Raadt |
2001-05-15 | Niklas, there is no excuse for breaking this code | Theo de Raadt |
2001-05-14 | Commit initial alpha bits, to facilitate in-tree dev. | Niklas Hallqvist |
2001-05-12 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski |
2001-05-12 | strlcpy | Theo de Raadt |
2001-05-11 | -1 -> MAP_FAILED. | Artur Grabowski |
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski |
2001-05-11 | mmap returns MAP_FAILED on error, not 0. | Artur Grabowski |
2001-05-11 | mmap returns MAP_FAILED when it fails, not -1 | Artur Grabowski |
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski |
2001-05-09 | typo; david@phobia.ms | Theo de Raadt |
2001-05-05 | We must lower the process priority *after* the call to setusercontext() | Todd C. Miller |
2001-04-24 | compatility -> compatibility; mpech@prosoft.org.lv | Aaron Campbell |
2001-04-19 | typo; david@phobia.ms | Theo de Raadt |
2001-04-16 | close fd on error; deraadt@ ok. | Federico G. Schwindt |
2001-04-15 | Replace a bunch of conditional expressions with global pointers. | Hugh Graham |
2001-04-14 | Respect (absence of) "other" flag in all cases, and fix some whitespace. | Hugh Graham |
2001-04-13 | Add support for user specified tokens to identd. Based on a patch | Todd C. Miller |
2001-04-11 | Correct .Nm usage. | Aaron Campbell |
2001-04-03 | throw \v and \h alignments out. | Marc Espie |
2001-04-02 | Cleanup for 64bit support. | Dale Rahn |
2001-03-30 | Add infrastructure to allow mapping of text sections which are normally | Dale Rahn |
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 |
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 |
2001-02-03 | Previously only powerpc used the DT_INIT field to find the ctors/init | Dale Rahn |
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 |