| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the text segment locating heuristics from rev 1.121 more reliable | peter | 2002-09-03 | 1 | -15/+10 |
* | - Change falloc() to acquire an fd from the process table last so that | jhb | 2002-09-03 | 1 | -108/+102 |
* | - Move $FreeBSD$ to the top of the file. | jhb | 2002-09-03 | 1 | -2/+21 |
* | Add some KASSERT()'s to ensure that we don't perform spin mutex ops on | jhb | 2002-09-03 | 2 | -8/+32 |
* | Remove aic7xxx from the module build framework until all bootstrapping | gibbs | 2002-09-03 | 1 | -1/+0 |
* | In the kernel code, we have the tsleep() call with the PCATCH argument. | davidxu | 2002-09-03 | 4 | -13/+93 |
* | Remove a debug printf. | phk | 2002-09-03 | 1 | -2/+2 |
* | Drop another cookie to wet Warners appetite: | phk | 2002-09-03 | 1 | -0/+6 |
* | Fix interrupt registration: | phk | 2002-09-03 | 1 | -10/+3 |
* | Style: fix a function whitespace stuff-up. Remove a debugging printf. | phk | 2002-09-03 | 1 | -2/+3 |
* | Style: move a global variable up to the top of the file. | phk | 2002-09-03 | 1 | -3/+2 |
* | Don't probe the interrupt on puc(4) attached devices. | phk | 2002-09-03 | 1 | -1/+1 |
* | - Improve AC97 presence check and move it from fm801_attach() to fm801_probe(); | sobomax | 2002-09-03 | 1 | -14/+93 |
* | Turn off usage of SMP style locking until we sort out CAM. | mjacob | 2002-09-03 | 2 | -21/+72 |
* | Make this compile | peter | 2002-09-03 | 1 | -1/+3 |
* | Don't do transition locking (i.e., CAM->MPT->CAM)- Peter claimed that ia64 | mjacob | 2002-09-03 | 1 | -0/+10 |
* | Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all | mike | 2002-09-03 | 6 | -321/+0 |
* | Remove an unneeded PROC_LOCK, which caused lock recursion panics. | jake | 2002-09-02 | 1 | -1/+1 |
* | Use the new kern_*() functions to avoid using the stack gap in | iedowse | 2002-09-02 | 2 | -90/+49 |
* | Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most other | mike | 2002-09-02 | 1 | -2/+2 |
* | Split up __getcwd so that kernel callers of the internal version | iedowse | 2002-09-02 | 2 | -18/+32 |
* | Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most other | mike | 2002-09-02 | 1 | -2/+2 |
* | Split fcntl() into a wrapper and a kernel-callable kern_fcntl() | iedowse | 2002-09-02 | 2 | -65/+84 |
* | Hook up libkern/strlcpy.c and libkern/strlcat.c after repocopy. | brooks | 2002-09-02 | 2 | -0/+4 |
* | Make SCSI_DELAY setable at boot time and runtime via the | brooks | 2002-09-02 | 6 | -25/+89 |
* | Grammer cleanup | dillon | 2002-09-02 | 1 | -2/+2 |
* | fix bogus CTR3 message. | davidxu | 2002-09-02 | 1 | -1/+1 |
* | o Remove an initialized but unused variable from pmap_remove_all(). | alc | 2002-09-02 | 1 | -2/+0 |
* | Moved elf brand identification into a function. Fully identify the | jake | 2002-09-02 | 1 | -105/+75 |
* | o Synchronize updates to struct vm_page::cow with the page queues lock. | alc | 2002-09-02 | 2 | -7/+8 |
* | Fixed more indentation bugs. | jake | 2002-09-02 | 1 | -3/+3 |
* | Remove NOFORTH=yes, it seems to work now thanks to scottl. | jake | 2002-09-02 | 1 | -1/+0 |
* | Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921, | brooks | 2002-09-02 | 86 | -512/+70 |
* | Fix things so that: | mjacob | 2002-09-01 | 4 | -34/+278 |
* | Add a missing #include <sys/lockmgr.h>. | iedowse | 2002-09-01 | 1 | -0/+1 |
* | Minor fixups | scottl | 2002-09-01 | 1 | -1/+4 |
* | Sync up: remove device counts. | marcel | 2002-09-01 | 1 | -2/+2 |
* | Use the new kern_* functions to avoid the need to store arguments | iedowse | 2002-09-01 | 8 | -382/+292 |
* | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | jake | 2002-09-01 | 21 | -87/+302 |
* | Restore Rev. 1.40 (remove "Keyboard yes/no" printf). | kan | 2002-09-01 | 2 | -2/+2 |
* | Add a new function linux_emul_convpath(), which is a version of | iedowse | 2002-09-01 | 2 | -32/+64 |
* | Split out a number of mostly VFS and signal related syscalls into | iedowse | 2002-09-01 | 7 | -216/+591 |
* | Remove drm_linux.h, move the two useful defines into drm_drv.h. Use fd locking | anholt | 2002-09-01 | 3 | -167/+73 |
* | Since we have vp and td cached in local variables, use those instead | rwatson | 2002-09-01 | 1 | -1/+1 |
* | Unbreak LINT a little by not attempting to configure the nonexist option | bde | 2002-09-01 | 1 | -3/+0 |
* | Use the correct bit value for a debug options | scottl | 2002-09-01 | 1 | -1/+1 |
* | Remove options that don't actually exist (in this form). | scottl | 2002-09-01 | 1 | -5/+0 |
* | Bump __FreeBSD_version for _BSD_FOO_T_ to _FOO_T_DECLARED switch. | mike | 2002-09-01 | 1 | -1/+1 |
* | Upgrade to latest QLogic f/w from their intranet site for 2100, 2200 and | mjacob | 2002-09-01 | 3 | -15262/+15533 |
* | Stylistic fixes for the inclusion of the opt_puc.h header, so it comes from the | jmallett | 2002-09-01 | 3 | -7/+6 |