| Commit message (Expand) | Author | Age | Files | Lines |
* | Add one more cross-reference to gb2312(5). | tjr | 2003-11-08 | 1 | -0/+1 |
* | Add cross-references to new gb2312(5) manual page. | tjr | 2003-11-08 | 2 | -0/+2 |
* | Add a fairly simple manual page for the new GB2312 encoding. | tjr | 2003-11-08 | 2 | -1/+58 |
* | Remove unused #includes. | tjr | 2003-11-08 | 5 | -11/+0 |
* | Use __inline instead of inline. | tjr | 2003-11-08 | 1 | -1/+1 |
* | Refer to wide characters instead of runes. Remove redundant example locale. | tjr | 2003-11-08 | 2 | -246/+36 |
* | Refer to wide characters instead of runes. | tjr | 2003-11-08 | 2 | -4/+6 |
* | Build the layer 3 (signalling) stuff into the library and install | harti | 2003-11-07 | 1 | -3/+9 |
* | Rephrase .Nd description to contain the key | kientzle | 2003-11-06 | 1 | -1/+1 |
* | Add gb2312 encoding. | davidxu | 2003-11-05 | 3 | -1/+120 |
* | style(9) | deischen | 2003-11-05 | 2 | -80/+106 |
* | Don't declare the malloc lock; use the declaration provided in libc. | deischen | 2003-11-05 | 2 | -2/+12 |
* | Remove #include of spinlock.h from libc_private.h. Declare spinlocks as | deischen | 2003-11-05 | 2 | -5/+4 |
* | - plug memory leak. | ume | 2003-11-05 | 6 | -110/+150 |
* | Pass NULL instead of a pointer to a zeroed mbstate_t object. | tjr | 2003-11-05 | 6 | -37/+17 |
* | Pass NULL instead of a pointer to a zeroed mbstate_t object. | tjr | 2003-11-05 | 2 | -10/+4 |
* | Implement mbrtowc() and wcrtomb() directly (sync with big5.c). | tjr | 2003-11-05 | 1 | -53/+50 |
* | Add pthread_atfork() source code. Dan forgot to commit this file. | davidxu | 2003-11-05 | 2 | -0/+112 |
* | Add an implementation for pthread_atfork(). | deischen | 2003-11-04 | 11 | -12/+144 |
* | Add the ability to reinitialize libpthread's internal FIFO-queueing | deischen | 2003-11-04 | 4 | -30/+114 |
* | Add the ability to reinitialize a spinlock (libc/libpthread | deischen | 2003-11-04 | 2 | -24/+34 |
* | s/foo()/foo(void)/ | deischen | 2003-11-04 | 2 | -4/+6 |
* | Libpthread uses the convention that all of its (non-weak) symbols | deischen | 2003-11-04 | 2 | -10/+22 |
* | Add the ability to reinitialize a mutex (internally, not a userland | deischen | 2003-11-04 | 2 | -14/+40 |
* | Externalize malloc's spinlock so that a thread library can take | deischen | 2003-11-04 | 2 | -0/+9 |
* | Pass mbrtowc() and wcrtomb() NULL instead of a pointer to a freshly zeroed | tjr | 2003-11-04 | 3 | -9/+3 |
* | Add a reference to the new utrace(2) manual page. | tjr | 2003-11-04 | 1 | -1/+2 |
* | * Modify libpcap to work a bit better with our 802.11 code. This means | green | 2003-11-04 | 1 | -1/+3 |
* | o Save a copy of the GPT entries for which there's a chunk with an | marcel | 2003-11-04 | 1 | -10/+55 |
* | When printing ACLs, truncate user and group names if they're too long, | rwatson | 2003-11-03 | 1 | -3/+5 |
* | Build address handling, traffic descriptor handling, encoding and decoding | harti | 2003-11-03 | 1 | -5/+12 |
* | Don't divide the start and end of the chunk by the sector size when | marcel | 2003-11-03 | 1 | -2/+2 |
* | Fix two bugs in the calculation of the last LBA of the GPT covered | marcel | 2003-11-03 | 1 | -2/+2 |
* | Rewrite Write_Disk() so that it creates a GPT. Note that the code is | marcel | 2003-11-03 | 1 | -15/+363 |
* | Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implement | tjr | 2003-11-02 | 4 | -254/+233 |
* | Turn Write_Disk() into a stub for now. It needs to be rewritten to | marcel | 2003-11-02 | 1 | -149/+2 |
* | o Move Int_Open_Disk() from disk.c to open_disk.c for use by all | marcel | 2003-11-02 | 6 | -304/+603 |
* | Do not fill in d_ncylinders, d_ntracks and d_nsectors in the disklabel | marcel | 2003-11-02 | 1 | -0/+2 |
* | Compile-out support for allfreebsd, dedicate, sanitize and bios on | marcel | 2003-11-02 | 1 | -0/+2 |
* | Turn Track_Aligned(), Prev_Track_Aligned(), Next_Track_Aligned(), | marcel | 2003-11-02 | 1 | -7/+22 |
* | o In Print_Chunk(), don't print the address of the chunk on ia64. It | marcel | 2003-11-02 | 1 | -4/+11 |
* | Remove TODO comment about creating a macro version of towctrans(). | tjr | 2003-11-01 | 1 | -4/+0 |
* | Fix a typo that caused the optimized single-byte locale path not to be taken. | tjr | 2003-11-01 | 1 | -1/+1 |
* | Add a manual page for the utrace() system call. | tjr | 2003-11-01 | 2 | -1/+87 |
* | Allow mbrtowc() and wcrtomb() to be implemented directly, instead of | tjr | 2003-11-01 | 7 | -50/+204 |
* | Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc. | tjr | 2003-10-31 | 4 | -75/+25 |
* | Implement fgetrune(), fungetrune() and fputrune() as wrappers around | tjr | 2003-10-31 | 1 | -36/+8 |
* | add destination address selection described in RFC3484. | ume | 2003-10-30 | 1 | -7/+412 |
* | Add '#' to the characters VIS_GLOB encodes. This fixes a bug in mtree. | phk | 2003-10-30 | 2 | -2/+3 |
* | Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magic | phk | 2003-10-30 | 2 | -2/+7 |