summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* o Don't add a scope system thread's KSE to the list of availabledeischen2003-04-2835-316/+640
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KSEs when it's thread exits; allow the GC handler to do that. o Make spinlock/spinlock critical regions. The following were submitted by davidxu o Alow thr_switch() to take a null mailbox argument. o Better protect cancellation checks. o Don't set KSE specific data when creating new KSEs; rely on the first upcall of the KSE to set it. o Add the ability to set the maximum concurrency level and do this automatically. We should have a way to enable/disable this with some sort of tunable because some applications may not want this to be the default. o Hold the scheduling lock across thread switch calls. o If scheduling of a thread fails, make sure to remove it from the list of active threads. o Better protect accesses to a joining threads when the target thread is exited and detached. o Remove some macro definitions that are now provided by <sys/kse.h>. o Don't leave the library in threaded mode if creation of the initial KSE fails. o Wakeup idle KSEs when there are threads ready to run. o Maintain the number of threads active in the priority queue.
* This file is unused.jake2003-04-281-66/+0
|
* Add definitions for WCHAR_MIN and WCHAR_MAX.kan2003-04-281-0/+6
|
* Properly define CHAR_MIN/CHAR_MAX taking into account whether orkan2003-04-281-2/+8
| | | | not __CHAR_UNSIGNED__ is defined.
* Remove unmatched #endif left over incidenntally in last commit.kan2003-04-281-1/+0
|
* (forced commit) Previous patch was incorrectly attributed. It was actually:archie2003-04-280-0/+0
| | | | Submitted by: jordbaer@mac.com
* Define AFMT_S16_NE for "16-bit signed format in machine'smbr2003-04-281-0/+8
| | | | | | | | native endian convention. Needed by newer OSS ports. Reviewed by: orion PR: 27270 MFC: 2 weeks
* Use the correct link entry for walking the list of threads.deischen2003-04-282-18/+4
| | | | | | | | While I'm here, use the TAILQ_FOREACH macro instead of a more manual method which was inherited from libc_r (so we could remove elements from the list which isn't needed for libpthread). Submitted by: Kazuaki Oda <kaakun@highway.ne.jp>
* Add missing braces.archie2003-04-281-1/+2
| | | | Submitted by: Andrew Lankford <arlankfo@141.com>
* Use inlines for loading and storing page table entries. Use cmpxchg8b forjake2003-04-284-48/+128
| | | | | | the PAE case to ensure idempotent 64 bit loads and stores. Sponsored by: DARPA, Network Associates Laboratories
* Triggered by obtaining a Rawhide for my machine farm add some more detail towilko2003-04-281-9/+18
| | | | it's section. More to come later.
* Argh! We want to return the old signal set when the error return is zerojhb2003-04-281-1/+1
| | | | | | | (i.e. success), not non-zero (failure). Submitted by: tegge Pointy hat to: jhb
* Merge from vendor branch:wollman2003-04-286-187/+303
| | | | | | | | - No more DST in Pakistan - Update some historical information - New zone for Rothera station in the Antarctic. PR: misc/51495
* This commit was generated by cvs2svn to compensate for changes in r114170,wollman2003-04-281-1/+8
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Update to latest drop from Arthur Olson and the gang.wollman2003-04-288-191/+314
| | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2003
| * Update from ADO to reflect changes in Brazil and absence ofwollman2002-10-165-26/+122
| | | | | | | | | | | | previously-anticipated changes in Israel. Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2002d.tar.gz
| * Latest zoneinfo from Arthur Olson. Among other things, this fixeswollman2002-04-049-151/+307
| | | | | | | | | | | | Europe/Tallinn to reflect last weekend's changeover. Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2002c.tar.gz
* | Make IRQ shareable for the cardbus case too.imp2003-04-281-0/+1
| |
* | style(9)mike2003-04-281-25/+20
| |
* | I accidentally leaked this debugging tool in with my last commit.phk2003-04-281-2/+4
| | | | | | | | Disable it with a direct warning.
* | - Lock the vm_object when performing swap_pager_isswapped().alc2003-04-282-14/+17
| | | | | | | | - Assert that the vm_object is locked in swap_pager_isswapped().
* | document mode directivesam2003-04-281-2/+14
| |
* | add a "mode" directive to specify the operating mode for multi-mode devices;sam2003-04-283-3/+120
| | | | | | | | | | this is mostly intended for use with multi-mode 802.11 devices that support some combination of 11a, 11b, and 11g
* | o add support for multi-mode devices like 802.11 wireless cards that supportsam2003-04-283-40/+80
| | | | | | | | | | | | | | | | | | 11a/b/g by adding an optional 3-bit mode field o correct the spelling of OFDM (was ODFM) o add an 802.11 subtype option for turbo mode: the phy is clocked at 2x the normal clock rate; note this can be applied to both OFDM in 11a and OFDM in 11g mode (and possibly DS11 in 11b for certain phy's) o add 802.11 CCK aliases for 11b/11g rates--the more common terminology
* | Install the gstat manual page.tjr2003-04-281-1/+1
| |
* | When updating a single entry (i.e. when the `-u' option is given),nectar2003-04-281-13/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | do not add the "\xFF" "VERSION" key --- it should only be added once ALL entries have been updated. While I'm here, correct the logic that detects whether or not the user-ID has changed so that it works even if all entries have not yet been updated to the new format. Users missing-in-action were Reported by: tjr, Vallo Kallaste <vallo@estcard.ee>, leafy <leafy@leafy.idv.tw> Sponsored by: DARPA, Network Associates Laboratories
* | xten has gone.maxim2003-04-281-1/+0
| |
* | sync with the latest KAME (just a cosmetic change)suz2003-04-281-2/+2
| | | | | | | | MFC after: 1 day
* | Pull the pst driver out from under GAINT.sos2003-04-284-75/+151
| |
* | Rename g_bde_get_sector() to g_bde_get_keysector() and pick up thephk2003-04-282-5/+42
| | | | | | | | offset from the work packet.
* | Only attempt total cache-purge once in case of failure.phk2003-04-281-4/+3
| |
* | Don't pass pointers to kernel data structures through 32-bit fieldsscottl2003-04-281-13/+51
| | | | | | | | | | | | as 64-bit architectures won't like this. Use virtual array indexes instead. This *should* allow the driver to work on 64-bit platforms, though it's still not endian clean.
* | Better criteria for skipping disk reading BIO_READ work packets.phk2003-04-281-1/+2
| |
* | uma_zone_set_obj() must perform VM_OBJECT_LOCK_INIT() if the calleralc2003-04-281-2/+3
| | | | | | | | provides storage for the vm_object.
* | Explicitly set the sector state to JUNK if we encounter a read-error.phk2003-04-281-1/+4
| |
* | Finish the vm_object locking for this file, including holding the vm_objectalc2003-04-281-3/+8
| | | | | | | | lock when accessing the vm_object's flags or calling vm_page_lookup().
* | - Define VM_OBJECT_LOCK_INIT().alc2003-04-282-5/+6
| | | | | | | | | | - Avoid repeatedly mtx_init()ing and mtx_destroy()ing the vm_object's lock using UMA's uminit callback, in this case, vm_object_zinit().
* | Make compiled on RELEGN_4simokawa2003-04-281-1/+2
| |
* | This file does not seem to serve any purpose. It has never been hooked uptjr2003-04-281-240/+0
| | | | | | | | | | to the build, and performs a subset of the functionality that the getconf(1) utility performs.
* | Add years in which some events occurred. I wasn't able to confirmgrog2003-04-281-5/+5
| | | | | | | | | | | | that the dates themselves are correct. Clarify the date when DoJ dropped its suit against IBM.
* | Initialize error.imp2003-04-271-1/+1
| |
* | Add a -C (create) option for newsyslog, and a 'C' flag for entries in thegad2003-04-272-20/+190
| | | | | | | | | | | | | | | | | | | | config file. If the -C option is specified once, then newsyslog will create any entries which specify the 'C' option. If -C is given twice, then newsyslog will create all missing log files. Some of this code comes from NetBSD, although this implementation does not exactly match theirs. Reviewed by: freebsd-arch MFC after: 10 days
* | Add NOSHLIBS.obrien2003-04-271-1/+3
| | | | | | | | If one is using NOSHARED, why build the libs.
* | Add a warning about the impending demise of rcOG.dougb2003-04-271-0/+6
| |
* | Fix for dynamic linking.jake2003-04-271-1/+1
| | | | | | | | Submitted by: Alex Deiter <tiamat@komi.mts.ru>
* | Replace the return value of rfork_thread(3) in its manual pagerobert2003-04-271-1/+1
| | | | | | | | | | function prototype with `pid_t' to match the declaration in <unistd.h>.
* | Correct the return value of vfork(2) and rfork(2) in theirrobert2003-04-272-2/+2
| | | | | | | | manual page function prototypes.
* | SCSI Quirks for:njl2003-04-271-1/+35
| | | | | | | | | | | | | | | | | | Casio QV-R3 USB camera, which appears to use a Pentax chipset M-Systems DiskOnKey USB flash key Feiya "slider" dual-slot flash reader SmartDisk (Mitsumi) USB floppy drive PR: kern/46545, kern/47793, kern/50020, kern/50226
* | Wrap gperf in NO_CXX as it needs the C++ to compile.obrien2003-04-271-4/+3
| |
* | - Tell witness that holding two or more vm_object locks is okay.alc2003-04-271-2/+4
| | | | | | | | | | - In vm_object_deallocate(), lock the child when removing the parent from the child's shadow list.
OpenPOWER on IntegriCloud