Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-11 | MAP_SHARED is better. Maybe we're trying to map /dev/ksyms. | Artur Grabowski | |
And we'll never write to those mappings anyway. | |||
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski | |
2001-05-11 | Update with new sysctl's | Angelos D. Keromytis | |
2001-05-05 | Prototype for nice() lives in unistd.h, not nlist.h (pasto?) | Todd C. Miller | |
2001-05-01 | Use pread() to avoid lseek() abuse, from art's todo list. Tested with | Aaron Campbell | |
config(8) UKC; millert@ ok | |||
2001-04-23 | Various man page fixes and improvements from gluk@ | Aaron Campbell | |
2001-04-05 | remove extra continue statements | Theo de Raadt | |
2001-04-02 | use a len in g_Ctoc, easier code; freebsd | Theo de Raadt | |
2001-03-28 | Fix some glob defects: | Todd C. Miller | |
o use MAXPATHLEN, not MAXPATHLEN + 1 o when manipulating static buffers, pass functions a pointer to the end of the buffer so we can avoid any overflows Work by Theo and myself. | |||
2001-03-28 | must spec +1 in this one case... | Theo de Raadt | |
2001-03-28 | avoid g_Ctoc() overflows; art@ ok | Theo de Raadt | |
2001-03-28 | KNF | Theo de Raadt | |
2001-03-22 | a bit closer to the queen's english | Theo de Raadt | |
2001-03-20 | document new interpretation for net.inet6.icmp6.nodeinfo. | Jun-ichiro itojun Hagino | |
2001-03-19 | set gl_pathv to NULL after we free it; christos@netbsd.org | Todd C. Miller | |
2001-03-18 | GLOB_LIMIT changes from christos | Theo de Raadt | |
2001-03-14 | Move description of exect() to execve(2) man page. Add a note about exect() not | Aaron Campbell | |
being portable. | |||
2001-03-11 | mdoc police. | Aaron Campbell | |
2001-03-01 | Spelling: preceeding -> preceding | Aaron Campbell | |
2001-02-28 | ipip.allow can also be set to 2, which skips the loopback spoof | Angelos D. Keromytis | |
checking (for single-machine testing purposes). | |||
2001-02-17 | It's not that I mind split infinitives. I just like to save'em for when | Paul Janzen | |
they're really needed. | |||
2001-02-17 | Document behaviour with a NULL format string, and try to not split infinitives | Paul Janzen | |
that don't have to be split. | |||
2001-02-13 | Avoid theoretical potential buffer overflow | Paul Janzen | |
2001-02-10 | Insert a missing comma. | Aaron Campbell | |
2001-02-08 | implement upper limit to icmp6 redirects (experimental, turned off) | Jun-ichiro itojun Hagino | |
negative value to {mtudisc,redirect}_{hi,lo}wat will turn off the limitation. sync with kame. | |||
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino | |
fill up /var with bogus packets. setting net.inet6.icmp6.nd6_debug will re-enable kernel messages on invalid ND packet and other occasions. improve icmp6 stats. | |||
2001-02-04 | This is OpenBSD, not 4.2BSD | Todd C. Miller | |
Bring this man page into the current millenium, it looks like little other than cut & paste has been done to this man page since 4.3BSD. | |||
2001-02-04 | Add RETURN VALUES section | Todd C. Miller | |
Max alarm time is 100000000 seconds, not 2147483647 (as enforced by itimerfix() in kern_time.c) | |||
2001-02-03 | Fix the the elf nlist for cases where we can't mmap the headers. | Artur Grabowski | |
This makes /dev/ksyms work (when that code is commited). | |||
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt | |
2001-01-26 | Clarify that the proctitle is set to "progname: fmt", not "progname:fmt". | Aaron Campbell | |
2001-01-25 | ELf-size independent nlist. | Artur Grabowski | |
2001-01-21 | Shuffle man page sections into preferred order. | Aaron Campbell | |
2001-01-20 | style(9) in example code. | Aaron Campbell | |
2001-01-17 | first cut at "what is allowed in a signal handler, based on but extended ↵ | Theo de Raadt | |
from FreeBSD list | |||
2001-01-12 | Clarify sigsetjmp vs. setjmp vs. _setjmp. | Todd C. Miller | |
2001-01-06 | 0xFF is not a control character in ISO 8859; ok angelos@ | Christian Weisgerber | |
2001-01-05 | Use ISO 8859 to determine printability. | Angelos D. Keromytis | |
2001-01-04 | Update. | Angelos D. Keromytis | |
2001-01-04 | Document kern.malloc tree | Angelos D. Keromytis | |
2000-12-24 | Various repairs, mostly to get rid of short lines. | Aaron Campbell | |
2000-12-23 | type is not a .Fn | Markus Friedl | |
2000-12-21 | typo; initalizes -> intializes. Some other fixes while I'm here. | Aaron Campbell | |
2000-12-21 | document net.inet6.icmp6.mtudisc_{hi,lo}wat | Jun-ichiro itojun Hagino | |
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | Aaron Campbell | |
this is consistent. | |||
2000-12-12 | Remove references to ipsec-acl. | Angelos D. Keromytis | |
2000-12-09 | avoid incorrect free; reported by danh@nfol.com, my fix | Theo de Raadt | |
2000-12-04 | Silently convert s/key -> skey in login_getstyle(). A bit of a hack | Todd C. Miller | |
but OpenBSD folks are more used to saying s/key. | |||
2000-11-29 | Don't print an extra newline after reading passphrase if echo was not | Todd C. Miller | |
turned off since we already printed one from the user. | |||
2000-11-23 | zero pw_passwd before freeing | Todd C. Miller | |