summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: sweep.ru2002-11-296-32/+32
|
* Put back a test for binaries with no PT_LOAD entries I over-jealoslykan2002-11-291-0/+4
| | | | | | removed in r1.69. Apploved by: re (rwatson)
* mdoc(7) police: sweep.ru2002-11-291-18/+14
|
* mdoc(7) police: formatting nits.ru2002-11-2919-64/+94
| | | | Approved by: re
* Release the reference to the peripheral if returning a error.yar2002-11-291-0/+2
| | | | | | | | | That reference is to be held only if daopen() has been successful and until daclose() releases it. daclose() won't be called if daopen() has failed, though. Approved by: re, njl MFC after: 1 week
* Back out part of last delta that was committed by accident.ru2002-11-291-2/+2
| | | | (.Xr is not yet that smart.)
* mdoc(7) police: scheduled sweep.ru2002-11-2931-385/+525
| | | | Approved by: re
* mdoc(7) police: catch up to the code changes.ru2002-11-291-2/+2
| | | | Approved by: re
* Whitespace nits.des2002-11-281-2/+2
| | | | Approved by: re (bmah)
* Add a PAM_MODULE_ENTRY to this module so it'll actually do something.des2002-11-281-0/+2
| | | | Approved by: re (bmah)
* Misc. edits and cleanup.bmah2002-11-281-7/+28
|
* try SIOCGIFINDEX 1st to be able to use network aliasing.ume2002-11-281-0/+13
| | | | | Submitted by: jlemon Approved by: re
* Fix the standards case by referring to __fds_bits instead of fds_bitsmike2002-11-281-3/+3
| | | | | | | in FD_*() macros. Submitted by: Marc Recht <marc@informatik.uni-bremen.de> Approved by: re
* Remove the <sys/types.h> prerequisite for <ucontext.h> by includingmike2002-11-281-0/+1
| | | | | | <sys/_types.h> in <sys/signal.h>. Approved by: re
* Add a test for what was fixed in revisions 1.39 and 1.50 ofru2002-11-282-0/+18
| | | | | | make/parse.c (allow embedded `:' and `!' in target names). Approved by: re
* Moved make(1) regression tests from src/Makefile to where theyru2002-11-283-30/+54
| | | | | | | belong (src/tools/regression/usr.bin/make), and use the latter to test if make(1) is adequate for building the world. Approved by: re
* Finish the fix in revision 1.39 -- make(1)'s behavior is nowru2002-11-281-12/+9
| | | | | | "greedy" with respect to finding the dependency operators. Approved by: re
* Implement and document support for an HTTP_REFERER environment variable.des2002-11-282-12/+26
| | | | | | | PR: 28171 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Approved by: re (bmah) MFC after: 1 week
* Use pmap_remove_all() instead of pmap_remove() before freeing the pagealc2002-11-281-5/+4
| | | | | | | in vm_pgmoveco(); the page may have more than one mapping. Hold the page queues lock when calling pmap_remove_all(). Approved by: re (blanket)
* Lock page field accesses in mincore().alc2002-11-281-0/+2
| | | | Approved by: re (blanket)
* Reclaim major number 182 which I allocated for mdsio. It was decidedrwatson2002-11-281-1/+0
| | | | | that this should become a line discipline for sio rather than a separate driver.
* Revisit the printf format fixes for alpha. intmax_t doesn't exist inscottl2002-11-282-5/+4
| | | | | | RELENG_4, so cast to u_long in order to stay compatible. Approved by: re (blanket)
* Remove a left-over virtual mapping of uncached I/O port space.marcel2002-11-284-34/+6
| | | | | | | | | | | | | Previous kernels unwantingly depended on this mapping, but as of version 1.123 of src/sys/ia64/ia64/machdep.c this dependency has been removed. Consequently, one has to update the kernel before updating the loader. The documented/recommended upgrade will suffice in this case. Due to a visible (from the kernels point of view) change in behaviour, bump the loader version number from 0.3 to 1.0. Approved by: re (carte blanc)
* Uncomment out the lines of {ncv,ncr53c500,tmc18c30}_pccard.c .non2002-11-281-3/+3
| | | | | | They now support NEWCARD and compiles with GENERIC kernel. Approved by: re
* o Changes to support NEWCARD.non2002-11-281-2/+31
| | | | | | | | o Add needed headers. o Add stg_products[] product data and stg_match() function. o Change stg_pccard_method[] to support both OLDCARD and NEWCARD. Approved by: re
* o Changes to support NEWCARD.non2002-11-281-2/+54
| | | | | | | | | | o Add needed headers. o Add ncv_products[] product data and ncv_match() function. o Change ncv_pccard_method[] to support both OLDCARD and NEWCARD. Suggestion for REX-5572 matching part by imp. Approved by: re
* o Changes to support NEWCARD.non2002-11-281-2/+35
| | | | | | | | | | | o Add needed headers. o Add nsp_producs[] product data and nsp_match() function. o Change nsp_pccard_method[] to support both OLDCARD and NEWCARD. o Add warning to fall back to PIO mode when it cannot use SMIT mode. This is needed because memories are not allocated with NEWCARD now. Submitted by: takawata Approved by: re
* regen to 1.38non2002-11-281-2/+60
| | | | | Reviewed by: imp Approved by: re
* o Add PC-Cards' ID or CIS strings which are supported by ncv, nsp,non2002-11-281-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | or stg driver. They are, Macnica mPS110, PANASONIC(KME) KXLC004, Qlogic Fast SCSI, Workbit Ultra Ninja-16, (ID based) Future Domain SCSI2GO, IBM SCSI PCMCIA card, I-O DATA CBSC16, Macnica mPS100, Newmedia BASICS-SCSI, RATOC REX-5536, RATOC REX-5536AM, RATOC REX-5536M, RATOC REX5572, Workbit NinjaSCSI-3 (CIS based) Note: We need vendor IDs WORKBIT2 and IODATA3 which is -1, since some cards does not have IDs in the CIS and fails to be probed without this fake vendor IDs. o Change the strings of RATOC REX_R280 from REX-R280 to REX-R280/REX-9530. This reminds us that REX-R280 and REX-R9530 have same ID (same product). Reviewed by: imp Approved by: re Obtained from: /etc/defaults/pccard.conf, List of CIS tupples by Toshihiko ARAI and PAO project: http://www.linkclub.or.jp/~clover/cis/ Change suggestion by: HASEGAWA Tomoki <thasegawa@mta.biglobe.ne.jp> for I-O DATA CBSC16 entry
* Note file, one-true-awk, lukemftpd.obrien2002-11-281-0/+5
|
* MFCs noted: burncd(8) -s max, cdcontrol(1) speed max.bmah2002-11-272-4/+4
| | | | | Requested by: njl Approved by: re (implicitly)
* Use the URL instead of the output file name when reporting errors relatingdes2002-11-271-6/+6
| | | | | | | | to the remote document. PR: 33856 MFC after: 1 week Approved by: re
* Enable UFS2 support in boot1. Just as with sparc64 the same boot1 worksjhb2002-11-271-1/+0
| | | | | | great with both UFS1 and UFS2 filesystems. Approved by: re
* No more modems(5).bmah2002-11-271-1/+0
| | | | Approved by: re (implicitly)
* - Only declare the MBR menu for i386 that is not PC98.jhb2002-11-272-2/+18
| | | | | | | | - Only declare mouse menus if WITH_MICE. - Only declare syscons menus if WITH_SYSCONS. - Only declare fdisk editor functions if WITH_SLICES. Approved by: re
* Only include the fdisk editor and associated code if WITH_SLICES isjhb2002-11-272-16/+20
| | | | | | | defined. Tested on: i386, alpha, sparc64 Approved by: re
* Only define the MBR or IPL menu on i386 (PC98 uses IPL, other i386 usejhb2002-11-272-0/+4
| | | | | | MBR). Approved by: re
* Hold the page queues lock when performing pmap_clear_modify().alc2002-11-271-0/+4
| | | | Approved by: re (blanket)
* - Only define syscons menus and syscons menu items in other menus ifjhb2002-11-272-12/+48
| | | | | | | | | | | | | | | WITH_SYSCONS is defined. - Only define mouse menus and mouse menu items if WITH_MICE is defined. - Use WITH_SLICES instead of explicit lists of architectures to control the layout of menus dependent on if slices are used on this arch or not. - Only include the linux startup option if WITH_LINUX is defined. - Only include the SVR4 startup option on i386. It doesn't work on sparc64, and it is debatable that it even works on i386. - Change the OSF1 startup option to execute configOSF1() instead of just setting the variable so that /compat/osf1 gets created. Tested on: i386, alpha, sparc64 Approved by: re
* Add uftdi(4) devices to the hardware list.bmah2002-11-272-0/+18
| | | | Approved by: re (implicitly)
* MFCs noted: crypto(4).bmah2002-11-272-44/+28
| | | | | | | | | Other changes: Add uftdi(4) to supported ucom(4) drivers, update Cardbus items [1], ACPI CA 20021118 update, update a.out toolchain note, remove Perl wrapper reference and downgrade a warning to a note. Submitted by: imp [1] Approved by: re (implicitly)
* If the user choose to Undo everything in the label editor, only run thejhb2002-11-272-0/+4
| | | | | | | | fdisk editor if WITH_SLICES. Before this on arch's that didn't support slices such as alpha and sparc64 you would drop into the fdisk editor after doing an Undo in the label editor. Approved by: re
* - Use WITH_SLICES to conditionalize the fdisk editor during install insteadjhb2002-11-272-12/+28
| | | | | | | | | | | | | | | | of an explicit list of architecture defines. - Tweak the message prior to the label editor in the !WITH_SLICES case to make it slightly less awkward since this is the first dialog we see after starting an install. - Only offer to customize syscons settings if WITH_SYSCONS. - Offer to enable Linux compat if WITH_LINUX. Before we only did this for i386. - On the alpha, offer to enable OSF/1 compat after asking about Linux compat. - Only offer to configure moused(8) if WITH_MICE is defined. Tested on: i386, alpha, sparc64 Approved by: re
* Only include the diskPartitionEditor script command if WITH_SLICES isjhb2002-11-272-0/+4
| | | | | | defined. Approved by: re
* Only try to setup moused(8) before setting up the X server if WITH_MICE isjhb2002-11-272-0/+8
| | | | | | defined. Approved by: re
* - Add a configOSF1() function (#ifdef __alpha__) that creates /compat/osf1jhb2002-11-274-0/+38
| | | | | | | in addition to setting osf1_enable to YES. - Only define configLinux() #ifdef WITH_LINUX. Approved by: re
* Add some helper macros to make #ifdef's in sysinstall easier to readjhb2002-11-272-0/+28
| | | | | | | | | | | | | | and more maintainable. - WITH_SYSCONS: defined on all arch's that support syscons (currently i386, alpha, and ia64) - WITH_MICE: defined on all arch's that support moused(8) (currently i386, alpha, and ia64) - WITH_SLICES: defined on all arch's that use disk slices (currently i386 and ia64) - WITH_LINUX: defined on all arch's that support Linux binary compat (currently i386 and alpha) Approved by: re
* Only display the APM option in the Startup menu on i386.jhb2002-11-272-0/+4
| | | | Approved by: re
* Use #elif defined(__alpha__) instead of #elif __alpha__.jhb2002-11-272-2/+2
| | | | Approved by: re
* Enable the compat4x distribution on Alpha as well as i386.jhb2002-11-271-0/+2
| | | | Approved by: re
OpenPOWER on IntegriCloud