Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change [Ii]t's to "It is" and "its" as appropriate. | sheldonh | 2000-11-14 | 1 | -1/+1 | |
| | ||||||
* | Whitespace only: remove hard sentence breaks introduced in previous | sheldonh | 2000-11-14 | 1 | -3/+4 | |
| | | | | commit and use a paragraph marker (Pp) instead of a blank line. | |||||
* | Bump the shared lib version. There seems to have been an incompatible | obrien | 2000-11-14 | 1 | -1/+1 | |
| | | | | | change committed to RELENG_4 where a bump there is now necessary. We've got to go before RELENG_4 does. | |||||
* | Fix bug introduced in previous commit: users obtained via compat mode | nectar | 2000-11-13 | 1 | -3/+8 | |
| | | | | | | had uid, gid set to 0 if not otherwise specified! Submitted by: eivind | |||||
* | Create the links for the reentrant time functions. | nik | 2000-11-12 | 1 | -1/+3 | |
| | | | | | PR: docs/22644 Submitted by: andrew@ugh.net.au | |||||
* | Correct description of KERN_PROC. Add description of KERN_PROC_ARGS. | abial | 2000-11-11 | 1 | -2/+13 | |
| | ||||||
* | Increase the size of the mktemp() filename space by dropping the PID from | kris | 2000-11-10 | 1 | -25/+17 | |
| | | | | | | | | | | | | | the encoding and using the character set [a-zA-Z0-9]. This gives a total of 62^6 = 56800235584 possible temporary filenames for the usual default invocation of 6 X's (compared to as few as 52 possibilities for the previous algorithm where up to 5 characters were wasted by the PID). Update some apparently bitrotten comments to reflect reality. Audited by: eivind, freebsd-audit Reviewed by: freebsd-current (a while ago) Originally submitted by: Peter Jeremy <Peter.Jeremy@alcatel.com.au> | |||||
* | remove outdated bugs, we actually do have aio_cancel support | alfred | 2000-11-10 | 2 | -4/+1 | |
| | | | | as well as support for the field aio_offset in the aiocb structure. | |||||
* | Fix passwd entry `prototypes' in compat mode. I broke this in revision | nectar | 2000-11-10 | 1 | -34/+16 | |
| | | | | | | 1.55 when importing nsswitch from NetBSD. Reported by: Naoki Kobayashi <shibata@geo.titech.ac.jp> | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 12 | -35/+21 | |
| | ||||||
* | Use size_t rather than a 16-bit data type fo the length. | obrien | 2000-11-07 | 1 | -1/+5 | |
| | | | | | PR: 9350 Submitted by: Danny J. Zerkel <dzerkel@columbus.rr.com> | |||||
* | Fixed typos. | ru | 2000-11-06 | 1 | -4/+4 | |
| | ||||||
* | More secure temporary filename. This needs to be revisited to use | kris | 2000-11-02 | 1 | -1/+1 | |
| | | | | mkstemp(). | |||||
* | Fix nits introduced in rev 1.9: | sheldonh | 2000-10-30 | 1 | -2/+4 | |
| | | | | | Remove single-space hard sentence break. Mark errno up as a Variable (Va). | |||||
* | Replace old sigaction struct declaration with the new one as present | asmodai | 2000-10-30 | 1 | -12/+8 | |
| | | | | | | | | | | in <sys/signal.h>. This might be a shortterm fix until the manpage is updated towards POSIX terminology. And maybe not... PR: 21542 Submitted by: Ronald F. Guilmette <rfg@monkeys.com> | |||||
* | Correct incorrect information about the PATH used for exec*() calls. | asmodai | 2000-10-30 | 1 | -4/+7 | |
| | | | | | PR: 21990 Partially submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net> | |||||
* | Whitespace only change: trim trailing whitespace. | asmodai | 2000-10-30 | 54 | -186/+186 | |
| | ||||||
* | Fix memory leak. | sumikawa | 2000-10-29 | 1 | -0/+2 | |
| | | | | Obtained from: KAME | |||||
* | Back out previous commit (MLINK malloc.conf.5 -> malloc.3). | eivind | 2000-10-29 | 1 | -1/+0 | |
| | | | | | | This did not work correctly with whatis(1). Issue brought up by: mpp | |||||
* | Add link malloc.conf.5 -> malloc.3 | eivind | 2000-10-29 | 1 | -0/+1 | |
| | ||||||
* | Style & grammar fixes. | mpp | 2000-10-28 | 1 | -3/+7 | |
| | | | | PR: docs/22374, docs/13020 | |||||
* | defined HAVE_IFM_DATA for (free|net|open)bsd | ume | 2000-10-28 | 1 | -0/+5 | |
| | | | | | Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp> Obtained from: KAME Project | |||||
* | Explicitly initialize _pw_passwd. | nectar | 2000-10-27 | 1 | -1/+1 | |
| | ||||||
* | Make RES_OPTIONS=inet6 work. | ume | 2000-10-27 | 1 | -0/+4 | |
| | | | | | | Basically PR22196, but slightly modified. PR: bin/22196 | |||||
* | For %c replace reference to asctime(3) with ctime(3) from which %c genetically | ache | 2000-10-26 | 1 | -1/+1 | |
| | | | | originates | |||||
* | Treat c_fmt field as compatibility placeholder | ache | 2000-10-26 | 2 | -5/+3 | |
| | ||||||
* | Force "%c" to be ctime-compatible | ache | 2000-10-26 | 1 | -1/+2 | |
| | | | | Submitted by: ru | |||||
* | Force %c to be "%a %Ef %T %Y" to eliminate problems with bad c_fmt | ache | 2000-10-26 | 2 | -5/+6 | |
| | | | | Submitted by: ru | |||||
* | Describe %c better | ache | 2000-10-24 | 1 | -3/+7 | |
| | | | | Submitted by: ru (with modifications) | |||||
* | Correct the text on RETURN VALUES. | n_hibma | 2000-10-20 | 1 | -1/+3 | |
| | ||||||
* | Return zero from setjmp() and _setjmp() for now. | dfr | 2000-10-16 | 2 | -0/+5 | |
| | ||||||
* | Fix a couple of dumb mistakes. | dfr | 2000-10-16 | 1 | -7/+9 | |
| | ||||||
* | Fix RAW dependency violation on p6 between cmp and mov. | marcel | 2000-10-15 | 2 | -0/+2 | |
| | ||||||
* | Initial libc port for ia64. | dfr | 2000-10-14 | 45 | -0/+3022 | |
| | ||||||
* | Document the ptrace() PT_STEP request. | jwd | 2000-10-14 | 1 | -1/+10 | |
| | | | | | | | | Add references to the newly added hardware debug register support functions i386_clr_watch(3) and i386_set_watch(3). Reviewed by: Sean Eric Fagan <sef@kithrup.com> and no other response to the review request. | |||||
* | o Introduce cap_from_text() and cap_to_text() implementations. | rwatson | 2000-10-13 | 2 | -1/+573 | |
| | | | | | | Reviewed by: green Obtained from: TrustedBSD Project Security audited by: imp, green | |||||
* | o Simplify capability types away from an array of ints to a single | rwatson | 2000-10-13 | 2 | -8/+10 | |
| | | | | | | | | | | | | | | | | | | u_int64_t flag field, bounding the number of capabilities at 64, but substantially cleaning up capability logic (there are currently 43 defined capabilities). o Heads up to anyone actually using capabilities: the constant assignments for various capabilities have been redone, so any persistent binary capability stores (i.e., '$posix1e.cap' EA backing files) must be recreated. If you have one of these, you'll know about it, so if you have no idea what this means, don't worry. o Update libposix1e to reflect this new definition, fixing the exposed functions that directly manipulate the flags fields. Obtained from: TrustedBSD Project | |||||
* | o Update BUGS entry to indicate in a more precise manner the implementation | rwatson | 2000-10-12 | 9 | -23/+15 | |
| | | | | | | | status of capabilities (library is complete, kernel work is maintained outside the tree). Obtained from: TrustedBSD Project | |||||
* | Fix pthread cancellation point propagation. | jasone | 2000-10-12 | 1 | -5/+5 | |
| | ||||||
* | o Introduce a MAINTAINER entry for libposix1e, since it is actively | rwatson | 2000-10-02 | 1 | -0/+1 | |
| | | | | developed and maintained. | |||||
* | Use issetugid instead of comparing get[ug]id and gete[ug]id. | nectar | 2000-09-30 | 1 | -5/+2 | |
| | | | | Suggested by: Don Lewis <Don.Lewis@tsc.tdk.com> | |||||
* | Ignore HESIOD_CONFIG and HES_DOMAIN environmental variables for | nectar | 2000-09-29 | 1 | -2/+12 | |
| | | | | | | set-user-ID and set-group-ID programs. Suggested by: Danny Braniss <danny@cs.huji.ac.il> | |||||
* | Add man pages for mod*(2). Shamelessly cut/pasted from the kld*(2) man | peter | 2000-09-28 | 10 | -0/+307 | |
| | | | | pages by Chris Costello. | |||||
* | Fix typo | phantom | 2000-09-27 | 1 | -1/+1 | |
| | | | | | PR: misc/21596 Submitted by: TOGAWA Satoshi <toga@puyo.org> | |||||
* | off-by-1 error in string length validation | itojun | 2000-09-25 | 1 | -7/+6 | |
| | | | | From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> | |||||
* | o Minor whitespace, comment cleanups | rwatson | 2000-09-22 | 1 | -27/+14 | |
| | | | | | | | o Removal of unneeded enum o Removal of commented out debugging printf()'s. Obtained from: TrustedBSD Project | |||||
* | Better documentation of append mode. This should have gone in -current | eivind | 2000-09-22 | 1 | -0/+8 | |
| | | | | | | directly. Now also .Xr fseek reference. Prodded by: sheldonh | |||||
* | Resurrect documentation of chflags(2)'s SF_ARCHIVED. | rse | 2000-09-22 | 1 | -2/+2 | |
| | | | | | PR: 21428 Reviewed by: ben | |||||
* | Add a couple of debug register helper functions to assist in setting | bsd | 2000-09-21 | 5 | -4/+249 | |
| | | | | | | and clearing watchpoints. Reviewed by: jwd@FreeBSD.org, -hackers@ | |||||
* | Oops, un-spam this file - the last commit was an accident. | brian | 2000-09-20 | 1 | -1/+0 | |
| | | | | Pointed out by: phk |