Age | Commit message (Expand) | Author |
2001-11-06 | No need to include vm/vm.h here. | Artur Grabowski |
2001-11-06 | Adapt to new uvm/ includes. | Artur Grabowski |
2001-11-06 | Update to match realtiy. | Artur Grabowski |
2001-11-06 | Missing ssl manpages and mlinks; beck@ ok. | Federico G. Schwindt |
2001-11-05 | Leftovers... | Miod Vallat |
2001-11-05 | No need to pull in vm/vm_param.h in any of these files. | Artur Grabowski |
2001-11-05 | Don't change the state of a thread as a result of a signal that is | Marco S Hyman |
2001-11-05 | No need to include vm/vm_param.h here, sys/sysctl.h does that for us. | Artur Grabowski |
2001-11-05 | Comment out info on U (utrace) malloc option since we don't support it | Todd C. Miller |
2001-11-05 | Some examples of how to use syslog_r() and why it is useful. deraadt@ ok. | Jean-Jacques Bernard-Gundol |
2001-11-03 | Telnet client shouldn't say it does Kerberos unless there actually exists | Hans Insulander |
2001-11-02 | fix typo in thread status flags | Marco S Hyman |
2001-11-02 | poll(2) manpage references itself, accept(2) references poll(2) twice. | Janne Johansson |
2001-11-02 | Fix signal dispatching. No-one has reported any probs (other than | Marco S Hyman |
2001-11-01 | much greater care for malloc & realloc failures; millert ok | Theo de Raadt |
2001-11-01 | use _C_LABEL | Michael Shalayeff |
2001-11-01 | remove dangling spaces and tabs | Michael Shalayeff |
2001-10-31 | Set default facility is noone is specified at syslog(3) time; millert@ jj@ ok. | Federico G. Schwindt |
2001-10-31 | Add MLINK's for syslog_r and friends. | Federico G. Schwindt |
2001-10-30 | Add note to BUGS section regarding linking with -ggdb vs -g | Marco S Hyman |
2001-10-30 | Grammar. Thanks markus@ | Thierry Deval |
2001-10-30 | mprotect allocations sized at 0 bytes. This will cause a fault for access | Thierry Deval |
2001-10-30 | correct realloc() misuse | Theo de Raadt |
2001-10-29 | fix docs; tedu@heorot.stanford.edu | Theo de Raadt |
2001-10-29 | add RFC 3174 to SEE ALSO section | Todd C. Miller |
2001-10-28 | Describe all the thread status flags. Describe the two | Marco S Hyman |
2001-10-26 | run the approve for accounts with expiration time, too. ok millert@ | Markus Friedl |
2001-10-24 | detail the different protections in mprotect(2) man page and add PROT_NONE | Jean-Jacques Bernard-Gundol |
2001-10-24 | syslog_r() implementation. deraadt@ ok. | Jean-Jacques Bernard-Gundol |
2001-10-24 | fix __PSEUDO_NOERROR, two ways | Michael Shalayeff |
2001-10-14 | Disable fd sharing for this release. Sorry. | Artur Grabowski |
2001-10-11 | Correct length of jmpbuf, it is sizeof(long) * _JBLEN == 8*14 | Todd C. Miller |
2001-10-02 | change timeval to bpf_timeval; 32 bit in size, permitting much greater portab... | Theo de Raadt |
2001-10-01 | sync with rmd160.h | Markus Friedl |
2001-10-01 | typo | Todd C. Miller |
2001-10-01 | new rmd160 implementation. based on | Markus Friedl |
2001-10-01 | Start new sentence on a new line. | Mike Pechkin |
2001-09-29 | re-enable pidfile(3). ok millert@ | Jakob Schlyter |
2001-09-29 | Move return value info into its own "RETURN VALUES" section. | Todd C. Miller |
2001-09-29 | zap pidfile from here too, until conflict with kerberosV is fixed ok deraadt@ | Matthieu Herrb |
2001-09-29 | jakob did not even do a make build, sigh | Theo de Raadt |
2001-09-28 | add pidfile(3) prototype | Jakob Schlyter |
2001-09-28 | multiple calls to pidfile(3) are actually ok, but there are problems if you c... | Jakob Schlyter |
2001-09-28 | add pidfile(3) - write a daemon pid file. ok deraadt@, millert@. | Jakob Schlyter |
2001-09-27 | hush gcc warning | Jim Rees |
2001-09-26 | Changes to SYS.h for sparc64 to make it work with libc_r | Dale Rahn |
2001-09-26 | Revert last. The ERROR() macro is called from leaf functions | Artur Grabowski |
2001-09-25 | Forgotten DEBUGLIBS stuff | Niklas Hallqvist |
2001-09-25 | Also build the .so version of sha1 without optimization. | Dale Rahn |
2001-09-25 | Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flags | Dale Rahn |