summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add portlint(1) and sort "SEE ALSO"'s.obrien1999-07-121-5/+7
|
* remove a set_cpl which survived last change.phk1999-07-121-2/+1
| | | | Noticed by: mjacob
* - FreeBSD.ORG => FreeBSD.orghoek1999-07-121-16/+16
| | | | | | - Don't discourage people from using "make readmes" - Document WRKDIRPREFIX.
* We may have three ways to generate the SPL functions, but one tablephk1999-07-111-54/+25
| | | | for specifying their actions is plenty.
* Use the fsid from the superblock, unless it looks bogus or has alreadyphk1999-07-111-6/+6
| | | | been taken by some other filesystem.
* Two new sysctls: net.inet.tcp.getcred and net.inet.udp.getcred. These takegreen1999-07-113-3/+99
| | | | | | | | | a sockaddr_in[2] (local, then remote) and return a struct ucred. Example code for these is at: http://www.FreeBSD.org/~green/inetd_ident.patch http://www.FreeBSD.org/~green/freebsd4.c (for pidentd) Reviewed by: bde
* Cleanup OBJ_ONEMAPPING management.alc1999-07-112-15/+5
| | | | | | | | | | | | vm_map.c: Don't set OBJ_ONEMAPPING on arbitrary vm objects. Only default and swap type vm objects should have it set. vm_object_deallocate already handles these cases. vm_object.c: If OBJ_ONEMAPPING isn't already clear in vm_object_shadow, we are in trouble. Instead of clearing it, make it an assertion that it is already clear.
* Add wb0 to GENERIC now that it actually does work on alpha. (Forgot thiswpaul1999-07-112-2/+4
| | | | last night.)
* Add a hook for a bus to detect child devices which didn't find drivers.dfr1999-07-114-6/+56
| | | | | | This allows the bus to print an informative message about unknown devices. Submitted by: Matthew N. Dodd <winter@jurai.net>
* Fix ``:''.green1999-07-111-2/+2
| | | | PR: 12589
* disable tag queing for the MICROP 4421-07 drive. It's an old 2gig drive.jmg1999-07-111-2/+8
| | | | convert MICROP to a static string
* Fix a couple more coding style nits.jasone1999-07-115-12/+12
|
* Modify previous changes to conform better to libc_r's coding style.jasone1999-07-1111-196/+297
| | | | | | | | Always use mmap() for default-size stack allocation. Use MAP_ANON instead of MAP_STACK on the alpha architecture. Reduce the amount of code executed while owning _gc_mutex during stack allocation.
* Add apmd_enable and apmd_flags for the boot-time optinos.iwasaki1999-07-113-5/+7
| | | | | Pointed out by: obrien Forgotten by: iwasaki
* Make the Winbond ethernet driver work on FreeBSD/alpha. Also addedwpaul1999-07-112-51/+78
| | | | bridging support while I was in the area.
* This commit was generated by cvs2svn to compensate for changes in r48743,obrien1999-07-1013-33/+217
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of GCC 2.7.2.3obrien1999-07-1018-87/+312
| |
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-gcc'.cvs2svn1999-03-3014-0/+8724
| |
* | An SMP-specific change: eliminate a check on bsp_apic_readyalc1999-07-101-11/+5
| | | | | | | | | | | | | | that hasn't been necessary since i386/i386/simplelock.s revision 1.9. Submitted by: dillon and tegge (simultaneously)
* | Convert the if_fea (DEC FDDI) driver to newbus since it has been brokenpeter1999-07-102-800/+340
| | | | | | | | | | | | | | for ages. This is the EISA wrapper for sys/dev/pdq/*. The pci bus driver is in sys/pci/if_fpa.c. Submitted by: "Matthew N. Dodd" <winter@jurai.net>
* | Fixed a minor style nit in the EXAMPLE section.wes1999-07-101-1/+1
| |
* | Change the data type used to represent page color in the vm_objectalc1999-07-101-2/+2
| | | | | | | | | | to be the same as that used in the vm_page. (This change also shrinks the vm_object.)
* | Fix typo ($Id: ... % --> $Id: ... $).iwasaki1999-07-101-1/+1
| |
* | Remove unused function prototypes.alc1999-07-101-3/+1
| |
* | Add apmd support code.iwasaki1999-07-103-25/+502
| |
* | Put apmd configuration and rc files in /etc.iwasaki1999-07-108-8/+113
| | | | | | | | Update some files for apmd.
* | Activate apmd.iwasaki1999-07-101-1/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r48730,iwasaki1999-07-108-0/+1697
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | The apmd package provides a means of handling various APM events fromiwasaki1999-07-108-0/+1697
| / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | userland code. Using apmd.conf, the apmd(8) configuration file, you can select the APM events to be handled from userland and specify the commands for a given event, allowing APM behaviour to be configured flexibly. Have Fun! Submitted by: iwasaki, KOIE Hidetaka <hide@koie.org> Reviewed by: -hackers, -mobile and bsd-nomads ML folks. Contributed by: Warner Losh <imp@FreeBSD.org>, Hiroshi Yamashita <bluemoon@msj.biglobe.ne.jp>, Yoshihiko SARUMARU <mistral@imasy.or.jp>, Norihiro Kumagai <kuma@nk.rim.or.jp>, NAKAGAWA Yoshihisa <nakagawa@jp.FreeBSD.org>, and Nick Hilliard <nick@foobar.org>.
* | Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingbde1999-07-1024-282/+98
| | | | | | | | | | | | | | bit separate from ipending, since this is simpler and/or necessary for SMP and may even be better for UP. Reviewed by: alc, luoqi, tegge
* | Fixes for a couple of problems in last commit:peter1999-07-101-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Printing large quads in small bases overflowed the buffer if sizeof(u_quad_t) > sizeof(u_long). 2. The sharpflag checks had operator precedence bugs due to excessive parentheses in all the wrong places. 3. The explicit 0L was bogus in the quad_t comparison and useless in the long comparision. 4. There was some more bitrot in the comment about ksprintn(). Our ksprintn() handles bases up to 36 as well as down to 2. Bruce has other complaints about using %q in kernel and would rather we went towards using the C9X style %ll and/or %j. (I agree for that matter, as long as gcc/egcs know how to deal with that.) Submitted by: bde
* | Fixed a longstanding scheduling bug. ASTs and softclock interrupts werebde1999-07-104-48/+52
| | | | | | | | | | | | | | | | | | | | not masked during handling of shared PCI interrupts. This resulted in ASTs sometimes being discarded and softclock interrupts sometimes being handled prematurely (sometimes = quite often on systems with shared PCI interrupts, never on other systems). Debugged by: gibbs and other people at plutotech.com PR: 6944, maybe 12381
* | Fix a dev_t/udev_t issue with accounting. lastcomm now shows thephk1999-07-102-5/+12
| | | | | | | | | | | | | | right tty again. Submitted by: "D. Rock" <rock@dead-end.net> Reviewed by: phk
OpenPOWER on IntegriCloud