Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | There are four types of encoding now, not three. Most of them use the | alex | 2000-12-08 | 1 | -2/+2 | |
| | | | | backslash as a special char, but not all. | |||||
* | Upgrade to groff 1.16.1. | ru | 2000-12-06 | 1 | -8/+1 | |
| | ||||||
* | Back this out, we apparently have the ipfw(4). | ru | 2000-12-06 | 1 | -1/+1 | |
| | ||||||
* | ipfw(4) -> ipfw(8). | ru | 2000-12-06 | 1 | -1/+1 | |
| | ||||||
* | Cleanup XXXdir functions to eliminate global hash table of | deischen | 2000-12-06 | 5 | -53/+34 | |
| | | | | | | | | | | | | | | | | telldir positions. This will allow (future) locking on a per-DIR basis (for MT-safety). For now, this change does the following: o Remove the hash table from telldir.c. Recode to use queue macros. o Remove 'const' from 'telldir(const DIR *)'. o Remove 'register' variables as suggested in a recent thread. No response from: -current | |||||
* | Move the ipfw(4) xref to the description of LOG_SECURITY instead of | jhb | 2000-12-05 | 1 | -1/+1 | |
| | | | | | | | LOG_UUCP. PR: docs/23302 Submitted by: cshumway | |||||
* | - __ivaliduser_sa() was introduced for forthcoming IPv6 support to lpd | ume | 2000-12-04 | 1 | -102/+170 | |
| | | | | | | | | | | | | | - iruserok_sa() and __ivaliduser_af() were re-organized to use __ivaliduser_sa() - __icheckhost() was re-written to use getaddrinfo() instead of getipnodebyname() - better handling of multiple destination addresses in rcmd() These changes were basically taken from KAME and changed to fit our rcmd.c. Obtained from: KAME | |||||
* | mdoc(7) police: fix formatting errors in rev 1.27. | ru | 2000-12-04 | 1 | -13/+27 | |
| | ||||||
* | When recording the original arguments, stop short if we encounter | jdp | 2000-12-04 | 1 | -0/+10 | |
| | | | | | | | | a NULL argument. Some programs change the contents of the argv array, typically to remove some special arguments. They shorten argv by storing a NULL where an argument pointer used to be. Such programs core dumped if they called setproctitle(), because it would try to apply strlen() to a NULL pointer. | |||||
* | When recording the original arguments, don't (ab)use "nargc" for | jdp | 2000-12-04 | 1 | -3/+4 | |
| | | | | | iterating over the arguments. Doing so wipes out the value which is about to be stored into the ps_strings structure. | |||||
* | Add warning on file-fragmentation issues related to MAP_NOSYNC | dillon | 2000-12-03 | 1 | -0/+15 | |
| | ||||||
* | Remove last vestiges of thr_sleep and thr_wakeup from libc. | jake | 2000-12-02 | 4 | -4/+4 | |
| | ||||||
* | Fix some error-handling logic so that ferror is called before fclose, | gad | 2000-12-02 | 1 | -7/+21 | |
| | | | | | | | | | instead of immediately after the fclose. The previous logic did work on freebsd, but is somewhat risky practice (and causes trouble when porting to other OS's). PR: bin/22965 Reviewed by: Garrett Wollman | |||||
* | document O_NOFOLLOW and O_FSYNC flags to open | alfred | 2000-11-29 | 1 | -0/+21 | |
| | ||||||
* | Prefix the register argument of indirect 'jmp's with a * to make gas 2.10.x | jhb | 2000-11-28 | 3 | -3/+3 | |
| | | | | happy. | |||||
* | The parameter that contains valid options is "optstring", not "optarg". | mph | 2000-11-28 | 1 | -1/+1 | |
| | ||||||
* | Add reference to elf(5) in addition to already mentioned a.out(5) and add both | sobomax | 2000-11-27 | 1 | -0/+4 | |
| | | | | elf(5) and a.out(5) into `SEE ALSO' section. | |||||
* | Note that the `fmt' parameter is a printf()-like string. | obrien | 2000-11-26 | 1 | -1/+4 | |
| | ||||||
* | Make it possible to override the function which writes messages to | phk | 2000-11-26 | 2 | -18/+32 | |
| | | | | | | | stderr in case of warnings and errors. Rename malloc_options to have a leading underscore, I belive I have been told that is more correct namespace wise. | |||||
* | sprintf -> snprintf | kris | 2000-11-26 | 1 | -1/+1 | |
| | ||||||
* | Remove the only hard sentence break in the file. | sheldonh | 2000-11-24 | 1 | -4/+5 | |
| | ||||||
* | Eliminate groff(1) warnings. | ru | 2000-11-24 | 7 | -49/+77 | |
| | ||||||
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 38 | -64/+92 | |
| | ||||||
* | log | ru | 2000-11-22 | 4 | -0/+4 | |
| | ||||||
* | Fix a logic reversal: the RFFDG flag must be unset in order to share | jlemon | 2000-11-21 | 1 | -3/+6 | |
| | | | | | | a file descriptor table. (Thanks to Alan Cox) Clarify the fact that the changelist and eventlist can be shared. | |||||
* | Clarify the time parameter of the kevent() system call. | asmodai | 2000-11-21 | 1 | -1/+1 | |
| | | | | | | Inspired by PR: 21708 Submitted by: Ronald F. Guilmette <rfg@monkeys.com> Reviewed by: jlemon | |||||
* | Fix hard sentence break introduced in rev 1.7. | sheldonh | 2000-11-20 | 1 | -1/+2 | |
| | ||||||
* | Add a period missing from rev 1.13. | sheldonh | 2000-11-20 | 1 | -1/+1 | |
| | ||||||
* | Remove blank line introduced in rev 1.13. | sheldonh | 2000-11-20 | 1 | -1/+0 | |
| | ||||||
* | mdoc(7) police: fixed warnings. | ru | 2000-11-20 | 1 | -4/+2 | |
| | ||||||
* | mdoc(7) police: fixed warning. | ru | 2000-11-20 | 1 | -1/+1 | |
| | ||||||
* | mdoc(7) police: Nm -> Fn where appropriate. | ru | 2000-11-20 | 11 | -51/+40 | |
| | ||||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 3 | -15/+15 | |
| | ||||||
* | MAXPATHNAMELEN -> MAXPATHLEN | kris | 2000-11-19 | 1 | -1/+1 | |
| | | | | | Submitted by: ianm@kashmir.cit.nepean.uws.edu.au via OpenBSD Obtained from: OpenBSD | |||||
* | Don't suggest people use getpid() to construct temporary filenames; | kris | 2000-11-19 | 1 | -2/+6 | |
| | | | | | | point them to mkstemp() instead. Obtained from: OpenBSD (based on) | |||||
* | Update the documentation to describe the new mktemp() family behaviour. | kris | 2000-11-19 | 1 | -8/+33 | |
| | | | | | | | Also notes that mkstemp() first appeared in 4.4BSD (change obtained from OpenBSD) Reviewed by: sheldonh | |||||
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 18 | -19/+19 | |
| | ||||||
* | Replace a `dagger' sign with a `double dagger' one. | ru | 2000-11-16 | 1 | -15/+15 | |
| | | | | The former looks ugly on grotty(1) devices. | |||||
* | Remove fullstops from the end of .Xr lines in SEE ALSO section. | ben | 2000-11-15 | 7 | -7/+7 | |
| | ||||||
* | Convert this from -man to -mdoc. | ru | 2000-11-14 | 1 | -140/+345 | |
| | ||||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 24 | -33/+68 | |
| | ||||||
* | 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> |