| Commit message (Expand) | Author | Age | Files | Lines |
| * | Only enable the ACL restore logic on FreeBSD versions >= 5.0. | Tim Kientzle | 2004-04-16 | 1 | -0/+3 |
| * | Use a MANFILTER to patch the man pages to point to the right path. | Hartmut Brandt | 2004-04-14 | 1 | -0/+4 |
| * | Bump the shared library version number for the bsnmp v1.6 import | Hartmut Brandt | 2004-04-14 | 1 | -1/+1 |
| * | Put the name of the module first in the list of all .Nm calls with | Hartmut Brandt | 2004-04-14 | 1 | -0/+1 |
| * | Compare with 0 if comparing an integer, not with NULL. | Hartmut Brandt | 2004-04-14 | 1 | -1/+1 |
| * | Move the SNMP MIBs and tree definitions from /usr/share/bsnmp to | Hartmut Brandt | 2004-04-14 | 1 | -2/+2 |
| * | * Plug a buffer overrun in ACL parsing. (archive_entry.c) | Tim Kientzle | 2004-04-13 | 12 | -51/+99 |
| * | Perform some basic validation of multibyte conversion state objects. | Tim J. Robbins | 2004-04-12 | 8 | -16/+116 |
| * | Remove a nonsensical remark about byte order markers in UTF-8 streams. | Tim J. Robbins | 2004-04-12 | 1 | -6/+1 |
| * | More work on ACLs: fix error in archive_entry's ACL parsing code, | Tim Kientzle | 2004-04-12 | 36 | -933/+396 |
| * | Belatedly remove the getvfsent(3) API. All the consumers have been | Maxime Henrion | 2004-04-11 | 3 | -342/+2 |
| * | Document the meaning of the zero return value. | Tim J. Robbins | 2004-04-11 | 2 | -6/+11 |
| * | Fix a typo. I was locked out for two days from my machine. | David Xu | 2004-04-10 | 1 | -1/+1 |
| * | Don't cast away const qualifiers. | Tim J. Robbins | 2004-04-10 | 8 | -8/+8 |
| * | Make sure Bluetooth stuff can be compiled on amd64 | Maksim Yevmenkin | 2004-04-09 | 1 | -2/+2 |
| * | Terminate execl()'s argument list with a null pointer instead of a | Tim J. Robbins | 2004-04-09 | 1 | -1/+1 |
| * | After forking and initializing the library to single-threaded | Daniel Eischen | 2004-04-08 | 2 | -4/+6 |
| * | Update manual pages for change to C99 mbrtowc() semantics. | Tim J. Robbins | 2004-04-08 | 12 | -134/+143 |
| * | Linux still uses 32-bit off_t by default. Ask for 64-bit off_t on | Tim Kientzle | 2004-04-07 | 1 | -0/+1 |
| * | Allow partial multibyte characters to accumulate in conversion state | Tim J. Robbins | 2004-04-07 | 12 | -89/+350 |
| * | Prepare to handle trivial state-dependent encodings. Full support for | Tim J. Robbins | 2004-04-07 | 9 | -21/+61 |
| * | Begin conversions for sgetrune() and sputrune() in the initial | Tim J. Robbins | 2004-04-07 | 1 | -3/+12 |
| * | Prepare to handle state-dependent encodings. This mainly involves not | Tim J. Robbins | 2004-04-07 | 6 | -21/+38 |
| * | Begin in the initial shift state in mbstowcs() and wcstombs(). | Tim J. Robbins | 2004-04-07 | 2 | -2/+6 |
| * | Fix some issues with ACL handling: | Tim Kientzle | 2004-04-06 | 5 | -53/+89 |
| * | Prepare to handle state-dependent encodings. This mainly involves not | Tim J. Robbins | 2004-04-06 | 12 | -71/+87 |
| * | Add a missing "*errp = h_errno" forgotten in rev 1.36. | Pierre Beyssac | 2004-04-06 | 1 | -1/+2 |
| * | Update .Dd value. | Doug Rabson | 2004-04-06 | 1 | -1/+1 |
| * | Overhauled ACL support. This makes us compatible | Tim Kientzle | 2004-04-05 | 21 | -193/+1238 |
| * | Fix _dns_ghbyname() to return NS_TRYAGAIN instead of NS_NOTFOUND | Pierre Beyssac | 2004-04-05 | 1 | -4/+12 |
| * | Document lgetfh(2). | Doug Rabson | 2004-04-05 | 2 | -5/+22 |
| * | Remove support for emulating mbrtowc() and wcrtomb() in terms of the | Tim J. Robbins | 2004-04-04 | 4 | -89/+4 |
| * | Reimplement the GB18030 encoding method using the new-style (mbrtowc()/ | Tim J. Robbins | 2004-04-04 | 1 | -123/+137 |
| * | Reimplement the deprecated UTF2 encoding method using the UTF-8 code | Tim J. Robbins | 2004-04-04 | 1 | -103/+96 |
| * | Unbreak natd. | Daniel Eischen | 2004-04-02 | 1 | -0/+1 |
| * | Simplify one condition in prev. commit: | Andrey A. Chernov | 2004-04-01 | 1 | -2/+1 |
| * | Fix parsing of ambiguous options, whole loop must be processed | Andrey A. Chernov | 2004-04-01 | 1 | -17/+27 |
| * | The previous commit changed the behavior of nsdispatch() in the | Jacques Vidrine | 2004-04-01 | 1 | -3/+1 |
| * | Raise WARNS level to 2. | Dag-Erling Smørgrav | 2004-03-31 | 1 | -0/+1 |
| * | Deal with aliasing warnings. | Dag-Erling Smørgrav | 2004-03-31 | 4 | -181/+63 |
| * | Merge of libpcap 0.8.3 from tcpdump.org. | Bruce M Simpson | 2004-03-31 | 1 | -4/+10 |
| * | Fix Yet Another 16 byte stack alignment bug. Thankfully, this one is | Peter Wemm | 2004-03-31 | 2 | -10/+10 |
| * | When a dynamic NSS module is built and linked against a thread | Jacques Vidrine | 2004-03-30 | 3 | -23/+43 |
| * | MFi386: WARNS=4 clean. | Yoshihiro Takahashi | 2004-03-30 | 1 | -7/+7 |
| * | Add cross-references to isideogram(3), isphonogram(3), isrune(3), | Tim J. Robbins | 2004-03-30 | 1 | -1/+6 |
| * | Add basic manual pages for isideogram(), isphonogram(), isrune() | Tim J. Robbins | 2004-03-30 | 5 | -1/+235 |
| * | Trim cross-references. | Tim J. Robbins | 2004-03-30 | 1 | -15/+2 |
| * | Document the isnumber() and ishexnumber() functions, and explain how they | Tim J. Robbins | 2004-03-30 | 2 | -13/+34 |
| * | Down to WARNS=2 for a while. | Jun Kuriyama | 2004-03-30 | 1 | -1/+1 |
| * | Make libdisk WARNS=4 clean. | Jun Kuriyama | 2004-03-30 | 6 | -26/+31 |