summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Additions from libpcap 0.9.8 unbreak the build.mlaier2007-10-211-0/+134
* Canonicalize naming of local variables for struct ksem and associatedrwatson2007-10-217-72/+71
* fix up some code for older systems changed by accident in the last commitjulian2007-10-212-2/+12
* Mark the point where kthread_xxx disappeared and kproc_xxx appearedjulian2007-10-211-1/+1
* Remove out of date commentsjulian2007-10-211-3/+3
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-2076-176/+176
* Fold multiple asm statements into one so that the compiler at a certainbz2007-10-202-50/+91
* Remove redundant prototypes.pjd2007-10-201-2/+0
* Use ETHER_BPF_MTAP so that the vlan tags are visible to bpf(4) when stackedthompsa2007-10-201-2/+2
* Use ETHER_BPF_MTAP so that the vlan tags are visible to bpf(4) when bridging athompsa2007-10-201-4/+4
* Fix build with NETGRAPH_DEBUG.ru2007-10-191-1/+9
* Put comments about syscalls by the correct ones, and use the correct syscallemaste2007-10-191-2/+2
* fix an incorrect setting of `retry times' in case of zd1211b, wesam2007-10-191-1/+1
* - Gigabyte G33-S2H fixup, due to the present of multiple competingariff2007-10-191-13/+71
* Implement new apply callback mechanism to handle item forwarding.mav2007-10-193-82/+232
* Remove IPTOS_CE and IPTOS_ECT constants. They were defined in RFC 2481rpaulo2007-10-191-5/+0
* Switch over to ULE as the default scheduler for amd64 and i386kensmith2007-10-192-2/+2
* Implement the async (really, delayed-write) mount option for msdosfs.bde2007-10-194-10/+18
* Pick the smallest possible TCP window scaling factor that will still allowsilby2007-10-192-8/+18
* The previous revision, updating vm_object_page_remove() for the new pagealc2007-10-181-1/+2
* Fix cosmetic bug in stale copy of msync_args. 'len' is size_t, not int.peter2007-10-181-1/+1
* Use a uint16_t type for the vlan tag rather an int.thompsa2007-10-182-2/+2
* Pullup IPFilter 4.1.28 from the vendor branch into HEAD.darrenr2007-10-1816-585/+863
* This commit was generated by cvs2svn to compensate for changes in r172771,darrenr2007-10-186-64/+88
|\
| * Import IPFilter 4.1.28darrenr2007-10-1822-650/+953
* | The bridging output function puts the mbuf directly on the interfaces sendthompsa2007-10-184-29/+47
* | Add a -z flag to nfsstat which zeros the NFS statistics after displayingjhb2007-10-182-2/+2
* | Add noclusterr and noclusterw options to the options list. I forgot thesebde2007-10-181-1/+1
OpenPOWER on IntegriCloud