aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Style: use the defined() expression explicitly.Ruslan Ermilov2004-02-071-3/+3
* Remove the hack of lowering AAC_MAX_FIB now that the root cause of theScott Long2004-02-071-1/+1
* If a command has to be deferred because there are no more resources for itScott Long2004-02-071-9/+11
* swp_pager_async_iodone() no longer requires Giant. Modify bufdone()Alan Cox2004-02-072-4/+0
* Use the default threading library if requested.Ruslan Ermilov2004-02-071-3/+8
* Untangle building of AMD64 boot code.Ruslan Ermilov2004-02-077-28/+13
* getnetbyname fixes:Diomidis Spinellis2004-02-071-22/+67
* Add an entry about the removal of etc/rc.d/ttys.Mike Makonnen2004-02-071-0/+4
* - Demangle usage().Ruslan Ermilov2004-02-071-10/+9
* Now that devfs is mandatory, there is no need to muck aroundMike Makonnen2004-02-071-32/+0
* Add a whole bunch of new stuff to make the driver for the AMD Am1771/Am1772Bill Paul2004-02-076-101/+1212
* Add a simple tool for checking the queue stats in the aac(4) driver. TheScott Long2004-02-072-0/+88
* Checkpoint of work in progress in cleaning up target mode. It actuallyMatt Jacob2004-02-071-16/+92
* add a count for inotifies as well as atios.Matt Jacob2004-02-071-0/+1
* Reverse role defines for initiator and target mode to better match theMatt Jacob2004-02-071-4/+6
* Add case to handle ISPCTL_GET_PDB.Matt Jacob2004-02-071-0/+9
* If we're defined to have a default role for target mode, make itMatt Jacob2004-02-071-5/+4
* Change role defines so that they better match class 3 service parameters.Matt Jacob2004-02-071-3/+4
* Reduce AAC_MAX_FIBS to work around some yet-unidentified bugs in theScott Long2004-02-071-1/+1
* - Broaden the scope of locking in aac_command_thread() again to catch someScott Long2004-02-071-11/+17
* Add an #ifdef _KERNEL so that this file can be used from userland.Scott Long2004-02-072-2/+4
* The "bin" distribution was renamed to "base" in CURRENT.Jimmy Olgeni2004-02-072-2/+2
* Allow decreasing access count even if there is no disk anymore.Pawel Jakub Dawidek2004-02-061-3/+11
* Fix memory leak.Lukas Ertl2004-02-061-1/+1
* First round of cleanups to sys/boot/ makefiles:Ruslan Ermilov2004-02-0613-249/+187
* New release note: SA-04:02.Bruce A. Mah2004-02-062-0/+22
* Correct order of arguments given to checkparity and rebuildparity.Lukas Ertl2004-02-061-4/+7
* Correct typo.Lukas Ertl2004-02-061-1/+1
* Reduce the inline limit from 20000 to 8000 after the previous changesPeter Wemm2004-02-061-1/+1
* Remove the badsw* INVARIANTS checks. The events that this attemptsPeter Wemm2004-02-061-96/+10
* Regen.John Baldwin2004-02-067-52/+52
* Sync up MP safe flags with global syscalls.master. This includes write(),John Baldwin2004-02-061-16/+16
* Sync up MP safe flags with global syscalls.master. This includes read(),John Baldwin2004-02-061-29/+29
* Make all ACPI debug layers unique again. This makes debugging a morePhilip Paeps2004-02-061-6/+6
* - Convert the plimit lock to a pool mutex lock.John Baldwin2004-02-062-15/+9
* - Correct the translation of old rlimit values to properly handle the oldJohn Baldwin2004-02-061-21/+28
* A few more style fixes from Bruce including a few I missed last time.John Baldwin2004-02-062-20/+13
* Add cancellation point to sem_wait() and sem_timedwait() for psharedDaniel Eischen2004-02-062-20/+36
* Prevent memory leak on sem_destroy() by destroying the semaphore'sDaniel Eischen2004-02-061-1/+4
* MFNetBSD:MIHIRA Sanpei Yoshiro2004-02-061-2/+9
* Only allow the semaphore to be taken when the value is positive.Daniel Eischen2004-02-061-2/+1
* Inherit BINDIR from a parent Makefile.inc.Ruslan Ermilov2004-02-068-7/+2
* Only include ../Makefile.inc once in loader/Makefile.Ruslan Ermilov2004-02-062-5/+2
* Commit simple workarounf for the "LiteOn" hang on boot problem.Søren Schmidt2004-02-061-0/+1
* From what I can tell, install.sh supported all of the install(1)Ruslan Ermilov2004-02-061-4/+3
* Removed all the complexities when installing the strip(1) binary.Ruslan Ermilov2004-02-061-13/+1
* Turn of ath since it causes a link failure without the hal till sam'sPeter Wemm2004-02-061-1/+1
* Make LINT compile on amd64Peter Wemm2004-02-061-2/+2
* Make this compile on amd64.Peter Wemm2004-02-061-6/+6
* Correct check for invalid semaphore on sem_destroy() (s/==/!=/).Daniel Eischen2004-02-051-1/+1