summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Invert the logic of NET_LOCK_GIANT(), and remove the one reference to it.rwatson2004-03-282-5/+3
* Regen from ibcs2_wait() becoming MPSAFE.rwatson2004-03-283-5/+4
* ibcs2_wait() now MPSAFE.rwatson2004-03-281-1/+1
* Use the BSD madvise() syscall implementation for Linux binary emulation,bms2004-03-285-8/+3
* Commit two fixes from OpenBSD's stable branch:mlaier2004-03-282-6/+41
* Remove unused argument.pjd2004-03-281-4/+3
* - Fix PC98 supports after importing auto selection. [1]nyan2004-03-282-130/+108
* MFi386: revision 1.1136.nyan2004-03-281-4/+4
* MFi386: revision 1.586.nyan2004-03-282-0/+2
* Reset callout if in nfs_timeout and rpcclnt_timeout functions. Timerkan2004-03-282-0/+3
* Fixed s style bug in previous commit (tab lossage). Fixed some nearbybde2004-03-281-5/+6
* The compatibility specification property is named "compatible", nottmm2004-03-272-2/+2
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:pjd2004-03-2711-63/+68
* Remove unused argument.pjd2004-03-278-10/+8
* Apparently, some atheros drivers want rand(), so implement it (in termswpaul2004-03-271-0/+12
* Remove unused prototype.pjd2004-03-271-1/+0
* Revise the direct or optimized case to use uiomove_fromphys() by the readeralc2004-03-273-68/+19
* Change the type of the various CPU masks to cpumask_t. Note that asmarcel2004-03-274-19/+19
* MFi386: correctly calculate the top-of-stack when a kthread is createdmarcel2004-03-271-4/+2
* Add ACPI PnP string. This affects devinfo(8) output with -v option.takawata2004-03-271-0/+46
* Fix typo in the device id for the new cards.scottl2004-03-271-1/+1
* Regen for libthr thread synchronization syscalls.mtm2004-03-279-12/+34
* Use the proc lock to sleep on a libthr umtx.mtm2004-03-271-2/+6
* Separate thread synchronization from signals in libthr. Insteadmtm2004-03-275-0/+68
* - Add a description for vfs.usermount sysctl.pjd2004-03-271-58/+54
* Bump FreeBSD version for UTF-8 locale addition. This is primarily fortjr2004-03-271-1/+1
* - Loudly disallow MNT_SUIDDIR mount flag for unprivileged users mounts.pjd2004-03-271-8/+7
* MFp4: FireWiresimokawa2004-03-2613-243/+449
* fix for 64-bit arch:rees2004-03-261-1/+1
* We probably shouldn't allow users to mount file systems with MNT_SUIDDIR.pjd2004-03-261-2/+4
* Validate IPv6 socket options more carefully to avoid a panic.ume2004-03-262-1/+38
* MFNetBSD Version 1.146julian2004-03-261-5/+11
* Bring back jhb's two sector (1024 bytes) 'boot0' [rev 1.22] as 'boot0ext'.obrien2004-03-263-0/+981
* Add support for a new variant of the prism3 that has appaered in theimp2004-03-251-0/+1
* Sync to pccarddevs 1.82imp2004-03-251-2/+5
* Add a new Intersil card that DLINK is selling as the DWL-650.imp2004-03-251-1/+2
* only do nfs rpc callouts if there is work to do.rees2004-03-254-11/+14
* Enable splitfs in the Alpha boot loaders.jhb2004-03-251-0/+1
* 1. Better handle a return value of EINPROGRESS from bus_dmamap_load.vkashyap2004-03-253-22/+38
* - In subr_ndis.c:ndis_init_event(), initialize events as notificationwpaul2004-03-252-4/+41
* Connect ctau driver (Cronyx-Tau/ISA) to modules build process.rik2004-03-251-0/+2
* Remove unused function.pjd2004-03-252-11/+0
* This commit was generated by cvs2svn to compensate for changes in r127403,des2004-03-251-22/+26
|\
| * Import the original directly from NetBSD instead of via OpenBSD.des2004-03-251-22/+26
* | Untangle IP multicast routing interaction with delayed payload checksums.ru2004-03-251-13/+3
* | - In kern_ndis.c, implement ndis_unsched(), the complement to ndis_sched(),wpaul2004-03-252-28/+86
* | MFi386: correctly calculate the top-of-stack when a kthread is createdpeter2004-03-251-3/+4
* | Run print_AMD_features() for both AuthenticAMD and GenuineIntel cpus.peter2004-03-251-5/+43
* | Add NTFS since many may want to dual-boot MS-Win64 w/FreeBSD.obrien2004-03-251-0/+1
* | Lets give -O2 kernels a try on sparc64.obrien2004-03-251-1/+1
OpenPOWER on IntegriCloud