summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - MAXPATHLEN -> PATH_MAX (pass correct buffer size to readlink as well)fjoe2003-03-281-17/+17
* Add pc-card from ARCHOS CD-224E cdrom.sobomax2003-03-281-0/+4
* 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
* Expound a little bit about the softc, where its size is found and aimp2003-03-281-2/+16
* Remove bogus card.4, and replace it with a link to oldcard.4. ruimp2003-03-282-104/+1
* Create a man page for bus_child_present(9), a function to see if aimp2003-03-282-1/+84
* 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
* Close the disk file descriptor that is RO before trying to open thejmallett2003-03-281-4/+1
* Default data length should be 56, not 64.mdodd2003-03-281-1/+1
* Make realpath() thread-safe. New implementation does not use chdir(2) at all.fjoe2003-03-272-111/+128
* Check return value from vmapbuf instead of the function address.tegge2003-03-271-2/+1
* Don't pass NULL in as a flags argument to libfetch's fetchGetURL()rwatson2003-03-271-1/+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
* Add an information and fix typo.shiba2003-03-271-2/+2
* 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-276-180/+440
* 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 Add -u <username> flag to jail(8): set user context before exec.maxim2003-03-273-12/+84
* 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
* Change DEFMX to 0. This removes the size limit for print jobs by default.eivind2003-03-272-3/+4
* Catch up with recent events.mdodd2003-03-271-3/+1
* Add missing COMPAT_ISA_DRIVER().mdodd2003-03-271-0/+1
* Write negative zero as '-0.0'. Otherwise, it is parsed as an integerdas2003-03-271-2/+2
* 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
* Put child process in a different process group, ensure that the broadcastdavidxu2003-03-271-6/+22
* 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 sample specfile listing to FILES.chris2003-03-261-0/+8
* 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
OpenPOWER on IntegriCloud