summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix some bugs that would prevent %fsr to be set correctly, and addtmm2002-03-114-8/+25
* Account for <machine/fsr.h> no longer being usable for assembler code.tmm2002-03-112-2/+6
* Fix __dtoul to work on sparc64 (it used a half-way v8 stack layout),tmm2002-03-111-13/+13
* Save/restore the %y register around calls to the C user trap handler;tmm2002-03-111-0/+4
* cosmetic: spell 'cashe' as 'cache'billf2002-03-103-3/+3
* Don't refer the reader to look for a word that doesn't exist anywheredd2002-03-101-1/+3
* If syslog fails to talk to syslogd, then it tries to write a messagedwmalone2002-03-091-4/+4
* Correct a typo.dd2002-03-091-1/+1
* This API will appear in FreeBSD 4.6.dd2002-03-091-1/+1
* Bring a comment in line with the code, and fix some spelling errorsdd2002-03-091-4/+3
* Fix build. I commented out getpass() in readpassphrase.c because thegreen2002-03-091-3/+3
* Update readpassphrase(3)to the latest revisions. Changes are mainly duegreen2002-03-082-57/+146
* Improve punctuation consistency: all errors had a '.' after themrwatson2002-03-081-1/+1
* Add new errno ``ENOATTR''.green2002-03-072-0/+5
* Add GETPID to the list of operations for which semctl(2) returns the value.maxim2002-03-061-1/+1
* Add a carriage return to each function declaration, and make use of ID tageric2002-03-061-8/+12
* When multiple threads call atexit at the same time, some operations musttegge2002-03-051-2/+28
* Add fpsetmask(). Needed to build miniperl.jake2002-03-052-2/+29
* Fix a bug where siglongjmp would clobber the argument to return fromjake2002-03-051-2/+2
* Connect the sparc64 userland fp emulator to the build.tmm2002-03-051-0/+2
* Check if string is not NULL, not *string, before setting *string.green2002-02-271-2/+2
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-272-1/+5
* use _GENERIC_DIRSIZ(dp) to avoid copying too much of the dirent overalfred2002-02-261-2/+2
* Per POSIX <grp.h> doesn't require <sys/types.h>.sobomax2002-02-251-1/+0
* Add userland floating point emulator code for sparc64. This is a porttmm2002-02-2317-1/+3520
* Add ifdefs for sparc64.jake2002-02-233-2/+7
* Fix wrong offsets. Add offsets for %fsr and %tstate.jake2002-02-231-6/+11
* Add space for %fsr and %tstate to utrapframe. Save them in the genericjake2002-02-232-1/+14
* o style(9) and consistency fix:jedgar2002-02-211-2/+2
* o style(9) and consistency fixes:jedgar2002-02-215-44/+41
* Add more argument checkingjedgar2002-02-212-0/+17
* static'ize and declare functionsjedgar2002-02-211-1/+5
* Fixed divots that I created when I moved prototypes of group_from_gidimp2002-02-192-2/+3
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-1835-33/+100
* o style and consistency fixes:jedgar2002-02-176-40/+40
* Fix two file descriptor leaks in the internal function local_rpcb()iedowse2002-02-161-1/+8
* Document that the type of st_flags is now fflags_t.wollman2002-02-151-2/+2
* Don't leave stack garbage in the reserved fields of the header.bde2002-02-151-0/+1
* Fixed style bugs in rev.1.5:bde2002-02-151-4/+5
* Use new-style function declations.imp2002-02-131-6/+2
* Don't make it seem like vm.max_proc_mmap only affects MAP_FIXED.dd2002-02-101-4/+4
* Part III: Update extended attribute system call interface documentation.rwatson2002-02-101-18/+39
* FreeBSD 4.1 bootstrapping aid (__FBSDID is not there).ru2002-02-082-0/+4
* Move the AF_LOCAL check to the AF_INET check since portmap protocolalfred2002-02-061-5/+1
* ANSIfy and remove some dead code.des2002-02-062-81/+35
* Apply the following mechanical transformations in preparation fordes2002-02-062-133/+133
* balance parens.alfred2002-02-051-1/+1
* For RPC v2 we need to fill in ret->xp_raddr too. INET_6alfred2002-02-051-1/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,alfred2002-02-0519-22/+37
* Do not call addrinfo on local transport adresses, if returning aalfred2002-02-051-5/+25
OpenPOWER on IntegriCloud