| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | The issetugid() function is MPSAFE. | jhb | 2003-06-09 | 1 | -1/+1 |
* | Track the resource id of the memory port instead of just assuming that | scottl | 2003-06-09 | 1 | -3/+6 |
* | Bit of modernising. Remove old KerberosIV entries, add example | markm | 2003-06-09 | 1 | -9/+4 |
* | Merge the following from the English version: | rushani | 2003-06-09 | 1 | -2/+55 |
* | A white-space nit I noticed. | phk | 2003-06-09 | 1 | -1/+1 |
* | Fix some punctuation marks. | rushani | 2003-06-09 | 1 | -25/+25 |
* | Introduce options definition the standard way. command -> utility. | charnier | 2003-06-09 | 1 | -3/+3 |
* | Update the vm object and page locking in exec_map_first_page(). Mark the | alc | 2003-06-09 | 1 | -9/+15 |
* | Introduce options definition the standard way. Do not uppercase first | charnier | 2003-06-09 | 1 | -5/+5 |
* | Introduce options definition the standard way. | charnier | 2003-06-09 | 3 | -9/+8 |
* | GEOMification of CCD. | phk | 2003-06-09 | 5 | -1608/+79 |
* | - Add vm object locking to vm_pgmoveco(). | alc | 2003-06-09 | 1 | -2/+5 |
* | Revert previous commit, from Bruce: | charnier | 2003-06-09 | 1 | -1/+0 |
* | Merge NetBSD bktr_core.c rev. 1.26: | fjoe | 2003-06-09 | 1 | -2/+2 |
* | Fix error handling for ENOMEM style issues. | phk | 2003-06-09 | 1 | -21/+9 |
* | Add two more Vendor ID's for Leadtek Winfast TV 2000 | fjoe | 2003-06-09 | 1 | -1/+5 |
* | Attempt to fix Alpha build by renaming ident[] to kern_ident[]. | jmallett | 2003-06-09 | 3 | -3/+3 |
* | When we re-route a PCI interrupt, write the new IRQ value into the intline | jhb | 2003-06-09 | 1 | -2/+3 |
* | _thread_printf() is only used for debugging or in cases where something's | mtm | 2003-06-09 | 1 | -2/+2 |
* | o Have rc.d/apm report on the status of apm. | mtm | 2003-06-09 | 2 | -3/+29 |
* | - Add a td_pflags field to struct thread for private flags accessed only by | jhb | 2003-06-09 | 5 | -29/+27 |
* | o Fix a typo | mtm | 2003-06-09 | 1 | -3/+23 |
* | Hook up pci(9) manual page to the build. | hmp | 2003-06-09 | 1 | -1/+6 |
* | Bring in a manual page documenting some important functions of the | hmp | 2003-06-09 | 1 | -0/+240 |
* | Previously, a "forced" command always exited successfully (with the | mtm | 2003-06-09 | 1 | -37/+65 |
* | Add a comment to de-obfuscate the meaning of the PQ_CACHESIZE | hmp | 2003-06-09 | 1 | -0/+1 |
* | Sanity check fd before using it as an array index. | netchild | 2003-06-09 | 1 | -1/+2 |
* | Remove stale reference to the deprecated USER_LDT option. The associated | jhb | 2003-06-09 | 1 | -4/+0 |
* | Expose kern.ident by way of OID_AUTO. | jmallett | 2003-06-09 | 2 | -3/+4 |
* | Teach mdoc(7) about the upcoming 5.2-RELEASE. | ru | 2003-06-09 | 1 | -0/+1 |
* | Add sysctlbyname(3) support, and use that for uname -i, in preparation for | jmallett | 2003-06-09 | 1 | -1/+13 |
* | Commit rudimentary libufs manual pages, except for that for | jmallett | 2003-06-09 | 7 | -0/+560 |
* | Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I do | jmallett | 2003-06-09 | 2 | -43/+0 |
* | Make kernel identification (`ident' in the config(8) driver) available to | jmallett | 2003-06-09 | 4 | -7/+24 |
* | Reduce diffs with code in Perforce: | jmallett | 2003-06-09 | 5 | -34/+34 |
* | Marshal newfs -L (filesystem volume names), the names are not marshalled | jmallett | 2003-06-09 | 1 | -0/+2 |
* | Remove duplicate 'of the'. | roam | 2003-06-09 | 1 | -1/+1 |
* | Update the number and size of ports in the Ports Collection. | murray | 2003-06-09 | 1 | -2/+2 |
* | Hold the vm object's lock when performing vm_page_lookup(). | alc | 2003-06-09 | 1 | -0/+2 |
* | Don't use vm_object_set_flag() to initialize the vm object's flags. | alc | 2003-06-09 | 1 | -1/+1 |
* | Change incorrect strings.h to more correct string.h to pick up | imp | 2003-06-09 | 2 | -2/+2 |
* | Include sys/param.h for both modfind and kldload | imp | 2003-06-09 | 1 | -2/+5 |
* | Include stdlib.h for atoi declaration. | imp | 2003-06-09 | 1 | -0/+3 |
* | Include stdlib.h for atoi declaration | imp | 2003-06-09 | 1 | -0/+3 |
* | include string.h for memcmp declearation | imp | 2003-06-09 | 1 | -0/+1 |
* | Include string.h for strlen declaration | imp | 2003-06-09 | 1 | -0/+1 |
* | Include stdlib.h for exit declaration | imp | 2003-06-09 | 1 | -0/+1 |
* | Include string.h for strcmp declaration | imp | 2003-06-09 | 1 | -0/+1 |
* | On a socket creation error, don't close the socket. | hsu | 2003-06-09 | 1 | -1/+2 |
* | - Add a simple CPU load balancing algorithm. This works by executing once a | jeff | 2003-06-09 | 1 | -7/+95 |