summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update example libmap.conf file:jhb2005-10-271-10/+3
* Revert most of revision 1.235 and fix the problem a different way. Wejhb2005-10-271-7/+12
* Enclose the delayed attach in Giant so we dont loose the race with othersos2005-10-271-6/+10
* Clear pending_txs when not "RUNNING".obrien2005-10-271-0/+1
* Use ${S} to pass ${SYSDIR} to ports. This makes PORTS_MODULESru2005-10-271-5/+1
* Installing debug modules was a bad idea -- I bogusly assumed thatru2005-10-272-17/+21
* Link libthr to libpthread on Alpha and Sparc.davidxu2005-10-271-0/+10
* Allow 32bit get/setsockopt with SO_SNDTIMEO or SO_RECVTIMEO to work.ps2005-10-271-3/+29
* Disconnect libc_r from buildworld, it is still kept in the tree todavidxu2005-10-271-1/+1
* Do not manually allocate/free device's softc structure.emax2005-10-261-14/+2
* Commit something we found useful at work at one point. Add sysctls forpeter2005-10-261-0/+40
* MFi386: Various apic fixes and tweakspeter2005-10-262-6/+20
* fdread cannot work without opening the /dev/fd node in O_RDWR mode now,peter2005-10-261-1/+1
* Make fdcontrol work again. It has been broken for a while. It triespeter2005-10-261-1/+0
* Regenerate (with the correct #ifdef COMPAT_43 tests now)peter2005-10-264-64/+70
* There is no 'freebsd3_' prefix for COMPAT_43 syscalls. Those are allpeter2005-10-262-31/+28
* Change PHYSMAP_SIZE to allow for more memory segments. The old value waspeter2005-10-261-1/+1
* Minor nit: in ntoskrnl_finddev(), only free the 'children' device_twpaul2005-10-261-2/+9
* Note that the jail setup example is meant to be fed to sh(1), not csh(1).keramida2005-10-261-3/+4
* Change u_int64_t to uintmax_t and use %ju, so it compiles on 64bit archs.pjd2005-10-261-5/+6
* Clean up and apply the fix for PR 83477. The calculation for locatingwpaul2005-10-263-9/+24
* Spell 'argument' correctly.jhb2005-10-261-1/+1
* Fix misspelled 'argument' and try to make the sentence into English.jhb2005-10-261-1/+1
* - Use swi_remove() to teardown swi handlers rather thanjhb2005-10-266-8/+8
* Add a swi_remove() function to teardown software interrupt handlers. Forjhb2005-10-262-0/+18
* Use a better algorithm for reducing the error in __kernel_cos[f]().bde2005-10-262-51/+22
* Typo.keramida2005-10-261-1/+1
* Add experiment code to implement POSIX timer's SIGEV_THREAD notification.davidxu2005-10-261-0/+168
* - Fix leak of struct nlminfo on process exit.glebius2005-10-264-7/+24
* Follow the change in kernel, joiner thread just waits at thread iddavidxu2005-10-262-6/+10
* do umtx_wake at userland thread exit address, so that others userlanddavidxu2005-10-263-4/+10
* Get rid of the timer tracking and reaping code in NdisMInitializeTimer()wpaul2005-10-264-47/+118
* Catch up with new interrupt handling code.ru2005-10-265-9/+9
* Catch up with new interrupt handling code.ru2005-10-261-3/+3
* Since carp(4) interfaces presently are kinda fake yet possessyar2005-10-261-1/+1
* Override $command with $foo_program only if $commandyar2005-10-261-3/+1
* Use consistent punctuation and vertical indenting around .Dl's.yar2005-10-261-8/+10
* Document that `reload' is not provided by defaultyar2005-10-262-1/+13
* Add checking for File record magic.takawata2005-10-261-0/+6
* Fix dump of the unread portion of the kernel message buffer.marcel2005-10-261-0/+4
* Remove PCI IDs for multiport cards:marcel2005-10-261-10/+15
* Oops, forgot to add in r1.36 -grehan2005-10-260-0/+0
* Catch up with interrupt-thread changes.grehan2005-10-251-1/+1
* If we're trying to use C2/3 and reads from the register are returningnjl2005-10-251-3/+24
* Recognize all current standard node types.ru2005-10-251-4/+42
* Make the cookie constant name canonical.ru2005-10-251-1/+1
* We've supported the _POSIX_MONOTONIC_CLOCK option for a long time.wollman2005-10-251-1/+1
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-2522-578/+792
* Remove an unneeded "a" from comment.delphij2005-10-251-1/+1
* Use shorter names for the Giant and fast taskqueues so that their namesjhb2005-10-251-2/+2
OpenPOWER on IntegriCloud