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