summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak fr_BE localephantom2002-02-126-7/+68
| | | | Found by: tools/diag/localeck
* Unbreak it_CH localephantom2002-02-123-3/+17
| | | | Found by: tools/diag/localeck
* Add support for the Linksys WMP-11, Prism 2.5, PCI adaptor.brooks2002-02-122-78/+149
| | | | | Submitted by: Thomas Skibo <skibo@pacbell.net> MFC after: 2 weeks
* Unbreak fr_CH localephantom2002-02-121-2/+9
| | | | Found by: tools/diag/localeck
* o Clearing p/td_retval[0] after aio_newproc() is unnecessary. (We stoppedalc2002-02-121-6/+1
| | | | | calling rfork() to create aio threads in revision 1.46.) o Don't recompute the FILE * when it's already stored in the kernel's AIOCB.
* Don't refer to findinode()'s `complain' parameter in a comment; itiedowse2002-02-121-1/+1
| | | | was removed in 1986.
* Add support for the Cenatek Rocket Drive.sos2002-02-122-2/+14
|
* Mkdir ${CHROOTDIR}/usr/ports/distfiles if RELEASEDISTFILES is not set.matusita2002-02-121-0/+2
| | | | | | | | | | | | | We ensure that 'ports.tgz' tarball should have ports/distfiles directory. At first, ${CHROOTDIR}/usr/ports is empty (rm -rf ports), then extract ports files from CVS repository. Then if RELEASEDISTFILES is defined, ${CHROOTDIR}/usr/ports/distfiles directory is created by cp(1). However, if you don't specify RELEASEDISTFILES, there is no chance to create ${CHROOTDIR}/usr/ports/distfiles directory. Submitted by: {ushi,tora}.jp.FreeBSD.org MFC after: 5 days
* Fix buglets in the ATAPI resume code.sos2002-02-125-16/+26
| | | | | This also fixes an old bug where some ATAPI devices went into funny mode on an 'atacontrol reinit' command.
* MFi386: revision 1.164nyan2002-02-121-5/+0
|
* MFi386: revision 1.391nyan2002-02-121-1/+0
|
* Major update of the ATA RAID code, part 2:sos2002-02-125-153/+420
| | | | | | | | More cleanups of the RAID1 failure mode code. Add functionality that writes the changed RAID config setup back to the disks (in controller BIOS specific format), so that a reboot will make the BIOS pick up the changed config.
* * Update (c)dougb2002-02-121-2/+5
| | | | | | | | | * Fix a problem with files that have no CVS $Id's. Thanks to naddy for spotting this one. It wasn't a _huge_ problem since almost all the files we install (except motd) have one, but still, it's a bug. * Add a divider between diff outputs, which is helpful both for logs, and for giving a good visual clue for diffs that are smaller than $LINES. Another helpful suggestion from Gary W. Swearingen, swear@blarg.net.
* * Update (c)dougb2002-02-121-1/+3
| | | | | * Expand on the definition of the -s (strict) option, at the suggestion of Gary W. Swearingen, swear@blarg.net.
* Remove an unused (but initialized) variable from vmapbuf().alc2002-02-122-10/+6
|
* Two fixes from Jonathan Hanna:imp2002-02-121-6/+4
| | | | | | | | | 1) We shouldn't continue when we get a RX complete because we ack it and the TX complete. 2) Fix a couple of spl leaks (why splbio is needed in ISR, I cannot understand). MFC after: 3 days
* Install complete.tcsh and csh-mode.el into ${SHAREDIR}/examples/tcsh.mp2002-02-122-0/+5
| | | | | | PR: misc/34800 (from Steven Grady) Submitted by: phantom (patch) MFC after: 3 days
* The previous commit included a change to fill_kinfo_proc() that resultsalc2002-02-121-1/+1
| | | | in a NULL pointer dereference. Repair this mistake.
* When a duplicate SYN arrives which matches an entry in the syncache,jlemon2002-02-121-0/+5
| | | | | | update our lazy reference to the inpcb structure, as it may have changed. Found by: dima
* Don't claim to have routed an interrupt when the method actually returned anmsmith2002-02-122-2/+9
| | | | error.
* Enable polling to be configured into kernels on non i386 platforms. Note thatgallatin2002-02-124-6/+4
| | | | | | poll_in_trap is only implemented on i386. I've tested this on alpha. Approved by: luigi
* MFS: synchronize the code with the version in -stable, specifically:luigi2002-02-113-67/+102
| | | | | | + SYSCTL_ULONG -> SYSCTL_UINT + some procedure renaming and variable rearrangement + fix the 'interface going deaf' problem same as in -stable.
* Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-115-16/+0
| | | | | | mbuf system in a rate-limited fashion now. MFC after: 3 days
* Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-111-6/+0
| | | | | | mbuf system in a rate-limited fashion now. MFC: Already performed due to sloppiness.
* Move makeobjops to /sys so we don't have to deal with the config(8)-likeobrien2002-02-112-975/+0
| | | | versioning.
* Revert rev 1.211, kernel building assistants should live in /sysobrien2002-02-111-1/+0
|
* Remove unused bits.obrien2002-02-111-26/+7
|
* Turn on makeobjops.obrien2002-02-111-0/+1
|
* Replace makeobjops.pl in kernel building.obrien2002-02-112-0/+994
| | | | Submitted by: Diane Bruce <db@db.net>
* In a threaded world, differnt priorirites become properties ofjulian2002-02-1121-117/+124
| | | | | | different entities. Make it so. Reviewed by: jhb@freebsd.org (john baldwin)
* Repo-copied `src/bin/pwd/realpath.1' to `src/bin/realpath/realpath.1',mike2002-02-111-68/+0
| | | | as part of the move to seperate realpath(1) into its own directory.
* o Remove old code from pwd(1); realpath(1) is now in its own directory.mike2002-02-113-19/+4
| | | | | o Fix some unordered includes in pwd(1). o Connect realpath(1) to the build.
* Fixed -DMAKE_KERBEROS5 world breakage in kerberos5/lib/librokenru2002-02-113-2/+5
| | | | | | | | | | | | | | | (make-roken is a build tool). This bug was hiding itself after a just fixed bug in cross-linker (binutuils/ld/Makefile,v 1.20). The bug was fatal for cross builds; for example, an alpha binary (make-roken) was attempted to be run on i386. Added make-roken to the list of build-tools in libasn1. It only worked because another build tool needs make-roken implicitly: (build-tools: asn1_compile: print_version.o: roken.h: make-roken). Spotted by: nectar
* Add support for the HighPoint HPT374 4 channel ATA chip.sos2002-02-112-2/+30
| | | | Sponsored by: Isilon Systems.
* Found a single point where rmuser(8) wasn't robust to strangeyar2002-02-111-1/+1
| | | | | characters in a username: where it was inserted into a regexp. Fix it by escaping metacharacters in the name with \Q-\E.
* Fix some bugs in the ohci driver with respect to irq setup failure.joe2002-02-112-6/+8
| | | | Submitted by: nyan
* Correct an out of date device node name. We do not have /dev/rsd0.ctlmaxim2002-02-112-2/+2
| | | | | | | | | nowadays. Spotted by: Sergey Osokin <osa@freebsd.org.ru> Reviewed by: ken, ru Approved by: ken, ru MFC after: 1 week
* Teach ddb(4) to delete to the beginning of its command line on ^U.yar2002-02-111-0/+5
| | | | | PR: kern/28976 Submitted by: Nickolai Zeldovich <kolya@orbit.zepa.net>
* Add myself.yoichi2002-02-111-0/+1
|
* Merge from NetBSD: revs 1.89 and 1.90.joe2002-02-111-0/+16
| | | | | | | | | | | | | | | | Also, add some 'const's to supress warnings. (Submitted back to NetBSD). The original logs from NetBSD: ---------------------------- revision 1.90 date: 2001/12/03 01:47:12; author: augustss; lines: +4 -4 Handle vendor/product lookup with a common routine. ---------------------------- revision 1.89 date: 2001/12/02 23:25:25; author: augustss; lines: +18 -2 Add a subroutine to search for a vendor/product pair. ----------------------------
* Describe the '+' option in the -t trace string.roam2002-02-111-0/+3
| | | | | | | | PR: 34668 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> Reviewed by: dd Approved by: dd MFC after: 1 week
* Move the realpath(1) source into its own directory. Previously, itmike2002-02-112-0/+74
| | | | shared sources with pwd(1).
* Document NO_CXX and NO_GDB.obrien2002-02-111-0/+2
|
* Fall through from AT_TYPE_DIRECT to AT_TYPE_CDROM.nyan2002-02-111-4/+7
| | | | | | | | Old ATAPI CD-ROM drives return 0 (direct-access) as the type of the device. (The ata driver has the same problem.) MFC after: 3 days
* Added the command name to the synopsis section.nyan2002-02-111-0/+1
| | | | | Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> MFC after: 3 days
* Allow one to specify the AWK used in the environment(commandline).obrien2002-02-111-1/+1
| | | | | Gawk is blowing up when run natively on the sparc64 -- leading to totally bogus kernel values (all "0x0"). Good ole BWK awk works fine however.
* Add a tip about pkg_info and checking for multiple installed versionskeramida2002-02-111-0/+6
| | | | of a package/port.
* Garbage-collect the "LOCORE" version of MPLOCKED.bde2002-02-115-23/+4
|
* Regenerate.joe2002-02-112-2/+30
|
* Merge from NetBSD.joe2002-02-112-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | Add lots of new scanner devices: AGFA SNAPSCAN1236U AGFA SNAPSCANE40 AGFA SNAPSCANE50 AGFA SNAPSCANE20 AGFA SNAPSCANE25 AGFA SNAPSCANE26 AGFA SNAPSCANE52 CANON N656U HP 3400CSE SCANLOGIC 336CX MUSTEK BEARPAW1200F MUSTEK 600USB MUSTEK 1200USBPLUS NATIONAL BEARPAW2400 EPSON 640U EPSON 1650 EPSON GT9700F UMAX ASTRA3400 ULTIMA 1200UBPLUS
OpenPOWER on IntegriCloud