summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-0220-132/+89
* Make the code able to compile again in RELENG_4.mjacob2006-06-021-0/+1
* More checkpointing on the way toward really (finally)mjacob2006-06-024-110/+123
* Fix "mount -u -o ro".rodrigc2006-06-021-1/+24
* Make lio ident more consistant with aio ident.ambrisko2006-06-021-1/+1
* doc fix: option MFS is obsolete. use MD_ROOT instead.motoyuki2006-06-021-1/+1
* Fix gif_output() so that GIF_UNLOCK() is performed only in caseglebius2006-06-021-2/+2
* Don't forget to unlock kq lock in low memory situations.pjd2006-06-021-0/+1
* Remove confusing done_noglobal label. The KQ_GLOBAL_UNLOCK() macro knowpjd2006-06-021-2/+1
* Use SLIST_FOREACH_SAFE() macro, because knote_drop() can free an elementpjd2006-06-021-2/+2
* As far as I can tell, the correct CPU family for amd64 (which Linux callsdes2006-06-021-2/+2
* o Implement findblk command: find the inode(s) owning the specifiedmaxim2006-06-022-1/+272
* Don't #error if no CPU is defined but we're not compiling the kernel.cognet2006-06-021-2/+2
* Replace the array initialization using the gcc-specific formatdds2006-06-021-5/+5
* Remove unused member field m_queue.davidxu2006-06-022-6/+1
* raw_disconnect() now disconnects but does not detach the raw pcb. As arwatson2006-06-022-3/+2
* Minor restyling and cleanup around ipport_tick().rwatson2006-06-021-11/+9
* - Add definition for IFM_10G_CX4.glebius2006-06-021-0/+4
* Zero out the devices when they are deleted. We can access the pointer afterimp2006-06-021-1/+5
* Print dynamic rules for IPv6 as well.mlaier2006-06-021-5/+15
* EISA bus ia64 systems don't exist in reality. I'm told they may exist inimp2006-06-021-1/+0
* - Only print a clarifying message about which HCI node has been used if theremarkus2006-06-021-4/+6
* sched_rem() already sets ke->ke_state to KES_THREAD, so there's no needcognet2006-06-011-2/+0
* Include "xfs_macros.h" to fix tinderbox build breakage.rodrigc2006-06-011-0/+1
* Correct a syntax error in the previous revision.alc2006-06-011-1/+1
* Cope with -Wundef. This means including xfs_macros.h early in a few moreimp2006-06-0113-19/+24
* Don't enable the FIQ in enable_interrupts() if F32_bit is not specified.cognet2006-06-011-1/+1
* o Record a file offset for a last successfully parsed group file line.maxim2006-06-011-0/+8
* Check to see if the rootdir is the same as the current working directory.csjp2006-06-011-3/+11
* o Better be safe than sorry: check return code from setuid(2),maxim2006-06-012-8/+30
* o Document the fact truncate(2) has no effect for !VDIR or !VREG files.maxim2006-06-011-1/+5
* Since NIS is an RPC based service, add a note that when adjusting accesscsjp2006-06-011-0/+1
* Move conditional preprocessing out from the IEEE80211_DPRINTF macrodds2006-06-011-14/+8
* Add rc.d/bridge which is invoked when a new interface arrives and canthompsa2006-06-015-1/+118
* Add scottl to maintainers to ask for Pre-commit review on all busdmamjacob2006-06-011-1/+2
* After much discussion with mjacob and scottl, change bus_dmamem_alloc sosilby2006-06-013-75/+17
* mount_msdosfs.c:rodrigc2006-06-012-11/+1
* Introduce pmap_enter_locked() and use it to reimplement pmap_enter_quick().alc2006-06-011-11/+19
* Announce all interfaces to devd on attach/detach. This adds a new devctlthompsa2006-06-013-10/+14
* Swing URLs to security advisories over to security.FreeBSD.org.bmah2006-05-312-24/+24
* New release notes: SA-06:15, SA-06:16.bmah2006-05-312-0/+24
* Fix minidumps to include pages allocated via pmap_map on amd64.ps2006-05-311-0/+9
* Enable inadvertantly disabled "securenet" access controls in ypserv. [1]cperciva2006-05-312-16/+30
* Bring the "just copy" hit list closer to date.ceri2006-05-311-2/+9
* Update the location of the kernel for upgrades.ceri2006-05-311-6/+7
* o Rearrange and remove incorrect comments.maxim2006-05-311-8/+3
* Avoid a LOR by unlocking the vm_page_queue_mtx before calling uma_zalloc,cognet2006-05-311-5/+35
* If our buffer is not aligned on the cache line size, write back/invalidatecognet2006-05-311-7/+10
* Fix missing update to reflect change in scsi_inquiry data structure.mjacob2006-05-311-1/+1
* Remove two locking assertion entries that:dds2006-05-311-2/+0
OpenPOWER on IntegriCloud