summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Further MAC Framework cleanup: normalize some local variable names andrwatson2007-10-256-48/+49
* Load the bytes into the EMAC's MAC address register in the properimp2007-10-251-2/+2
* KERNBASE should really be KERNVIRTADDR there too.cognet2007-10-241-2/+2
* In ate_get_mac(), try to get the mac address in the right order, at leastcognet2007-10-241-6/+6
* Handle the case where PHYSADDR != KERNPHYSADDR (ie we do not load the kernelcognet2007-10-241-7/+11
* Correct a comment, this was not true anymore.cognet2007-10-241-2/+2
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-2421-210/+1217
* Update copyright attribution.jhb2007-10-242-2/+4
* Properly drop the pf mutex around all copyout (consistency still protectedmlaier2007-10-242-1/+9
* Add ABI backwards compatibility to the FreeBSD 4/5/6 versions ofmarius2007-10-244-53/+310
* silence complaint about not loading the wlan_scan_monitor module;sam2007-10-241-1/+2
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-24103-3518/+3601
* Rework the read/write support in the bios disk driver some to cut downjhb2007-10-241-196/+112
* MFi386: revision 1.50nyan2007-10-241-39/+30
* MFi386: revision 1.41nyan2007-10-241-2/+1
* Reindent the read/write code of bd_realstrategy() so it is more readable.jhb2007-10-241-39/+30
* Slightly cleanup the 'bootdev' concept on x86 by changing the variousjhb2007-10-249-29/+16
* Fix reading of files that use pax 'size' attribute to store size.kientzle2007-10-241-7/+21
* Stop disabling USB in the PAE kernel config. The USB code has beenjhb2007-10-241-21/+0
* When processing multi-path ip6 routers, place each router entry on itscsjp2007-10-241-0/+2
* Move where we audit the PID argument such that we unconditionallycsjp2007-10-241-1/+1
* Use extended process token. The in kernel process auditcsjp2007-10-241-2/+2
* Take out the single-threading code in fork.julian2007-10-231-5/+15
* Back out 2nd part of wrong iswascii() change in prev. commit.ache2007-10-231-1/+1
* Bump MAC_VERSION to 4 and add an 8.x line in the version table. Version 4rwatson2007-10-231-1/+2
* Forced commit to note that rev.1.179 has the following fixes in addition tobde2007-10-230-0/+0
* Avoid leaking file descriptorsmatteo2007-10-231-3/+7
* - Use pci_enable_busmaster() to turn on busmaster.kevlo2007-10-231-35/+10
* Cut over to ULE on PowerPCgrehan2007-10-237-8/+17
* Add a BUGS section to note that mount/chroot changes sincejb2007-10-221-0/+4
* Close a race when trying to lookup a gateway route in rt_check().jhb2007-10-222-2/+6
* Forced commit to clarify that previous change was:delphij2007-10-220-0/+0
* Fixes to msdosfs dirtyflag related stuff:delphij2007-10-221-26/+42
* Remove the libmytinfow library that's available only in RELENG_6.ru2007-10-221-1/+7
* - Stop calling libthr alternative as it's now the defaultru2007-10-221-15/+7
* Hide the implementation details about multiple threading librariesru2007-10-2260-71/+11
* Remove an obsolete paragraph that pthread_single_np(3) isru2007-10-221-7/+0
* Added ".Lb libkse" support to mdoc(7).ru2007-10-221-0/+1
* 1. Determine the location of the rndc* binaries relative to $commanddougb2007-10-221-14/+22
* Add one of HTC Smartphone/PocketPC device IDs.mav2007-10-222-0/+5
* Correct an error of omission in the reimplementation of the pagealc2007-10-221-0/+4
* Correct an error in vm_map_sync(), nee vm_map_clean(), that has existedalc2007-10-221-2/+4
* Add the full module path name to the kld_file_stat structurejb2007-10-224-9/+71
* Consistently use the word 'flag' to refer to ELF_F_* constants.jkoshy2007-10-225-19/+19
* Add PRIV_VFS_STAT privilege, which will allow overriding policy limits onrwatson2007-10-212-0/+2
* Add the freebsd-zfs alias. Both APM and GPT have ZFS partitionmarcel2007-10-214-0/+17
* Fix a last-minute, but more importantly, an untested change thatmarcel2007-10-211-1/+1
* Add a partition type for ZFS.marcel2007-10-211-0/+1
* - Given that we tell the compiler that struct ip is packed and 32-bitmarius2007-10-211-4/+4
* Add a UUID for ZFS file systems.marcel2007-10-211-0/+2
OpenPOWER on IntegriCloud