summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r116801,sam2003-06-2511-0/+4530
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of Atheros Hardware Access Layer (HAL)sam2003-06-2511-0/+4530
|
* Add my birthday to the calendar.smkelly2003-06-251-0/+1
| | | | Approved by: jeff (mentor)
* Remove a GIANT_REQUIRED on the kernel object that we no longer need.alc2003-06-251-2/+0
|
* Maintain the lock on a vm object when calling vm_page_grab().alc2003-06-251-3/+0
|
* Don't statically initialize buf to _PATH_DEV, _PATH_DEV always copied toache2003-06-241-1/+1
| | | | it in any case.
* change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660jmg2003-06-243-3/+3
| | | | | | and msdosfs. Reviewed by: bde
* remove unnecessary comment. We do what the comments says we need to.jmg2003-06-241-3/+0
|
* /dev/null and /dev/zero does not need Giantphk2003-06-241-1/+2
|
* Assert that the vm object is locked on entry to dev_pager_getpages().alc2003-06-241-0/+1
|
* This commit was generated by cvs2svn to compensate for changes in r116791,des2003-06-241-0/+1
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Add a "return" that was missing from 3.6.1p1. Since it's been fixed indes2003-06-241-0/+1
| | | | | | | | the OpenSSH-portable CVS repo, I'm committing this on the vendor branch.
* | Temporarily re-remove the bluetooth tools..julian2003-06-242-4/+0
| | | | | | | | | | | | there are problems with their Makefiles I wasn't aware of.. Pointed out by: ru@
* | Fix a bug in nfsrv_read() that caused the replies to certain NFSv3iedowse2003-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | short read operations at the end of a file to not have the "eof" flag set as they should. The problem is that the requested read count was compared against the rounded-up reply data length instead of the actual reply data length. This bug appears to have been introduced in revision 1.78 (June 1999). It causes first-time reads of certain file sizes (e.g 4094 bytes) to fail with EIO on a RedHat 9.0 NFSv3 client. MFC after: 1 week
* | Account for the fact that "buildworld" builds in the 'obj' treejulian2003-06-241-1/+1
| | | | | | | | Pointed out by: Andrew Gallatin <gallatin@cs.duke.edu>
* | New errata: Problems with upgrading msdos(5) mounts from RO to RW. [1]bmah2003-06-241-6/+14
| | | | | | | | | | | | While here, move PAE item from "late-breaking news" to "open issues". Submitted by: tjr [1]
* | Unify cross-references between sigpending(2), sigprocmask(2),yar2003-06-243-1/+5
| | | | | | | | | | | | | | | | and sigsuspend(2), all three of which operate or depend on the process signal mask. Add a missing xref to sigsetops(3), without which the above three syscalls would be useless.
* | Supplement the cross-references section with those to sigpending(2)yar2003-06-241-0/+2
| | | | | | | | | | and sigprocmask(2). These two syscalls are likely to be accompanied by a few sigsetops(3) in a typical piece of code.
* | Typo.mtm2003-06-241-1/+1
| | | | | | | | | | | | This has worked so far because the variable was empty by default. Submitted by: Kostyuk Oleg <cub@cub.org.ua>
* | While there is no su.whois-servers.net, use fallback toache2003-06-241-1/+6
| | | | | | | | ru.whois-servers.net for su domain or country
* | The ext2fs module needs a machine-dependent bitops.h file, so onlyiedowse2003-06-241-0/+2
| | | | | | | | | | | | | | | | build it on the i386 and alpha architectures, where this has been set up (there is also a sparc64-bitops.h in sys/gnu/ext2fs, but it appears to be broken and it is not linked up). This should unbreak the sparc64 LINT build.
* | Connect bluetooth tools for i386 only.julian2003-06-242-0/+4
| | | | | | | | | | | | | | These are probably machine independent, but there is no way for the developers to test them other than on x86. They will become MD as testing becomes possible.
* | fix this code properly. msdosfs can't have device nodes on them.jmg2003-06-243-3/+7
| | | | | | | | | | | | | | comment how to read device nodes from ufs (if an adventurous soul wants to fix it!). Reviewed by: bde
* | remove unused file (ipfw2 is the default in RELENG_5 and above; the oldluigi2003-06-241-2259/+0
| | | | | | | | ipfw1 has been unused and unmaintained for a long time).
* | remove unused file (RELENG_5 and above use ipfw2, the old ipfw1luigi2003-06-241-2667/+0
| | | | | | | | has been unused and unmaintained for a long time).
* | Implement signalcontext(). Needed by libpthread (aka libkse).marcel2003-06-242-1/+123
| |
* | Check by [ $? -eq 0 ] rather than $?.kuriyama2003-06-241-2/+2
| | | | | | | | Reviewed by: mtm
* | Explicitly widen int types before casting to pointer types. On 64-bitmarcel2003-06-242-6/+8
| | | | | | | | | | | | | | | | platforms the compiler warns about incompatible integer/pointer casts and on ia64 this generally is bad news. We know that what we're doing here is valid/correct, so suppress the warning. No functional change. Sleeps better: marcel
* | Drop locks before calling if_input() since it may re-enter fxp_start()njl2003-06-231-0/+10
| | | | | | | | | | | | | | | | | | in the netisr case. This would result in a lock reversal. This fixes the net.isr.enable=1 case. Better performance might be obtained by chaining all packets received, dropping the lock, and then calling if_input() on each one. Reported by: hmp
* | Untangle the inter-dependency of kse types and ksd types/functionsmarcel2003-06-2313-19/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by moving the definition of struct ksd to pthread_md.h and removing the inclusion of ksd.h from thr_private.h (which has the definition of struct kse and kse_critical_t). This allows ksd.h to have inline functions that use struct kse and kse_critical_t and generally yields a cleaner implementation at the cost of not having all ksd related types/definitions in one header. Implement the ksd functionality on ia64 by using inline functions and permanently remove ksd.c from the ia64 specific makefile. This change does not clean up the i386 specific version of ksd.h. NOTE: The ksd code on ia64 abuses the tp register in the same way as it is abused in libthr in that it is incompatible with the runtime specification. This will be address when support for TLS hits the tree.
* | Split some long lines to fit 80 columns (the code in RELENG_4luigi2003-06-231-5/+10
| | | | | | | | was already correct).
* | Add parenthesis so that we get all of the bits allgibbs2003-06-231-2/+2
| | | | | | | | | | | | | | | | of the contents of the CCSCBCTL register into our local varaible. The other bits are used in later tests. This avoids a potential deadlock in ahd_run_qoutfifo() if we happen to catch the DMA engine in just the right state.
* | Include the ufs module if ALL_MODULES is defined so that it getsiedowse2003-06-231-4/+10
| | | | | | | | | | | | | | | | built by LINT. Also override a number of knobs for enabling and disabling various modules in the ALL_MODULES case to further increase LINT's module coverage. Submitted by: ru
* | Fix typo in a (commented out) debugging string.luigi2003-06-231-1/+1
| | | | | | | | Spotted by: diff
* | Remove whitespace at end of line.luigi2003-06-231-4/+4
| |
* | Replace lat-amer.kbd with two keyboardsache2003-06-234-4/+122
| | | | | | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
* | attach Atheros manual pages to the buildsam2003-06-231-0/+2
| |
* | New committer Diomidis D. Spinellis - dds@FreeBSD.orgdds2003-06-231-0/+1
| | | | | | | | Approved by: schweikh (mentor)
* | manual page for the Atheros Hardware Access Layer modulesam2003-06-231-0/+90
| |
* | Hook up scd(4) to the build.mdodd2003-06-231-0/+1
| | | | | | | | Noticed by: ru
* | ath driver manual pagesam2003-06-231-0/+314
| |
* | Use UTC rather than GMT to describe time scale. latter is obsolete.imp2003-06-231-2/+2
| |
* | MASTER_SITE_OVERRIDE can list several sites.ru2003-06-231-1/+1
| |
* | Add a few missing opt_ files to make this module compile again.iedowse2003-06-231-2/+3
| |
* | This commit was generated by cvs2svn to compensate for changes in r116748,njl2003-06-231-2/+2
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Fix a bug in register access. This should fix warning messages of:njl2003-06-231-2/+2
| | | | | | | | | | | | | | | | | | ACPI-0340: *** Error: Could not release ACPI Global Lock, AE_BAD_PARAMETER Submitted by: jhb
* | | module for Atheros 802.11 driversam2003-06-231-0/+48
| | |
* | | Atheros 802.11 driver. Requires Atheros Hardware Access Lay (HAL).sam2003-06-234-0/+3201
| | | | | | | | | | | | Supported by: Atheros Comunications
* | | new 802.11 layer:sam2003-06-2313-0/+5719
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o code reorg (relative to old netbsd-derived code) for future growth o drivers now specify available channels and rates and 802.11 layer handles almost all ifmedia actions o multi-mode support for 11a/b/g devices o 11g protocol additions (incomplete) o new element id additions (for other than 11g) o node/station table redone for proper locking and to eliminate driver incestuousness o split device flags and capabilities to reduce confusion and provide room for expansion o incomplete power management infrastructure (need to revisit) o incomplete hooks for software retry o more...
* | | Add the hooks for netgraph and HARP to the NATM code. This allows usharti2003-06-231-3/+64
| | | | | | | | | | | | to use one set of drivers for all ATM upper layers.
OpenPOWER on IntegriCloud