summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Size the NFS server dupreq cache on the basis of nmbclusters. On serversmohans2006-06-232-4/+22
* arm9_setup() is now needed even if we're not using a gzipped kernel, so movecognet2006-06-221-1/+1
* Improve support for Intel based Macs:marcel2006-06-223-2/+12
* Add the UUID of Apple's HFS file system as can be found in the Intelmarcel2006-06-221-0/+3
* Move the duplicated logic of parsing partition types into a newmarcel2006-06-225-57/+56
* - Convert to new SYNOPSIS layoutbrueffer2006-06-221-19/+32
* Per weak consensus on this topic, remove suggestion to setimp2006-06-221-3/+0
* Move the syncookie MD5 context from globals to the stack to make it MP safe.andre2006-06-221-2/+2
* Add myself to the freebsd calendar.bsam2006-06-221-0/+1
* - Pullup even when the extention header is unknown, to preventume2006-06-221-1/+13
* Move conditional preprocessing out of the SYSCTL_ADD_STRING macrodds2006-06-221-1/+4
* Clean up style and some printf messages. Note that returning anything othernjl2006-06-221-94/+60
* Identify the cual-core Montecito.marcel2006-06-221-0/+8
* Nitsville: the routine is called initarm, not init_arm, correct it inimp2006-06-211-1/+1
* Replace the kld_mtx mutex with a kld_sx sx lock and expand it's scope tojhb2006-06-213-54/+79
* Add a sx_xlocked() macro which returns true if the current thread holds anjhb2006-06-211-1/+2
* - Push down Giant in kldfind() and kldsym().jhb2006-06-211-16/+10
* Whoops, revert accidental commit.jhb2006-06-211-19/+7
* Fix two comments and a style fix.jhb2006-06-212-11/+25
* Various whitespace fixes.jhb2006-06-211-12/+11
* Fix the VLAN_ARRAY case, mostly regarding improper use of atomic(9)yar2006-06-211-30/+16
* Make the mincore(2) return ENOMEM when requested range is not fully mapped.kib2006-06-212-5/+17
* Document the fact that 'true' and 'false' are among sh(1) built-in commands.yar2006-06-211-1/+5
* Don't forget to touch Dd.yar2006-06-211-1/+1
* Don't forget to define uart_sa1110_vaddr.cognet2006-06-211-0/+2
* Since INSTALLS_SHLIB has been superseded by USE_LDCONFIG in bsd.port.mk, Iflz2006-06-211-2/+10
* Note a short-cut in the build procedure.obrien2006-06-211-0/+1
* Set an example of using load_kld() from rc.subr.yar2006-06-211-7/+5
* Fix type warnings on 64-bit machines.obrien2006-06-211-3/+3
* Quite a number of rc.d scripts try to load kernel modules. Manyyar2006-06-212-0/+55
* This commit was generated by cvs2svn to compensate for changes in r159825,obrien2006-06-211-3/+3
|\
| * Fix segfault when '/etc/malloc.conf@ -> AJ' due to differnce betweenobrien2006-06-211-3/+3
* | Commit the DUMMY stuff (printing messages for missing syscalls) for amd64 too.netchild2006-06-211-0/+56
* | Track interface department events and detach vlans fromyar2006-06-211-8/+76
* | - First initialize ifnet, and then insert it into globalglebius2006-06-211-14/+16
* | Compute physmem so we can print it correctly on boot.imp2006-06-201-5/+5
* | Fix a potential problem when mfi_get_log_state and onlyps2006-06-201-2/+4
* | Instead of using scsi probes to do device discovery, use the firmwareps2006-06-205-214/+178
* | Fix a typo when getting the log_state and set the flags on theps2006-06-201-1/+1
* | o Remove LK_REENABLE and LK_NOPAUSE lockinit(9) flags, add LK_NOSHARE.maxim2006-06-201-5/+3
* | Conditionally acquire Giant around VFS operations.jhb2006-06-204-18/+36
* | Allow gif interfaces to be added as span ports, the user may want to send athompsa2006-06-201-0/+1
* | Cleanup dcmd firmware processing into a single function, mfi_dcmd_commandps2006-06-201-85/+95
* | Add a new section in this file for functions that are only exported by thejhb2006-06-201-17/+4
* | - Push Giant down into linker_reference_module().jhb2006-06-204-7/+43
* | Change get_pv_entry() such that the call to vm_page_alloc() specifiesalc2006-06-202-42/+30
* | Clean up some comments and device printf failures in mfi_get_log_stateps2006-06-201-6/+3
* | regen after change to syscalls.masternetchild2006-06-206-122/+682
* | Make linker_find_file_by_name() and linker_find_file_by_id() static tojhb2006-06-202-12/+12
* | Switch to using the DUMMY infrastructure instead of UNIMPL for the newnetchild2006-06-203-116/+172
OpenPOWER on IntegriCloud