summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-1121-39/+54
| | | | | uses of iov_base which assume its type is `char *' (in order to do pointer arithmetic) have been updated to cast iov_base to `char *'.
* Build kerberized versions of the PAM library, and install themru2002-10-113-2/+10
| | | | | | | into corresponding distributions during "make release". (This also cleans the "slib" distribution up from the .o files.) PR: misc/43825 (inspired by)
* Pass -o option to crunchgen(1) to ensure object files end upru2002-10-111-2/+2
| | | | | | | | | | in seperate directories. This mostly affects RELENG_4 where not doing so results in ${CHROOTDIR}/usr/src/release being filled with object files, and "srelease" distribution having them in. PR: misc/43825 Prodded by: re (murray)
* Slight overhaul of arc4random() and friends.phk2002-10-113-29/+53
| | | | | | | | | | | | | | | | | | | One bug fixed: Use getmicrouptime() to trigger reseeds so that we cannot be tricked by a clock being stepped backwards. Express parameters in natural units and with natural names. Don't use struct timeval more than we need to. Various stylistic and readability polishing. Introduce arc4rand(void *ptr, u_int len, int reseed) function which returns a stream of pseudo-random bytes, observing the automatic reseed criteria as well as allowing forced reseeds. Rewrite arc4random() in terms of arc4rand(). Sponsored by: DARPA & NAI Labs.
* Add myself.cognet2002-10-111-0/+1
| | | | Reviewed by: mux (mentor)
* Update for Groff 1.18.1.ru2002-10-111-0/+2
|
* New Russian hyphenation patterns from the teTeX distribution.ru2002-10-113-4845/+6
| | | | Use the new .hpfa request to append them to English patterns.
* This commit was generated by cvs2svn to compensate for changes in r104895,ru2002-10-111-0/+3893
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Russian hyphenation patterns from teTeX.ru2002-10-111-0/+3893
|
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);sobomax2002-10-118-51/+669
| | | | | | | | | | | | | - add wrappers for mmap2(2) and ftruncate64(2) system calls; - don't spam console with printf's when VFAT_READDIR_BOTH ioctl(2) is invoked; - add support for SOUND_MIXER_READ_STEREODEVS ioctl(2); - make msgctl(IPC_STAT) and IPC_SET actually working by converting from BSD msqid_ds to Linux and vice versa; - properly return EINVAL if semget(2) is called with nsems being negative. Reviewed by: marcel Approved by: marcel Tested with: LSB runtime test
* Do not allow empty GIDs for non-NIS entries.maxim2002-10-111-0/+7
| | | | MFC after: 2 weeks
* koi8-r was repo-copied to ru.KOI8-R by joe@.ru2002-10-113-138/+2
|
* Remove an unused variable.phk2002-10-111-7/+0
|
* Trapdoor access to cd%da and cd%c so they still work, but do not let themphk2002-10-111-0/+24
| | | | show up in /dev.
* Sync with 2.13. Reduce forking by using multiple sed expressions ratherobrien2002-10-111-4/+6
| | | | | | | | than piping thru tr(1). Also prefer case over for+test, as case will handle regex's nicely. Note we can't exactly follow the real 2.13 genscripts.sh as we wind up with multiple "'s in search paths. It is too late tonight to track down why.
* Use malloc(9)'s M_ZERO rather than explicit bzero(9) call.phk2002-10-111-2/+2
|
* witch over to the new FreeBSD bfd vec and emulationobrien2002-10-112-5/+5
|
* Switch over to the new FreeBSD emulation and bfd vecobrien2002-10-112-5/+5
|
* Groff 1.18.1 comes in with ANSI color support, enabled by default.ru2002-10-113-3/+3
| | | | | | | | | | | | | | In "nroff" mode, italic font renders as an underlined text, which makes it indistinguishable from the bold text on color monitors (cons25 terminal type), yet it requires the less(1)'s -R option. (Refer to the new grotty(1) manpage for details.) So turn off the color support for now (when generating catpages), until we figure out what do we do with this new feature. I have a patch for grotty(1) that tells it to use the "reverse video" attribute to render the italic font. Once this is accepted, we can turn color support back on (if there won't be any objections from the community).
* This commit was generated by cvs2svn to compensate for changes in r104871,obrien2002-10-112-0/+112
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Binutils from the FSF 2.13 branch (just pre-.1 release).obrien2002-10-112-0/+112
| | | | | | | | These bits are taken from the FSF anoncvs repo on 11-Oct-2002 22:39:35 PDT.
* | illegal.cc was renamed to invalid.cc. Bring in the fixru2002-10-111-2/+4
| | | | | | | | that makes almost all characters above 128 "valid".
* | Upgrade to Groff 1.18.1.ru2002-10-1113-58/+206
| |
* | Merge Groff 1.18.1 changes.ru2002-10-115-461/+1720
| |
* | Use stock (FSF) version of this file.ru2002-10-114-248/+1902
| |
* | This commit was generated by cvs2svn to compensate for changes in r104865,ru2002-10-1115-3584/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | Removed files not present in v1.18.1 import.ru2002-10-111-62/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r104862,ru2002-10-11531-40247/+125061
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of FSF groff v1.18.1ru2002-10-11544-43708/+131755
| | |
| * | From the ChangeLog:ru2002-10-091-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | : 2002-10-07 Werner LEMBERG <wl@gnu.org> : : * tmac/doc-common (Ss): Add final `.ns' (similar to `.Sh') to : suppress additional whitespace after the header. : : 2002-10-07 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc-common (doc-volume-operating-system-ateol): New flag. : (Dt): Use it to improve language localization (especially Russian : and French).
| * | Support for FreeBSD releases 4.6, 4.6.2, 4.7 and 4.8. From ChangeLog:ru2002-09-301-0/+4
| | | | | | | | | | | | | | | | | | | | | : 2002-09-27 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc-common (ds-operating-system-FreeBSD-4.*): New version : strings.
* | | Yesterday was the 10th month of the year, not the 11st.obrien2002-10-111-2/+2
| | |
* | | *sigh* The GNU folks want to layer and abstract yet another standard API.obrien2002-10-111-2/+6
| | | | | | | | | | | | | | | This time remove the xregex redirection and just directly use their own gnuregex.
* | | This commit was generated by cvs2svn to compensate for changes in r104858,obrien2002-10-111-1/+1
|\ \ \ | | |/ | |/| | | | which included commits to RCS files with non-trunk default branches.
| * | Typo fixed on Vendor branchobrien2002-10-111-1/+1
| | |
* | | add some devices from NetBSDimp2002-10-111-1/+9
| | |
* | | Some renamings from pccarddevsimp2002-10-111-4/+6
| | | | | | | | | | | | | | | Add Linksys WCF11 Bay eMobility 11B
* | | sync to 1.36 of pccarddevsimp2002-10-111-20/+52
| | |
* | | Merge from NetBSD plus diff reduction to netbsd's pcmciadevs 1.177 file:imp2002-10-111-10/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o NETGEAR2 -> NETGEAR_2 o PLANEX2 -> PLANEX_2 o ACTIONTEC HWC01170 -> ACTIONTEC PRISM o linksys iwn2 -> iwn3 o Add: Ositech, DLINK_3, BAY emobility, buffalo lpc3_clt, netgear fa410TX. dynalink accton EN2216, corega ether II PCC TD, dlink dfe670TXD, dynalink l10c Obtained from: NetBSD
* | | Really update for 2.13 10-Oct-2002 import. (this time for sure Rocky)obrien2002-10-113-3/+27
| | |
* | | Update for 2.13 10-Oct-2002 import.obrien2002-10-119-260/+603
| | |
* | | Update for 2.13 10-Oct-2002 import - Identify the version correctlyobrien2002-10-111-2/+4
| | |
* | | Don't do WARNS setting here.obrien2002-10-111-2/+0
| | |
* | | Use the stock version of this.obrien2002-10-114-241/+354
| | |
* | | Bring the binutils_2_13_20021110 snap version of this to the HEAD branch.obrien2002-10-112-151/+254
| | |
* | | Merge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints)obrien2002-10-111-4/+19
| | | | | | | | | | | | into Binutils 2.13.1 snap.
* | | Bring the binutils_2_13_20021110_snap version of this to the HEAD branch.obrien2002-10-111-2/+4
| | |
* | | Bring the 2.13 snap version of this to the HEAD branch.obrien2002-10-111-10/+63
| | |
* | | Use the stock 2.13.1 snapshot version of this.obrien2002-10-111-23/+15
| | |
* | | Merge rev 1.2 (FreeBSD a.out configuration support) into theobrien2002-10-111-14/+108
| | | | | | | | | | | | Binutils 2.13_20021110 snap.
OpenPOWER on IntegriCloud