Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add FBSDID. Remove unused include. Getopt returns -1 not EOF. | charnier | 2002-03-26 | 1 | -5/+5 |
| | |||||
* | spelling | charnier | 2002-03-26 | 2 | -4/+4 |
| | |||||
* | Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes. | bde | 2002-03-26 | 6 | -24/+42 |
| | |||||
* | Add a dictionary of technical terms. | murray | 2002-03-26 | 4 | -1/+294 |
| | | | | | | | | | | | This file contains FreeBSD/Unix lexicon that is used by the system documentation. It makes a great ispell(1) personal dictionary to supplement the standard English language dictionary, and can be used to greatly reduce the number of false positives when spell checking share/man/*, www/*, or doc/* Discussed with: ru, obrien MFC after: 2 weeks | ||||
* | Add drivers.conf(5) to the SEE ALSO section. | murray | 2002-03-26 | 1 | -0/+1 |
| | | | | MFC after: 1 week | ||||
* | A new man page describing the drivers.conf configuration file that | murray | 2002-03-26 | 1 | -0/+119 |
| | | | | | | | specifies which kernel options should be removed from the boot kernel (kern.flp) and loaded as modules from the mfsroot.flp. Reviewed by: ru, dd | ||||
* | Fixed some bugs in the description of plain gamma() (and gammaf()). | bde | 2002-03-26 | 1 | -19/+19 |
| | | | | | Give a more detailed and correct history of when gamma() was actually the gamma function. | ||||
* | add extra include path to get .h files from source being used to compile | darrenr | 2002-03-26 | 1 | -0/+1 |
| | |||||
* | Misc little cleanups. | sos | 2002-03-26 | 5 | -33/+27 |
| | |||||
* | Fixed some minor style bugs. | bde | 2002-03-26 | 1 | -2/+2 |
| | |||||
* | Forgot one more instance of my old email address. | phk | 2002-03-26 | 1 | -1/+1 |
| | |||||
* | Remove an unused prototype. | alc | 2002-03-26 | 1 | -1/+0 |
| | |||||
* | Support -o 0 in join(1) as per SUS. | jmallett | 2002-03-26 | 2 | -17/+35 |
| | | | | | | PR: 36072 Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> Reviewed by: mike | ||||
* | Get the guarding right. The IA-64 has a different organization for this | obrien | 2002-03-26 | 1 | -5/+4 |
| | | | | than our other platforms. | ||||
* | Don't start any sendmail process in the back ground. | obrien | 2002-03-26 | 1 | -3/+3 |
| | | | | Requested by: gshapiro | ||||
* | Join continuation lines that fit in 80 columns after removal of __P(()). | bde | 2002-03-26 | 1 | -4/+2 |
| | |||||
* | Fixed some style bugs in the removal of __P(()). Some function parameter | bde | 2002-03-26 | 4 | -8/+6 |
| | | | | lists were outdented to column 0. | ||||
* | Added used include of <sys/sx.h>. Don't depend on namespace pollution in | bde | 2002-03-26 | 1 | -0/+1 |
| | | | | <sys/file.h>. | ||||
* | Added used include of <sys/sx.h>. Don't depend on namespace pollution in | bde | 2002-03-25 | 1 | -0/+1 |
| | | | | <sys/file.h> or <sys/socketvar.h>. | ||||
* | Commit work-around for panics when mounting FS's that are auto-loaded as | obrien | 2002-03-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | modules (ie. procfs.ko). When the kernel loads dynamic filesystem module, it looks for any of the VOP operations specified by the new filesystem that have not been registered already by the currently known filesystems. If any of such operations exist, vfs_add_vnops function calls vfs_opv_recalc function, which rebuilds vop_t vectors for each filesystem and sets all global pointers like ufs_vnops_p, devfs_specop_p, etc to the new values and then frees the old pointers. This behavior is bad because there might be already active vnodes whose v_op fields will be left pointing to the random garbage, leading to inevitable crash soon. Submitted by: Alexander Kabaev <ak03@gte.com> | ||||
* | Fix bktr and pcf compilation with LINT | nsouch | 2002-03-25 | 5 | -20/+12 |
| | |||||
* | Don't background the sendmail-clientmqueue process -- can give: | obrien | 2002-03-25 | 1 | -1/+1 |
| | | | | sm-queue[181]: NOQUEUE: SYSERR(root): fill_fd: before readcf: fd 1 not open: Bad file descriptor | ||||
* | Only use POSIX Awk features. | obrien | 2002-03-25 | 1 | -1/+1 |
| | |||||
* | Back out revision 1.13 (addition of ipfilter includes). A proper | ru | 2002-03-25 | 1 | -6/+0 |
| | | | | | fix for the relevant world breakage was later committed in revision 1.20, and this now breaks -DNO_IPFILTER world. | ||||
* | - Recommit the securelevel_gt() calls removed by commits rev. 1.84 of | arr | 2002-03-25 | 3 | -6/+16 |
| | | | | | | | | kern_linker.c and rev. 1.237 of vfs_syscalls.c since these are not the source of the recent panics occuring around kldloading file system support modules. Requested by: rwatson | ||||
* | Fix the case when high letters becomes missing from fold tables | ache | 2002-03-25 | 1 | -4/+9 |
| | | | | for some locales | ||||
* | Fix grammer in comment. | phk | 2002-03-25 | 1 | -1/+1 |
| | | | | Submitted by: Engin Gunduz <engin@ripe.net> | ||||
* | Fix the case when record separator is 'Z' letter | ache | 2002-03-25 | 1 | -2/+6 |
| | | | | Sense high spaces for -d option too | ||||
* | Fix typo (missing paren) affecting KRB4 && KRB5 case. | nectar | 2002-03-25 | 1 | -1/+1 |
| | | | | Approved by: des | ||||
* | Remove double REC_D assignment | ache | 2002-03-25 | 1 | -2/+2 |
| | | | | Cast REC_D optarg assignment to (u_char) to prevent out of bounds indexing | ||||
* | Fix a typo | brian | 2002-03-25 | 1 | -1/+1 |
| | | | | Submitted by: dirk | ||||
* | Modernize my email address. | phk | 2002-03-25 | 20 | -22/+22 |
| | |||||
* | Modernize my email address | phk | 2002-03-25 | 13 | -13/+13 |
| | |||||
* | Modernize my email address. | phk | 2002-03-25 | 17 | -17/+17 |
| | |||||
* | Modernize my email-address. | phk | 2002-03-25 | 1 | -1/+1 |
| | |||||
* | Merged from sys/dev/sio/sio.c revisions 1.366 and 1.369. | nyan | 2002-03-25 | 2 | -4/+20 |
| | |||||
* | Merged from sys/dev/syscons/syscons.c revision 1.379. | nyan | 2002-03-25 | 1 | -0/+1 |
| | |||||
* | Upgrade to GNU texinfo 4.1. | ru | 2002-03-25 | 3 | -3/+16 |
| | |||||
* | Update for GNU texinfo 4.1. | ru | 2002-03-25 | 3 | -200/+273 |
| | |||||
* | Merge texinfo 4.1 changes onto the trunk. | ru | 2002-03-25 | 1 | -16/+18 |
| | |||||
* | Use stock (FSF) version of this file. | ru | 2002-03-25 | 6 | -497/+2189 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r93139, | ru | 2002-03-25 | 73 | -2862/+14642 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import of stripped down GNU texinfo 4.1 | ru | 2002-03-25 | 80 | -3374/+16842 |
| | | |||||
* | | MFi386: revision 1.396 | nyan | 2002-03-25 | 1 | -2/+2 |
| | | |||||
* | | Fix style. | nyan | 2002-03-25 | 4 | -31/+23 |
| | | |||||
* | | Corrected arguments to key_allocsa called from | ume | 2002-03-25 | 2 | -7/+11 |
| | | | | | | | | | | | | | | | | {esp6, ah6}_ctlinput. Previous ones were uninitialized auto variables, which were completely bogus. Obtained from: KAME MFC after: 1 week | ||||
* | | Add forgotten flag in flag lists. | pb | 2002-03-25 | 1 | -2/+2 |
| | | | | | | | | | | PR: docs/36267 (partial) Submitted by: Thomas Quinot <thomas.cuivre.fr.eu.org> | ||||
* | | 3rd arg to bcmp() was wrong. From: David Wang <dsw@juniper.net> | ume | 2002-03-25 | 1 | -1/+1 |
| | | | | | | | | | | Obtained from: KAME MFC after: 1 week | ||||
* | | Include <machine/limits.h> for definition of ULONG_MAX. Remove a | mike | 2002-03-25 | 1 | -1/+1 |
| | | | | | | | | duplicate include. | ||||
* | | Include <machine/limits.h> for definition of ULONG_MAX. | mike | 2002-03-25 | 1 | -0/+1 |
| | |