summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* For TI12xx and newer, clear register 0x84. This is the "Multimedia"imp2001-08-142-15/+37
| | | | | | | | | | register. It enables Zoom Video. It appears that on at least one card that Monzoon is using sets these bits by default. Nothing works when these bits are set, everything works when they are clear. Add commentary on some of the ti bits. Make code a little clearer. Also remove a call to pcic_pci_pd6729 which was prematurely added in the last commit.
* linux ls fails on DEVFS /dev because linux_getdents fails becausephk2001-08-141-4/+22
| | | | | | | | | | linux_getdents uses VOP_READDIR( ..., &ncookies, &cookies ) instead of VOP_READDIR( ..., NULL, NULL ) because it seems to need the offsets for linux_dirent and sizeof(dirent) != sizeof(linux_dirent)... PR: 29467 Submitted by: Michael Reifenberger <root@nihil.plaut.de> Reviewed by: phk
* An empty at.deny doesn't mean everyone can use at.dd2001-08-141-4/+0
| | | | | PR: 29549 Submitted by: swear@aa.net
* Sync the code that sucks in rc.conf and friends with what's indd2001-08-141-5/+7
| | | | | | | | | | | | rc.firewall6. Specifically, don't do anything if [ -z ${source_rc_confs_defined} ]. Not doing this leads to a problem with dependencies: chkdepend will set, e.g., portmap_enable to YES if some service that needs portmap is enabled, but rc.network sources rc.firewall, which used to source defaults/rc.conf unconditionally, which would result in portmap_enable being set back to NO. PR: 29631 Submitted by: OGAWA Takaya <t-ogawa@triaez.kaisei.org>
* Try to support the Cirrus Logic PD6833 better in pci mode. This isimp2001-08-142-18/+42
| | | | | | | done from the datasheets since I'm ahving problems with my laptop that has the 6833 in it... Minor rework of TI code. Should be the same as before.
* Add missing commas.jasone2001-08-141-2/+2
|
* Add a GENERIC kernel config for sparc64.jake2001-08-142-0/+33
|
* Add some definitions that got left out, *blush*.jake2001-08-141-0/+22
|
* Don't define ELF_RTLD_ADDR twice.jake2001-08-141-1/+0
|
* In prom_halt(), set the halt restart flags on the current CPU, not thejhb2001-08-131-2/+1
| | | | | | | | boot CPU. This was the reason reboots on SMP systems could result in weird hangs. Unlike the x86, we do not need to switch back to the boot CPU in order to reboot the machine. See Section 3.4.5 of Part III (Console Interface Architecture) from the Alpha Architecture Reference Manual (aka the Brown Book) for more info.
* Remove IPI_HALT to make way for a more correct fix for halts and restartsjhb2001-08-134-23/+0
| | | | on SMP alphas.
* Minor style nits: cleanup and add some function prototypes.jhb2001-08-131-2/+5
|
* Initialize outfile in main()peter2001-08-131-1/+2
|
* Initialize msg in main()peter2001-08-131-1/+2
|
* Initialize fp in main()peter2001-08-131-1/+2
|
* Initialize debugf in main()peter2001-08-132-1/+2
|
* ftrace is already initializedpeter2001-08-131-1/+1
|
* msg_out is already initializedpeter2001-08-131-1/+1
|
* Initialize infp at main()peter2001-08-131-1/+2
|
* Initialize listf at main()peter2001-08-131-1/+2
|
* Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-(peter2001-08-133-16/+18
| | | | | | | | | | | | | | | | It was foiled because of dynamic copy relocations that caused compile-time space to be reserved in .bss and at run time a blob of data was copied to that space and everything used the .bss version.. The problem is that the space is reserved at compile time, not runtime... So we *still* could not change the size of FILE. Sigh. :-( Replace it with something that does actually work and really does let us make 'FILE' extendable. It also happens to be the same as Linux does in glibc, but has the slight cost of a pointer. Note that this is the same cost that 'fp = fopen(), fprintf(fp, ...); fclose(fp);' has. Fortunately, actual references to stdin/out/err are not all that common since we have implicit stdin/out/err-using versions of functions (printf() vs. fprintf()).
* Add sx_try_upgrade() and sx_downgrade().jasone2001-08-134-0/+69
| | | | Submitted by: Alexander Kabaev <ak03@gte.com>
* Revert part of the 1.11->1.11.1p1 change. Put the blank line back inpeter2001-08-131-0/+2
| | | | | the beginning of constructed log messages being passed to $EDITOR. This is where folks start typing.
* Fix uninitialized "force" variable.ache2001-08-131-1/+4
| | | | | | PR: 23203 Submitted by: fenner Approved by: markm
* Turn cvs back on. It seems that there's nothing outright broken, but therepeter2001-08-131-1/+1
| | | | are some odd things I've run into.. eg: log message formatting, etc.
* Fix an bug in FreeBSD attach routine - attaching MII interfaces before doingsemenu2001-08-132-18/+14
| | | | | | | | | common_attach is wrong as common attach initialize some fileds used by mediainit routine. This was hard to notify because loading driver as kld lead to mediainit routine being called after common_attach, though probe_phy is called before. MFC after: 1 week
* Add support for 802.1Q VLAN and oversized ethernet frames.semenu2001-08-136-9/+71
| | | | | | | PR: kern/29235 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> Reviewed by: Yar Tikhiy <yar@FreeBSD.org> MFC after: 1 week
* mdoc(7) police: s;BSD/OS;.Bsx; where appropriate.ru2001-08-138-11/+15
|
* mdoc(7) police: s/NetBSD/.Nx/ where appropriate.ru2001-08-1312-19/+41
|
* mdoc(7) police: s/OpenBSD/.Ox/ where appropriate.ru2001-08-136-6/+17
|
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-1369-72/+82
|
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-13135-293/+77
|
* Remove comment, which didn't even help anyway.asmodai2001-08-131-1/+0
| | | | Submitted by: bde, long ago
* Use interrupt gates instead of trap gates for breakpoint and tracebde2001-08-132-4/+4
| | | | | | | | | traps, so that ddb can keep control (almost) no matter how it is entered. This breaks time-critical interrupts while the system is stopped in ddb, but I haven't noticed any significant problems except that applications become confused about the time. Lost time will be adjusted for later. Anyway, the half-baked disabling of interrupts in Debugger() gives the same problems for the usual way of entering ddb.
* Removed he BPTTRAP() macro and its use. It was intended for restoringbde2001-08-133-12/+6
| | | | | | bug for bug compatibility to ddb trap handlers after fixing the debugger trap gates to be interrupt gates, but the fix was never committed. Now I want the fix to apply to ddb.
* Fixed minor numbers when there is more than one cy card.bde2001-08-133-18/+45
| | | | | | PR: 19256 Submitted by: initial version by yokota MFC after: 1 week
* Honour `TMPDIR' environment variable.sobomax2001-08-131-3/+9
| | | | | | Reviewed by: ru Approved by: ru MFC after: 2 weeks
* Use ttymalloc() instead of a static array of `struct tty'. This willbde2001-08-133-45/+6
| | | | | | | be a regression until `pstat -t' actually understands the results of ttymalloc(). Submitted by: mostly by yokota
* Fix some bogus strncpy(3) to strlcpy(3) changes I made in the previousmike2001-08-131-6/+6
| | | | | | | revision. <utmp.h> structures don't leave room for a NUL character. Also fix "UNKNOWN" which should have just been UNKNOWN. Pointed out by: bde
* Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-135-59/+31
| | | | Approved by: jkh
* Use normal menus instead of radio lists, which seems to be more logicaleric2001-08-122-22/+22
| | | | after the libdialog changes.
* Cross-reference io(4).iedowse2001-08-121-0/+2
|
* Update io(4) to match reality following revision 1.42 ofiedowse2001-08-121-4/+5
| | | | | | | | | sys/i386/i386/mem.c: only the super-user may open /dev/io regardless of the device permissions (just 4 years late!). Also, add cross-reference to i386_{get,set}_ioperm(2). PR: kern/13359
* "New" release note: Removal of wd compatability devices from ata(4).bmah2001-08-122-0/+6
| | | | | | (The release note entry is new, but the fact it documents is not.) Submitted by: silby
* Note MFC of ARIN -> APNIC/RIPE whois(1) queries. While I'm here, addbmah2001-08-122-4/+4
| | | | | | a missing word. Submitted by: mike
* Remove whitespace after %. The whitespace was causing strfile to not seemharo2001-08-121-40/+40
| | | | | the % string section break and thus fortune was producing a rather large multi-fortune fortune message.
* Remove the WANT_INSECURE_OPIE option - it is now a default. This is notmarkm2001-08-126-23/+0
| | | | | | | | nearly as ominous as it sounds, and it allows OPIE to be used over SSH and on xterms. Requested by: ache Discussed on: -security
* o Replace occurrences of strncpy(3) with strlcpy(3); most ofmike2001-08-121-23/+47
| | | | | | | | | | | | | the uses of it were wrong anyway. o Always check for NULL returns on strdup(3). o Fix a possible buffer overflow in strcpy(3). o Fix a format string vulnerability. o t->ty_type in stypeof() could be NULL and eventually cause a segmentation fault in setenv(3), so check for that. Eyeballed by: kris Reviewed by: murray MFC after: 3 days
* Chagne MASTER_SITE_FREEBSD to MASTER_SITE_FREEBSD_ORG, becauseknu2001-08-122-2/+2
| | | | | MASTER_SITE_FREEBSD is already used in bsd.port.mk for some different purpose.
* Fix MASTER_SITE_RUBY. The listed master site is obsolete.knu2001-08-122-2/+2
|
OpenPOWER on IntegriCloud