Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-01 | bye bye semconfig(2) | Theo de Raadt | |
2000-05-01 | Document device lookup semantics. | Hugh Graham | |
2000-04-30 | crank minor | Todd C. Miller | |
2000-04-30 | Add OPENDEV_BLCK | Todd C. Miller | |
2000-04-30 | Add OPENDEV_BLCK flag for opening the block devices (the character | Todd C. Miller | |
device is opened by default). Don't open the file w/o adding a /dev/ prefix unless the file has a '/' in it. This prevents problems where someone says "disklabel sd0" with a file called "sd0" in the cwd. The OPENDEV_DRCT flag has been deprecated as it is the the default behavior and always has been. Add checks for >= MAXPATHLEN and return ENAMETOOLONG in that case. | |||
2000-04-30 | #ifdef vax -> #ifdef __vax__ | Brandon Creighton | |
2000-04-28 | fix Xr; glam0006@tc.umn.edu | Theo de Raadt | |
2000-04-28 | flesh | Theo de Raadt | |
2000-04-28 | improve the english | Theo de Raadt | |
2000-04-28 | NCARGS is bigger these days; akr@m17n.org | Theo de Raadt | |
2000-04-28 | type decl error | Theo de Raadt | |
2000-04-27 | s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (sync with reality) | Jun-ichiro itojun Hagino | |
2000-04-27 | crank minor | Theo de Raadt | |
2000-04-27 | remove unused struct def. more sanity check for NULL. | Jun-ichiro itojun Hagino | |
2000-04-27 | Remove redundant HISTORY section. | Aaron Campbell | |
2000-04-26 | sync with libpcap v0.5 | Jakob Schlyter | |
add support for INET6 (kame) | |||
2000-04-26 | const poisoning | Jun-ichiro itojun Hagino | |
2000-04-26 | add $KAME$ for future version tracking | Jun-ichiro itojun Hagino | |
2000-04-26 | bring in latest KAME implementation. | Jun-ichiro itojun Hagino | |
conforms to draft-ietf-ipngwg-scopedaddr-format-01.txt. behavior change: returns numeric scopeid if we can't convert to string removed #if 0'ed portion which we will never revisit. | |||
2000-04-26 | remove #if 0'ed portion which we will never revisit (no behavior change). | Jun-ichiro itojun Hagino | |
2000-04-26 | sync with latest kame. | Jun-ichiro itojun Hagino | |
- completely disable AI_ADDRCONFIG support (post RFC2553) since it does not work for PF_UNSPEC. - remove unused variables, some delint. | |||
2000-04-25 | well if you cannot do a libc commit properly a week before 2.7 tree lock, ↵ | Theo de Raadt | |
surely it can wait till after 2.7 | |||
2000-04-25 | Typo | Marc Espie | |
2000-04-25 | Mention that ktrace(2) doesn't follow links | Todd C. Miller | |
2000-04-25 | Missed this in last ncurses sync | Todd C. Miller | |
2000-04-25 | C deals with complex functions, but not imaginary ones yet. | Marc Espie | |
2000-04-25 | correct boundary check. XXX should avoid code duplicate here... | Jun-ichiro itojun Hagino | |
2000-04-25 | getpw*_r() | David Leonard | |
2000-04-25 | another annoying thing | Theo de Raadt | |
2000-04-25 | omit RC5 | Theo de Raadt | |
2000-04-24 | correct example | Theo de Raadt | |
2000-04-24 | proper include files; ath@algonet.se | Theo de Raadt | |
2000-04-21 | Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW; | Todd C. Miller | |
adapated from FreeBSD. Also change O_FSYNC to the more standard O_SYNC and document it. open(2) needs some real examples for proper usage, to come later. | |||
2000-04-21 | Don't hyphenate the words {left|right}most. | Aaron Campbell | |
2000-04-21 | Add ERRORS section (the strdup(3) function may fail and set errno to any of the | Aaron Campbell | |
errors specified by the library routine malloc(3)). | |||
2000-04-21 | Check return value of strdup(3) for NULL in example code (duh). | Aaron Campbell | |
2000-04-21 | Flesh out libc string function man pages. | Aaron Campbell | |
2000-04-20 | Flesh out stdlib function man pages. | Aaron Campbell | |
2000-04-20 | bump because of p{read,write}{,v} | Theo de Raadt | |
2000-04-20 | p{read,write}{,v} man pages | Theo de Raadt | |
2000-04-20 | - Formatting repairs and standardizations. | Aaron Campbell | |
- s/MESSAGES/DIAGNOSTICS/, and put message descriptions in a nice list. - Talk more about how using malloc() in signal handlers is bad. | |||
2000-04-20 | Flesh out all of the stdio man pages. | Aaron Campbell | |
2000-04-18 | Repairs, mostly removing hard sentence breaks. | Aaron Campbell | |
2000-04-18 | Repairs. | Aaron Campbell | |
2000-04-17 | Whoops, missed a few. | Aaron Campbell | |
2000-04-17 | Move some misplaced periods outside of the parentheses. | Aaron Campbell | |
2000-04-16 | Fix strcpy/strcat abuse and fix stupid behaviour of the default | Bob Beck | |
RAND_file_name - changed so that it stats the filename it returns before returing it. If the file won't stat, return DEVRANDOM (for us /dev/arandom) instead, thus making the default behaviour moderately intelligent. | |||
2000-04-16 | Fix randfile so it doesn't attempt to chmod and write entropy back to | Bob Beck | |
devices. This caused people's /dev/arandom's to be permitted 600, which causes rsa to fail to get random data, which results in all kinds of fun with ssh :) | |||
2000-04-16 | from: gluk@ptci.ru | Michael Shalayeff | |
make it grok current core dumps. seem to work now. also millert@ took a look. | |||
2000-04-16 | sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ ok | David Leonard | |