summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a typo that caused the optimized single-byte locale path not to be taken.tjr2003-11-011-1/+1
* Add a manual page for the utrace() system call.tjr2003-11-012-1/+87
* Allow mbrtowc() and wcrtomb() to be implemented directly, instead oftjr2003-11-017-50/+204
* Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.tjr2003-10-314-75/+25
* Implement fgetrune(), fungetrune() and fputrune() as wrappers aroundtjr2003-10-311-36/+8
* add destination address selection described in RFC3484.ume2003-10-301-7/+412
* Add '#' to the characters VIS_GLOB encodes. This fixes a bug in mtree.phk2003-10-302-2/+3
* Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magicphk2003-10-302-2/+7
* Allow to specify a character special device as a core file.simokawa2003-10-291-21/+18
* Remove __NETBSD_SYSCALLS.tjr2003-10-291-6/+0
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelstjr2003-10-298-31/+4
* Make this part identical with NetBSD: Use recvlen instead of inlen.mbr2003-10-291-1/+1
* Don't compare NULL against a character.mbr2003-10-291-3/+3
* Don't use NULL to compare against a char.mbr2003-10-291-2/+2
* Don't use NULL to compare against a character.mbr2003-10-291-1/+1
OpenPOWER on IntegriCloud