summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow DHCP to be used in an ifconfig variable instead of the usualjkh1999-07-168-15/+52
| | | | | | address information, producing the obvious effect (dhcp configuration). Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
* Document dhcp flags.jkh1999-07-161-7/+12
| | | | Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
* Handle R_ALPHA_NONE relocations in KLD.dfr1999-07-162-2/+8
|
* Enable gprof on alpha.simokawa1999-07-165-6/+64
| | | | | | * alpha.{c,h} are same as i386.{c,h}. * Force address calculation to be done in long precision(64bit on alpha) rather than double precision(52bit).
* Enable gmon/mcount on alpha.simokawa1999-07-162-13/+3
|
* Enable gcrt1.o.simokawa1999-07-162-2/+25
|
* * Restore register correctly.simokawa1999-07-162-7/+27
| | | | * Add missing bits for profiling.
* Make profil() 64bit-safe for alpha.simokawa1999-07-162-3/+3
| | | | | | | uintfptr_t may be better for offset, but we must wait until the definition of uintfptr_t moves from machine/profile.h. Reviewed by: bde
* Remove vm_object::last_read. It is used by the old swap pager, butalc1999-07-163-6/+3
| | | | | | not by the new one, i.e., vm/swap_pager.c rev 1.108. Reviewed by: dillon@backplane.com
* Add support for multiple PCI busses directly connected to the nexus.msmith1999-07-1611-124/+1144
| | | | | | | This is only partially complete, but allows 450NX-based systems with more than one PCI bus to be used again. Submitted by: dfr
* Add a knob to avoid DES code when making crunched binary. This isn't a beautyabial1999-07-151-2/+11
| | | | | | | | | incarnated, it just matches other deficiencies related to crunchgen and friends... and we already have similar code in ppp/Makefile. RELEASE_CRUNCH should be axed, but for now let's be consistent. Submitted by: Patrick Powell <papowell@astart.com>
* The boot countdown timer says it will boot in 1 seconds,n_hibma1999-07-151-2/+4
| | | | | | | which is grammatically incorrect. PR: 12628 Submitted-By: R. Matthew Emerson <rme@nightfly.apk.net>
* Update ThinkPad special mode entry for atkbd0. Add an entry dealingrnordier1999-07-151-4/+25
| | | | | | with failure to detect XT/AT-style keyboards in boot2 during install. Submitted by: yokota
* Reference correct sysctl: kern.maxsockbuf --> kern.ipc.maxsockbufjlemon1999-07-151-2/+2
|
* By popular demand, ident_stream now takes arguments. Ex:green1999-07-152-45/+49
| | | | | | | | | # This enables the old, fake ident service. auth stream tcp nowait root internal # This enables the new, real ident service. auth stream tcp nowait root internal auth -r # This enables ~/.fakeid support, too. auth stream tcp nowait root internal auth -r -f
* Fix a dangling else warning from new egcs.imp1999-07-151-2/+3
|
* Don't declare `end' if we aren't compiling radius support.brian1999-07-151-2/+4
|
* This is the working internal ident service. Turn it on by settinggreen1999-07-153-21/+109
| | | | | | the make variable REAL_IDENT, and ~/.fakeid support can be added with FAKEID set. Note that the default behavior is the same as the old behavior.
* Due to recent pidentd port changes (switch to sysctl), identd must beache1999-07-151-2/+2
| | | | runned as root again, not kmem:kmem
* Be a little clearer about login_getpwclass(3), and its penchant fornik1999-07-142-2/+10
| | | | | | | looking up a record called "root". PR: docs/12377 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
* Make a few other cleanups while I'm in the area. Typo in comment, unusedwpaul1999-07-144-20/+8
| | | | structure members, etc. No functional changes.
* Revert some changes I had made to try and cut down on the number of TX EOFwpaul1999-07-142-22/+18
| | | | | | | | | | | | interrupts that were scheduled. Testing shows it didn't really do very much and it makes the code a little more complicated (which is never a good thing). Also fix the rambuffer offset initialization for the 512K/64K SRAM case (512K total using 64K chips). It should be 0. The only case with a non-standard rambuffer offset address is 1024K/64K according to the SysKonnect manual. (My card has the 1024/64 configuration and I don't know which card uses the 512/64 configuration, if any, so I'm not sure that this was really a problem for anyone.)
* Oops, missed out one chunk of the last patch. (*blush*)peter1999-07-141-2/+2
| | | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> Submitted by: "Matthew N. Dodd" <winter@jurai.net>
* The following patch will remove a hack introduced inyokota1999-07-141-13/+1
| | | | | | | /sys/ddb/db_input.c rev 1.19 to recognize syscons's cursor keycodes. It is unnecessary now that scgetc() in syscons returns the escape sequence for the cursor keys rather than their raw, internal key codes.
* Change the symbol used to find the end of an object's address spacejdp1999-07-141-2/+2
| | | | | from "end" to "_end". The former does not exist in most shared libraries. This fixes problems in dladdr() and dlsym(RTLD_NEXT, ...).
* Change the wrong URL of back-issue FreeBSD newsletter.foxfair1999-07-142-2/+2
|
* Implement seekability for disk devices (not just regular files).green1999-07-133-11/+13
| | | | | | Also, fix pos_out() to do the same checks pos_in() did. Done for: jdp, luigi, the good of the world
* Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasmckusick1999-07-138-39/+51
| | | | | | | | | been set for a mount point. Insert missing checks to ensure that all write operations are done asynchronously when the MNT_ASYNC option has been requested. Submitted by: Craig A Soules <soules+@andrew.cmu.edu> Reviewed by: Kirk McKusick <mckusick@mckusick.com>
* dont allow open if no device was found.phk1999-07-131-1/+5
|
* Move the xe0 driver back where it was. It was misleading where it was as itobrien1999-07-132-4/+6
| | | | | does not take over the PCIC, it does require PCCARD support, and it doesn't replace any existing driver.
* Commit the correct patch, i.e., the one that actually correspondsalc1999-07-132-70/+110
| | | | to the rev 1.2 log entry.
* Changed the implementation of the primitives to guarantee atomicityalc1999-07-132-44/+84
| | | | | | | | | | | | | with respect to interrupts on UP systems. (The upgrade from gcc 2.7.x to egcs 1.1.2 produced at least one non-atomic code sequence in swap_pager_getpages.) In addition, the primitives are now SMP-safe, but only on SMPs. (For portability between SMPs and UPs, modules are compiled with the SMP-safe versions.) Submitted by: dillon and myself Reviewed by: bde
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1246-0/+66
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-12383-5/+472
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1228-0/+28
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-12108-0/+116
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1265-2/+88
| | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Add $Id$ to these manpages.nik1999-07-127-0/+8
| | | | Approved by: bde
* Use .Xr to xref pccardd(8).mpp1999-07-121-3/+7
|
* Correct a mistake in so_cred changes. In practice, I don't think that itgreen1999-07-121-2/+2
| | | | | | | | would make a difference. However, my previous diff _did_ change the behavior in some way (not necessarily break it), so I'm fixing it. Found by: bde Submitted by: bde
* Fix a couple of typos.mpp1999-07-121-3/+3
| | | | | PR: 12610 Submitted by: Seth <seth@freebie.dp.ny.frb.org>
* Refine on explanation for apm stuff.iwasaki1999-07-123-8/+8
| | | | | | Make it clear that apmd depends on apmconf -e. Reviewed by: obrien, my friend :-)
* Use USRSTACK (defined in <machine/vmparam.h>) to get top of the initial stack.dt1999-07-126-48/+18
| | | | PTHREAD_STACK_TOP was wrong for all supported architectures.
* Correct typon_hibma1999-07-123-6/+6
| | | | | PR: 9638 Submitted by: Mauro Allegrini <allegrini@usa.net>
* Bug fixesroger1999-07-124-1254/+2592
| | | | | | | | | | | | | | | | | | | | | | | | | Change number of VBI lines from 16 to 12 for NTSC formats. Juha.Nurmela@quicknet.inet.fi found/fixed bug in VBI_SLEEP. New features MSP3430G DBX initialisation from Matt Brown <matt@dqc.org> STB Bt878 card identification. Hauppauge Model Number identification. Changes to probeCard() for better eeprom identification. Experimental TDA9850 initialisation code, from Linux bttv. Cross Platform Changes The driver has been reorgainsed based ideas from Brad Parker's port to Linux to seperate OS Dependant and Independant sections. I have backends for FreeBSD 2.2.x/3.x and 4.x newbus, BSDI, OpenBSD and NetBSD. This commit has FreeBSD 2.2.8/2.2-stable/3.x and FreeBSD 4.x newbus backends. Some code submitted by: Juha.Nurmela@quicknet.inet.fi Matt Brown <matt@dqc.org> Brad Parker <brad@parker.boston.ma.us> Some code obtained from: Linux bttv driver
* Improve Logitech MouseMan+ protocol support.yokota1999-07-126-48/+254
|
* Correct a couple of spelling errors in comments.kris1999-07-123-8/+8
|
* Fix commented out CFLAGS addition for LOGIN_CAP_AUTH, which was missingsheldonh1999-07-121-1/+1
| | | | | | | a make -D option. PR: 12591 Submitted by: Craig Leres <leres@ee.lbl.gov>
* Implement a kludge for some wheeled mice for which infamous "psmintr:yokota1999-07-122-4/+32
| | | | | | | out of sync..." messages is generated and the wheel movement is not recognized. The trick is found by Takashi Nishida.
* Add code to 'handle' R_ALPHA_NONE relocations by ignoring them.dfr1999-07-121-1/+4
|
OpenPOWER on IntegriCloud