summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Check for the PS_NEEDSIGCHK flag in the right flags field.jhb2003-03-282-2/+2
* Perform warm reset if codec reports ready on attach.orion2003-03-281-16/+25
* Move details of dev_t (and udev_t) to <sys/_types.h>.mike2003-03-284-31/+28
* Sysctl treats `long' and `unsigned long' differently - fix a comment.robert2003-03-281-1/+1
* bump __FreeBSD_version for thread-safe realpath(3)fjoe2003-03-281-1/+1
* Fix an XXX: and implement LINUX_BLKGETSIZE correctly.phk2003-03-281-6/+14
* pccarddevs_data.h no longer generatedimp2003-03-281-3/+2
* MFp4:imp2003-03-282-106/+10
* - Clean up function calling conventions.mdodd2003-03-284-439/+525
* Allow m_dup_pkthdr to accept mbufs with attached clusters assilby2003-03-281-3/+3
* Add a checksum to the kernel message buffer, and update it everyiedowse2003-03-282-4/+25
* Multicast support, gleaned from NetBSD's if_iy driver.mdodd2003-03-282-5/+103
* Check return value from vmapbuf instead of the function address.tegge2003-03-271-2/+1
* Correct LDBL_* constants based on values from i386.das2003-03-271-9/+9
* - Rely on ether_ifattach() to initialize part of our struct ifnetmdodd2003-03-271-23/+17
* Eliminate a buffer sleep/wakeup race.tegge2003-03-271-7/+3
* Trim "trustedbsd_" from the front of the policy module "short names";rwatson2003-03-279-10/+10
* Add missing includes from previous commit.jhb2003-03-272-0/+2
* Fix indentation.maxim2003-03-271-2/+2
* o Protect set_fs_param() by splimp(9).maxim2003-03-272-8/+18
* Run a revision on the OAM api.phk2003-03-274-87/+304
* Check return value of g_call_me()phk2003-03-271-4/+5
* o netisr_queue() returns 1 on success and 0 on failure,maxim2003-03-271-1/+1
* Deregister the dev_clone event handler we registered - don't touch thetjr2003-03-272-4/+8
* o Fix a comment.maxim2003-03-272-5/+1
* Biofinish the request if we cannot malloc in ad_start.sos2003-03-271-3/+4
* Allocate the toplevel indir with M_WAITOK to avoid complicating thingsphk2003-03-271-2/+6
* Catch up with recent events.mdodd2003-03-271-3/+1
* Add missing COMPAT_ISA_DRIVER().mdodd2003-03-271-0/+1
* Handle the fictitious pages created by the device pager. For fictitiousjake2003-03-273-22/+61
* Set the cache line size for subordinate pci bridges as well as for theirjake2003-03-271-2/+2
* Add support for reading directly from file to userland buffer when thetegge2003-03-266-0/+539
* Adjust the number of vnodes scanned by vlrureclaim() according to thetegge2003-03-263-8/+15
* Permit debug.malloc.failure_rate to be specified using a tunable sorwatson2003-03-261-0/+1
* Add MBTOM(), a macro that converts from an mbuf blocking dispositionrwatson2003-03-261-0/+1
* Add a new kernel option, MALLOC_MAKE_FAILURES, which compilesrwatson2003-03-262-0/+27
* Nuke HTT from here too.ps2003-03-262-6/+0
* Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl.ps2003-03-2614-133/+542
* Halt the cpus in the idle loop for SMP as well for several reasons:peter2003-03-262-8/+6
* Add O_NONBLOCK to the vn_open_cred() flags for NFS client locking whenrwatson2003-03-261-3/+13
* fp->f_offset doesn't need any protection when it isn't accessed.tegge2003-03-261-2/+4
* Obtain Giant before calling kmem_alloc without M_NOWAIT and before callingtegge2003-03-261-2/+21
* Add a cleanup function to destroy the osname_lock and call it on modulejhb2003-03-264-0/+11
* Begin support for 64-bit address support and workarounds for newer cards:scottl2003-03-265-107/+212
* made sure to keep the current stored lifetime when it was not updatedume2003-03-261-3/+9
* Modify the mac_init_ipq() MAC Framework entry point to accept anrwatson2003-03-2620-48/+124
* Correct comment, MSIZE and MCLBYTES are defined in sys/param.hmux2003-03-261-2/+2
* Re-work ac97 initialization to match cold reset described in AC97r.23orion2003-03-261-13/+20
* For the VIA8233A use multi-sgd register set for primary playbackorion2003-03-261-2/+8
* Add defines for low power and second codec ready.orion2003-03-261-0/+3
OpenPOWER on IntegriCloud