summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove condition variables and status associated with target modemjacob2004-02-081-246/+169
* Remove condition variables and status associated with target modemjacob2004-02-081-6/+2
* - obey ip6po_minmtu.ume2004-02-081-3/+30
* Allow amr(4) to get a dynamic major number instead of a static one.scottl2004-02-082-4/+0
* Don't free ressources that haven't been allocated. This should fixle2004-02-081-2/+9
* Update the documentation for setpgrp(2) to reflect the access controldas2004-02-081-7/+21
* Polish the work/state engine in preparation for HW-crypto support.phk2004-02-081-64/+65
* Add a missing error case return.phk2004-02-081-0/+1
* Document the SF_NODISKIO flag, and fix a small typo.silby2004-02-081-2/+10
* Add the SF_NODISKIO flag to sendfile. This flag causes sendfile to besilby2004-02-082-19/+27
* Move m_uiotombuf from uio.h to mbuf.h, where I should have put it insilby2004-02-082-2/+4
* I forgot to add the NO_MODULES override for NOTESpeter2004-02-081-0/+3
* Don't hold NDIS_LOCK() around call to ndis_getstate_80211() since itwpaul2004-02-071-0/+2
* Argh. kthread_suspend() when in P_KTHREAD context, tsleep() when not,wpaul2004-02-071-2/+2
* Argh, unbreak "make depend" for AMD64.ru2004-02-074-6/+9
* Fix typo in comment, s/reebots/reboots/johan2004-02-071-1/+1
* We don't need to hold Giant to create the worker kthread.phk2004-02-071-2/+0
* Fix the last and most important bit of the test case to test the samephk2004-02-071-2/+8
* Correct an intance of mtx_pool_lock() that should have been mtx_pool_unlock().wpaul2004-02-071-1/+1
* Remove the use of AACQ_COMPLETE here since there is no longer a completionscottl2004-02-071-3/+0
* I guess nobody has needed to use the SVR4olator to create devicephk2004-02-071-2/+2
* Do some small cleanups to comments and remove AACQ_COMPLETE definitions sincescottl2004-02-074-9/+5
* Convert to plain bsd.prog.mk makefile.ru2004-02-071-9/+4
* Update for the 2003/07/31 import.ru2004-02-071-2/+2
* ttys is gone, kill it here tooimp2004-02-071-1/+1
* NULL looks better than (char *)0 unless we're passingyar2004-02-071-1/+1
* Deny attempts to rename a file from guest users if the policyyar2004-02-071-0/+4
* perror_reply() should not be used where errno isn't meaningful.yar2004-02-071-1/+5
* MFi386: Removed -elf and duplicate -ffreestanding.ru2004-02-074-9/+3
* - Removed -elf which is not a valid gcc(1) option anymore.ru2004-02-075-9/+3
* Work around a bug in some clients by never returning raw directoryyar2004-02-071-1/+8
* Generate .depend file.ru2004-02-072-0/+4
* MFi386: Cleanups to sys/boot makefiles.nyan2004-02-079-104/+70
* Unbreak world.ru2004-02-071-2/+2
* Style: use the defined() expression explicitly.ru2004-02-071-3/+3
* Remove the hack of lowering AAC_MAX_FIB now that the root cause of thescottl2004-02-071-1/+1
* If a command has to be deferred because there are no more resources for itscottl2004-02-071-9/+11
* swp_pager_async_iodone() no longer requires Giant. Modify bufdone()alc2004-02-072-4/+0
* Use the default threading library if requested.ru2004-02-071-3/+8
* Untangle building of AMD64 boot code.ru2004-02-077-28/+13
* getnetbyname fixes:dds2004-02-071-22/+67
* Add an entry about the removal of etc/rc.d/ttys.mtm2004-02-071-0/+4
* - Demangle usage().ru2004-02-071-10/+9
* Now that devfs is mandatory, there is no need to muck aroundmtm2004-02-071-32/+0
* Add a whole bunch of new stuff to make the driver for the AMD Am1771/Am1772wpaul2004-02-076-101/+1212
* Add a simple tool for checking the queue stats in the aac(4) driver. Thescottl2004-02-072-0/+88
* Checkpoint of work in progress in cleaning up target mode. It actuallymjacob2004-02-071-16/+92
* add a count for inotifies as well as atios.mjacob2004-02-071-0/+1
* Reverse role defines for initiator and target mode to better match themjacob2004-02-071-4/+6
* Add case to handle ISPCTL_GET_PDB.mjacob2004-02-071-0/+9
OpenPOWER on IntegriCloud