summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix the build by adjusting the include directives. The problem washarti2003-11-102-4/+6
* Link libbsnmp to the build.harti2003-11-101-1/+1
* Add build infrastructure for libbsnmp and the modules. Add theharti2003-11-1020-0/+3216
* Document EINVAL for len == 0.des2003-11-101-1/+1
* Document KTR_DROP.jkoshy2003-11-101-0/+9
* If a thread in critical region got a synchronous signal, according currentdavidxu2003-11-092-0/+4
* Use THR lock instead of KSE lock to avoid scheduler be blocked in spinlock.davidxu2003-11-082-34/+32
* Virtual addresses in headers of ELF files for dynamic objects needmarcel2003-11-081-6/+9
* Add one more cross-reference to gb2312(5).tjr2003-11-081-0/+1
* Add cross-references to new gb2312(5) manual page.tjr2003-11-082-0/+2
* Add a fairly simple manual page for the new GB2312 encoding.tjr2003-11-082-1/+58
* Remove unused #includes.tjr2003-11-085-11/+0
* Use __inline instead of inline.tjr2003-11-081-1/+1
* Refer to wide characters instead of runes. Remove redundant example locale.tjr2003-11-082-246/+36
* Refer to wide characters instead of runes.tjr2003-11-082-4/+6
* Build the layer 3 (signalling) stuff into the library and installharti2003-11-071-3/+9
* Rephrase .Nd description to contain the keykientzle2003-11-061-1/+1
* Add gb2312 encoding.davidxu2003-11-053-1/+120
* style(9)deischen2003-11-052-80/+106
* Don't declare the malloc lock; use the declaration provided in libc.deischen2003-11-052-2/+12
* Remove #include of spinlock.h from libc_private.h. Declare spinlocks asdeischen2003-11-052-5/+4
* - plug memory leak.ume2003-11-056-110/+150
* Pass NULL instead of a pointer to a zeroed mbstate_t object.tjr2003-11-056-37/+17
* Pass NULL instead of a pointer to a zeroed mbstate_t object.tjr2003-11-052-10/+4
* Implement mbrtowc() and wcrtomb() directly (sync with big5.c).tjr2003-11-051-53/+50
* Add pthread_atfork() source code. Dan forgot to commit this file.davidxu2003-11-052-0/+112
* Add an implementation for pthread_atfork().deischen2003-11-0411-12/+144
* Add the ability to reinitialize libpthread's internal FIFO-queueingdeischen2003-11-044-30/+114
* Add the ability to reinitialize a spinlock (libc/libpthreaddeischen2003-11-042-24/+34
* s/foo()/foo(void)/deischen2003-11-042-4/+6
* Libpthread uses the convention that all of its (non-weak) symbolsdeischen2003-11-042-10/+22
* Add the ability to reinitialize a mutex (internally, not a userlanddeischen2003-11-042-14/+40
* Externalize malloc's spinlock so that a thread library can takedeischen2003-11-042-0/+9
* Pass mbrtowc() and wcrtomb() NULL instead of a pointer to a freshly zeroedtjr2003-11-043-9/+3
* Add a reference to the new utrace(2) manual page.tjr2003-11-041-1/+2
* * Modify libpcap to work a bit better with our 802.11 code. This meansgreen2003-11-041-1/+3
* o Save a copy of the GPT entries for which there's a chunk with anmarcel2003-11-041-10/+55
* When printing ACLs, truncate user and group names if they're too long,rwatson2003-11-031-3/+5
* Build address handling, traffic descriptor handling, encoding and decodingharti2003-11-031-5/+12
* Don't divide the start and end of the chunk by the sector size whenmarcel2003-11-031-2/+2
* Fix two bugs in the calculation of the last LBA of the GPT coveredmarcel2003-11-031-2/+2
* Rewrite Write_Disk() so that it creates a GPT. Note that the code ismarcel2003-11-031-15/+363
* Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implementtjr2003-11-024-254/+233
* Turn Write_Disk() into a stub for now. It needs to be rewritten tomarcel2003-11-021-149/+2
* o Move Int_Open_Disk() from disk.c to open_disk.c for use by allmarcel2003-11-026-304/+603
* Do not fill in d_ncylinders, d_ntracks and d_nsectors in the disklabelmarcel2003-11-021-0/+2
* Compile-out support for allfreebsd, dedicate, sanitize and bios onmarcel2003-11-021-0/+2
* Turn Track_Aligned(), Prev_Track_Aligned(), Next_Track_Aligned(),marcel2003-11-021-7/+22
* o In Print_Chunk(), don't print the address of the chunk on ia64. Itmarcel2003-11-021-4/+11
* Remove TODO comment about creating a macro version of towctrans().tjr2003-11-011-4/+0
OpenPOWER on IntegriCloud