summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Generate the normal asm stubs for all sysv system calls. Use these insteadjake2002-05-237-33/+18
* Avoid wandering over the beginning of the actual bufferrobert2002-05-231-1/+1
* Let this code know about PowerPC.benno2002-05-211-1/+1
* Update the EINVAL description again - it turns out that EINVALroam2002-05-171-3/+4
* _C_LABEL -> CNAMEbenno2002-05-171-14/+14
* Flesh this out, based on the NetBSD version.benno2002-05-171-10/+41
* Grow RSYSCALL.obrien2002-05-151-0/+4
* Our default syscall.S is identical to what was explicitly being done forobrien2002-05-154-67/+2
* Blah, fix stupid syntax error.obrien2002-05-151-1/+1
* host-network order conversion routines.obrien2002-05-155-0/+158
* PowerPC does not have profile support yet.obrien2002-05-151-0/+2
* Beginnings of syscall bits for PowerPC. These are no doubtedly wrong,obrien2002-05-151-0/+43
* Clarify that the value of getc() etc. is an unsigned char convertedfanf2002-05-151-0/+4
* Document Q_GETQUOTA returning EINVAL when quotas are not enabledroam2002-05-141-0/+4
* Use the right byte order for unaligned stores. <blush>.jake2002-05-131-1/+1
* Handle alignment fault fixups in libc rather than in the kernel.jake2002-05-135-2/+120
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-121-3/+1
* s/demon/daemon/dd2002-05-121-1/+1
* Document that <netinet/in.h> can also provide prototypes. Changemike2002-05-111-2/+6
* Add a support macro to convert the 5-bit packed register field ofjake2002-05-113-66/+90
* Avoid casting a different sized integer to a pointer on LP64 systems.peter2002-05-101-1/+1
* Replace /kernel with /boot/kernel/kernel.joe2002-05-091-1/+1
* Some updates to mention accept filters and howsilby2002-05-082-2/+33
* Fix bug that causes passwd and friends to fail when the user has a '+' indes2002-05-071-0/+3
* Use __FBSDIDobrien2002-05-061-2/+3
* We typically don't add trailing /'s.obrien2002-05-061-1/+1
* Document the lchflags(2) syscall.mux2002-05-052-1/+14
* Fix fd leak. Threads people: does the call above to `access' need to bewollman2002-05-031-1/+3
* Add an alternate signal trampoline to libc; add a wrapper for the sigtrampjake2002-04-294-2/+96
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-2815-117/+122
* Add code to emulate arithmetic, comparison and conversion operationsjake2002-04-282-1/+136
* Emulate ldq and stq (load/store long double) instructions. GCC has startedjake2002-04-2712-106/+252
* #include <string.h> instead of <strings.h>des2002-04-251-1/+1
* Constify _malloc_options.phk2002-04-242-3/+3
* Implement several of the c99 updates to scanf(3):fenner2002-04-202-140/+220
* mdoc(7) police: polishing.ru2002-04-191-11/+14
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-196-11/+22
* Connect the kenv.2 manpage to the build.mux2002-04-181-1/+1
* Add a manpage for the kenv(2) syscall that Chad David kindlymux2002-04-181-0/+172
* Support the snapshot file flag, so that tools like 'ls -ol' workjoe2002-04-161-0/+3
* Add awareness of an IPv6.ume2002-04-151-7/+20
* Quoting log message for OpenBSD rev 1.7:nectar2002-04-151-0/+28
* Missed a spot in previous commit.des2002-04-151-1/+3
* (ab)use unused bits in the pw_fields member of struct passwd to recorddes2002-04-141-2/+12
* Remove the hard-coded limit of 3 bytes for EUC encodings.asmodai2002-04-141-1/+3
* Correct markup.dd2002-04-141-1/+2
* Install digittoint.3 (forgotten in rev 1.21)des2002-04-131-1/+1
* Use the correct macros for F_SETFD/F_GETFD instead of magic numbers.asmodai2002-04-131-4/+12
* This was recently MFC'd, so it will appear in 4.6.dd2002-04-131-1/+1
* Implement _Unwind_FindTableEntry(). This function is part of GCCmarcel2002-04-132-0/+130
OpenPOWER on IntegriCloud