summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix signedness to make gcc happy.cognet2007-10-253-4/+4
* Sort entry points in mac_framework.h and mac_policy.h alphabetically byrwatson2007-10-252-629/+574
* Oooops, get the end of the memory right.cognet2007-10-251-1/+1
* More style nit.takawata2007-10-251-6/+3
* Change a tab back to a space between #define and __FreeBSD_version.erwin2007-10-251-1/+1
* Don't attach to the "IBM0057" ID. This ID is used by IBM machines forjhb2007-10-251-1/+1
* Fix variable name to be clear what it means.takawata2007-10-251-3/+3
* Break out of the I/O retry loop as soon as an I/O operation succeeds ratherjhb2007-10-251-0/+2
* Turn EC into poll mode before device_resume invoked .takawata2007-10-251-3/+34
* Normalize TCP syncache-related MAC Framework entry points to match mostrwatson2007-10-258-50/+50
* MFi386: part of 1.52nyan2007-10-251-32/+33
* Align.obrien2007-10-257-77/+77
* MFi386: part of revision 1.51nyan2007-10-251-161/+83
* Rename mac_associate_nfsd_label() to mac_proc_associate_nfsd(), and moverwatson2007-10-258-51/+51
* Consistently name functions for mac_<policy> as <policy>_whatever ratherrwatson2007-10-2511-2761/+2722
* Remove some debugging code that, while useful, doesn't belong in the committedtrhodes2007-10-252-16/+6
* 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-2413-174/+852
* 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-243-53/+297
* 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
* Stop disabling USB in the PAE kernel config. The USB code has beenjhb2007-10-241-21/+0
* 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
* Bump MAC_VERSION to 4 and add an 8.x line in the version table. Version 4rwatson2007-10-231-1/+2
* - Use pci_enable_busmaster() to turn on busmaster.kevlo2007-10-231-35/+10
* Cut over to ULE on PowerPCgrehan2007-10-237-8/+17
* Close a race when trying to lookup a gateway route in rt_check().jhb2007-10-222-2/+6
* Fixes to msdosfs dirtyflag related stuff:delphij2007-10-221-26/+42
* 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-222-7/+64
* 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
* Add a partition type for ZFS.marcel2007-10-211-0/+1
* Add a UUID for ZFS file systems.marcel2007-10-211-0/+2
OpenPOWER on IntegriCloud