summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use the stock (FSF) version of this file.ru2003-02-147-10/+0
|
* Moved the libugidfw library definition out from contributed sourceru2003-02-142-1/+1
| | | | | | to where it actually belongs. Submitted by: phantom
* Style nit.des2003-02-141-4/+2
|
* KASSERT format string does not need newline terminationalfred2003-02-141-2/+2
|
* Add kasserts to catch bad API usage.alfred2003-02-141-0/+6
| | | | Submitted by: Hiten Pandya <hiten@unixdaemons.com>
* Fix crash dumps on ata and scsi.alfred2003-02-142-2/+4
| | | | | | | | | | | To fix scsi, don't wait for ithreads if we're dumping, it makes the debugger sad. To fix ata, use what appears to be a polling method if we're dumping, I stole this from tmm but added code to ensure that this change is only in effect while dumping. Tested by: des
* style.alfred2003-02-141-8/+20
|
* Print a backtrace in case we tsleep from inside of DDB.alfred2003-02-141-0/+1
|
* Correct path for finding asm-generating files.nectar2003-02-141-6/+6
|
* o Document that dlsym()'s behaviour with new special handle RTLD_SELFphantom2003-02-141-1/+16
| | | | | o Add cross reference to dlinfo(3) o Minor mdoc nits
* Follow Solaris's manual page and describe Link_map structure herephantom2003-02-141-1/+29
|
* Add manual page for dlinfo(3). It's still need some work and addphantom2003-02-141-0/+191
| | | | examples, but it's better than nothing already.
* Decrease verbosity, fix some configuration problems.des2003-02-142-8/+6
|
* Lock proc while accessing p_siglist p_sigmask and p_sigignore.tjr2003-02-141-1/+5
| | | | Not tested because netncp does not compile.
* Lock proc while manipulating p_sigmask p_sigignore and p_siglist.tjr2003-02-141-1/+5
|
* Obtain proc lock around modification of p_siglist in linux_wait4().tjr2003-02-141-0/+2
|
* Diff reduction to GENERIC.ru2003-02-141-2/+2
|
* - Add a mutex for synchronizing the use of CMAP/CADDR 1 and 2.alc2003-02-142-18/+24
| | | | | - Eliminate small style differences between pmap_zero_page(), pmap_copy_page(), etc.
* Split the arch-specific AGP files into the appropriate files.* and do the sameanholt2003-02-148-9/+34
| | | | | | for the agp module, and add agp to the list of modules to compile for alpha. Add an alpha_mb() to agp_flush_cache for alpha -- it's not correct but may improve the situation, and it's what linux and NetBSD do.
* Remove an extra agp_flush_cache(). The i810 case that needs it already has it.anholt2003-02-142-10/+0
|
* o transition from exca_write to exca_putb and read->getb. This is so thatimp2003-02-141-15/+7
| | | | | | | | | | we can have additional different types of bridges. o remove now bogus comment. o Don't clear CARD_OK when we can't attach a card. o minor style nits # this make kldload of cardbus drivers work for me when the card is # present on boot.
* Massive overhaul of exca to help with the isa efforts:imp2003-02-143-64/+240
| | | | | | | | | | | o chip_name arrays ifdef'd out. o use the OLDCARD-like get/put functions so we can support differnt types of mappings. o Write the beggings of is this a valid exca device and introduce more chipset support. # this is partially a wip, but also needed because some other cahnges I've # made require some of these changes.
* Improvements to md5.c so that it uses getrusage to timesilby2003-02-141-8/+12
| | | | benchmarks, and prints out results in float format.
* - Though I got a feedback from the originator of kern/48129 that thesimokawa2003-02-141-12/+18
| | | | | | | | | | | | previous revision fixed the panic, I found the problem exits in another part of the function by investigating the crom dump sent by him. The search was started in the middle of bus info block and the routine misunderstood the EUI64 as a crom entry. This problem is fixed. PR: kern/48129 Fix incorrect type mask included in a logical unit number and check the validity of the lun.
* Correct lines incorrectly added to the copyright message.mckusick2003-02-142-6/+0
| | | | | Submitted by: Frank van der Linden <fvdl@wasabisystems.com> Sponsored by: DARPA & NAI Labs.
* Advertize rtld(1) as ld.so(1) in manual pages worldphantom2003-02-132-1/+3
|
* Bandaid the bits that use the elink_foo() functions which aremdodd2003-02-131-1/+9
| | | | i386 only at this point.
* Fix a typo in rtld_dirname.kan2003-02-131-1/+1
|
* FB_INSTALL_CDEV not usable on Alpha.obrien2003-02-132-1/+2
|
* Fix whitespace problems with option lines.obrien2003-02-131-31/+31
|
* Fix the style of the SCHED_4BSD commit.obrien2003-02-137-7/+7
|
* The protocol lock is always held in the dropafterack case, so we don'thsu2003-02-132-4/+4
| | | | need to check for it at runtime.
* Enable just committed manual pages, update MLINKSphantom2003-02-131-0/+13
|
* Add AUTHORS sectionphantom2003-02-132-0/+12
|
* Finally! Document all undocumented functions in libc_r.phantom2003-02-1320-0/+1392
| | | | | | | | | | | | | | | | | | | | Add manual pages for following functions: . pthread_attr_setcreatesuspend_np(3) . pthread_main_np(3) . pthread_multi_np(3) . pthread_single_np(3) . pthread_mutexattr_getkind_np(3) . pthread_mutexattr_setkind_np(3) . pthread_resume_all_np(3) . pthread_resume_np(3) . pthread_set_name_np(3) . pthread_suspend_all_np(3) . pthread_suspend_np(3) . pthread_switch_add_np(3) . pthread_switch_delete_np(3) MFC after: 3 days
* Only i386 has npx device.obrien2003-02-132-1/+3
|
* Make the tinderbox log lines less obtrusive.des2003-02-131-4/+2
|
* Pass KERNCONF on the command line rather than in the environment,des2003-02-131-4/+2
| | | | since the command line is included in the log.
* Complete overhaul of the configuration system, allowing the user todes2003-02-131-41/+81
| | | | select one of multiple configurations at runtime.
* We only provide agp drivers for the intel chipsets, move the agppeter2003-02-131-1/+1
| | | | subdir to the i386-only section.
* Document start_if.${ifn} scripts.hrs2003-02-131-0/+6
| | | | Not objected to by: -doc
* Use atomic ops to update amountpipekva. Amountpipekva represents thealc2003-02-131-5/+8
| | | | | total kernel virtual address space used by all pipes. It is, thus, outside the scope of any individual pipe lock.
* Add agpreg.h missed in commit to agp_i810 (adding i85x/i86x AGP support).anholt2003-02-132-0/+52
|
* Break important implementation detail note into IMPLEMENTATION DETAILSphantom2003-02-132-6/+14
| | | | | | section. Add cross reference to pthread_attr_getstack() function. MFC after: 1 day
* Add cross reference for pthread_attr_get_np()phantom2003-02-132-0/+2
|
* Rehash MLINKS: add missing ones for recently added pthread_attr_{get,set}stack()phantom2003-02-131-3/+2
| | | | functions and remove links for 3 non-existent functions
* Add appropriate MLINKS for functions documented in libgeom.3phantom2003-02-131-0/+10
|
* Fix some mdoc issues: add .Nd to NAME section, use valid .Lb argument,phantom2003-02-131-15/+16
| | | | use .Fn there appropriate
* FreeBSD 5.x does not provide libskey anymore, remove referencephantom2003-02-131-1/+0
|
* Add 'libgeom' to list of valid .Lb argumentsphantom2003-02-131-0/+1
|
OpenPOWER on IntegriCloud