summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace only changes to try and fit a little better into 80 columns.dougb2001-05-281-15/+20
|
* `\<space>' (unpaddable space) does not work in groff_font(5) files,ru2001-05-281-2/+1
| | | | | | | it is taken as a single escape (`\') character. This prevented \e from being output correctly in -Tkoi8-r case. Noticed by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
* Merge rev 1.2 into Binutils 2.11[.0].obrien2001-05-281-510/+801
| | | | Teach `ld' how to access FreeBSD's ld ELF hints.
* We use the stock version of this file now.obrien2001-05-281-0/+54
| | | | | I committed our rev 1.2 (start symbol) and 1.3 (max pagesize) fixes into the FSF/GNU source tree.
* We use the stock version of this file.obrien2001-05-282-65/+433
|
* We use the stock version of this file now.obrien2001-05-281-24/+65
| | | | | I committed all the new FreeBSD platform support (PPC, StrongARM, Sparc64) into the FSF/GNU tree.
* Merge rev 1.2 (FreeBSD configuration support) into Binutils 2.11[.0].obrien2001-05-281-56/+162
|
* Silence warnings (most about constness) and clamp down with WARNS=2.dd2001-05-282-5/+7
| | | | Tested on i386 and alpha.
* Use the stock version of this file now.obrien2001-05-281-17/+375
| | | | I committed our rev 1.2 fix into the FSF/GNU tree.
* We use the stock version of this file now.obrien2001-05-281-136/+189
| | | | I folded our rev 1.2 localizations into the FSF/GNU tree.
* Return to the vendor's version of this file.obrien2001-05-281-1178/+2392
|
* Add a minor tweak for us that I failed to get committed to the stock 2.11.obrien2001-05-282-403/+1243
|
* Return to the vendor's version of this file.obrien2001-05-281-17/+375
| | | | (have I mentioned how fscking stupid CVS can be??)
* Return to the vendor's version of this file.obrien2001-05-282-31/+758
| | | | | | (CVS -j -j filled this with conflicts -- CVS it just too fscking dumb to realize this is the 3rd time we've just committed the vendor version + FreeBSD ID)
* Return to the vendor's version of this file as in rev 1.4.obrien2001-05-281-8/+32
| | | | (CVS is too stupid to realize we've done this 3 times now...)
* CVS is too stupid to realize we use the stock version of this file now.obrien2001-05-281-129/+351
|
* Merge rev 1.6 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't definedobrien2001-05-281-59/+129
| | | | elsewhere) into Binutils 2.11[.0].
* Merge rev 1.8 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't definedobrien2001-05-281-213/+355
| | | | elsewhere.) into Binutils 2.11[.0].
* Merge our ELF branding into Binutils 2.11[.0].obrien2001-05-281-380/+667
| | | | | | | | I have also turned off the older 100% against-the-gABI method[*]. If you must really have it, define "WANT_OLD_BRANDELF_METHOD". [*] but left the stretching the gABI method until I finish writing the notes section support in the ELF image loader.
* This commit was generated by cvs2svn to compensate for changes in r77298,obrien2001-05-28475-70129/+105015
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of GNU Binutils version 2.11.0.obrien2001-05-28496-73329/+113393
| | | | | | | | Believe it or not, this is heavily stripped down.
* | grep -v offending lines from loader.4th until the master version of itobrien2001-05-281-2/+6
| | | | | | | | is fixed.
* | Add the generated help files to CLEANDIRS.obrien2001-05-281-0/+1
| | | | | | | | Found by: rm -rf /usr/obj/usr/src/sys/boot ; make ; make clean ; cvs -q up
* | Fix overflowing on nul character.mikeh2001-05-281-1/+1
| | | | | | | | | | PR: bin/16926 MFC after: 1 week
* | Turns out that one bit isn't enough. Introduce two new fieldsimp2001-05-283-16/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | csc_route and func_route to hold the way that each interrupt is routed. csc is Card Status Change in the datasheets and standard, but is called "Management Interrupt" in FreeBSDese. There are three types of interrupt routing: ISA parallel, PCI parallel and ISA serial (some chipsets support other types as well, but I don't plan on supporting them). When we try to allocate an interrupt, and the type for that interrupt is pci_parallel, allow it to be shared by oring in RF_SHAREABLE to the flags argument. Introduce pcic_alloc_resource to allow this to happen.
* | Implement snapshots. The new -d option allows the user to find outdd2001-05-282-73/+248
| | | | | | | | | | | | who was logged in at a certain time and date. Obtained from: OpenBSD
* | Handle NULL struct device *sbrian2001-05-281-2/+2
| |
* | Silence warnings and compile with WARNS=2 on i386 and alpha.dd2001-05-282-12/+12
| |
* | In sys/boot/common/module.c, near line 105 a request for a rawjesper2001-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file is processed by passing its name in argv[1]: return(mod_loadobj(typestr, argv[1])); however, it is not tested to see if argv[1] actually is defined. At best, mod_loadobj() near line 244 returns an error like "can't find 'garbage'" but if the "filename" entered is sufficiently long, some buffer gets overrun. Of course, "load -t filename" is actually a typo because we meant to type "load -t mfs_root filename"; nevertheless, a hung machine seems like too harsh a punishment for such a small typo... PR: i386/27693 Submitted by: Adrian Steinmann <ast@marabu.ch> MFC after: 1 week
* | Add two new manual pages related to general firewall and tuning issuesdillon2001-05-273-1/+854
| | | | | | | | Reviewed by: hackers
* | Don't confuse the admin with spurious error messagesyar2001-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | about non-existent mount directories (which would come into existence after the real mount has occured) when just testing for if there are any NFS filesystems in /etc/fstab. PR: bin/26597 Submitted by: Dmitry Morozovsky <marck@rinet.ru> MFC after: 3 days
* | finally fix intr routing on alphas such as the as500 after months ofgallatin2001-05-272-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | breakage: - call PCIB_ROUTE_INTERRUPT() regardless of how valid the intline looks. Some alphas leave garbage in the intline and leave the intr mapping to OS platform support routines that map slots/buses to intlines - Down in the alpha pci code, first try platform.pci_intr_route() and if it doesn't exist or returns garbage, just read the intline out of config space. tested on AS500 (garbage in intline) and UP1000 (PC-like, intline is valid) Note that a nice little hack like the APIC_IO section of pci_cfgregread() is not workable. This is because the calling interface for alpha_pci_route_interrupt() requires us to figure out the bus/slot/etc from a device_t. At pci_read_device() time, we don't have a device_t for the bus/slot/func in question.
* | Fix typo: "an socket" -> "a socket".olgeni2001-05-272-4/+4
| | | | | | | | | | | | Place period at the end of AUTHORS section. MFC after: 1 week
* | o uifree() the cr_ruidinfo in crfree() as well as cr_uidinfo now that the ↵rwatson2001-05-271-0/+2
| | | | | | | | | | | | | | | | real uid info is in the credential also. Submitted by: egge
* | Miscellaneous cleanups; sync to OpenBSD as much as feasible.dd2001-05-271-81/+68
| | | | | | | | | | | | | | | | | | | | | | | | Noteworthy changes include: * Use getopt(3). * Fix overflows in -b and -w options. * Use strlcpy(3) and snprintf(3) in favor of strcpy(3) and sprintf(3), respectively. Also check return values of the former two. * Fix lots of other gratuitous differences with OpenBSD. Obtained from: OpenBSD
* | Close the opening comment line on these two files that mysteriouly vanished.scottl2001-05-272-2/+2
| |
* | Cleanup mail(1)'s varying styles by converting to using style(9).mikeh2001-05-2726-1460/+1453
| | | | | | | | | | | | | | | | | | Also take a stab at cleaning up BDECFLAGS and convert all uses of NOSTR, NIL, NONE, NOVAR, NOGRP, NOGE to NULL. Also kill 'register' to get diffs somewhat closer to OpenBSD/NetBSD. There are no functional changes however. Reviewed by: nra (visual inspection)
* | Fix reboot buglet when BOOT_BTX_NOHANG is defined.rnordier2001-05-272-2/+2
| | | | | | | | Submitted by: Umesh Krishnaswamy <umesh@juniper.net>
* | Drop nested __P(). This trips up Supelec's dcc.rnordier2001-05-271-1/+1
| |
* | beginnings of virtual playback channel supportcg2001-05-2710-212/+927
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of using two malloced arrays for storing channel lists, use an slist. convert the sndstat device to use sbufs and optionally provide more detail about channel state. vchans are software mixed playback channels. they are not enabled by this commit. they use the feeder infrastructure to emulate normal playback channels in a manner transparent to applications, whilst providing as many channels are desired, especially suitable for devices with only one hardware playback channel. in the future they will provide additional features. those wishing to test this functionality will need to add vchan.c to sys/conf/files and use 'sysctl -w hw.snd.pcm0.vchans' to enable it. blocksize and auto-rate selection are not yet supported.
* | As in with ":", check dictionary space and increase it if necessary beforedcs2001-05-271-0/+2
| | | | | | | | "create".
* | MFS: Add vim-lite and netscape47-navigator.olgeni2001-05-271-0/+2
| |
* | add a new method for retrieving feeder parameterscg2001-05-273-4/+39
| |
* | don't erase info in sndbuf_setup()cg2001-05-272-6/+24
| | | | | | | | | | set free'd pointers to NULL in sndbuf_free() add a new function
* | Add an example of a kernel configuration file fragment for ISDN.hm2001-05-271-0/+78
| |
* | The PERL_THREADED knob is causing too many people too many problems.sheldonh2001-05-272-2/+6
| | | | | | | | Add a dire warning about the experimental nature of threaded Perl.
* | Implement a HTTP_USER_AGENT environment variable.des2001-05-272-1/+8
| | | | | | | | | | PR: 27669 Submitted by: Eoin Lawless <eoin@maths.tcd.ie>
* | Damn. Fix typo in previous commit.des2001-05-271-1/+1
| |
* | update the sample isdnd.rc file with a firmware keyword example and a realhm2001-05-271-32/+184
| | | | | | | | | | world example of the use of the valid keyword in conjunction with budget handling.
* | Instead of defining CONS_CLRHIST if it isn't defined, simply disabledd2001-05-271-6/+6
| | | | | | | | | | | | | | | | the -c option [when CONS_CLRHIST isn't defined]. This is okay since the only time CONS_CLRHIST wouldn't be defined is when kbdcontrol is being built in bootstrap-tools, and -c isn't needed then. Submitted by: imp
OpenPOWER on IntegriCloud