| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Teach bsd.lib.mk to auto generate a version map file based on | deischen | 2006-03-16 | 2 | -0/+206 |
* | | Do `mount_devfs' when starting a jail. | jcamou | 2006-03-16 | 1 | -0/+1 |
* | | Fix comment. | ru | 2006-03-16 | 1 | -1/+1 |
* | | Desupport the undocumented NO_QUAD option, just don't compile | ru | 2006-03-16 | 5 | -21/+4 |
* | | Remove nested includes of <sys/_lock.h> and <sys/_mutex.h> which spill into | phk | 2006-03-16 | 1 | -7/+2 |
* | | Correct two vm object reference leaks in error cases. | alc | 2006-03-16 | 1 | -0/+2 |
* | | Restore CHN_F_BUSY flag which was removed accidentally in previous commit. | ariff | 2006-03-16 | 1 | -1/+1 |
* | | When building for pc98, don't create stray objects in the | ru | 2006-03-16 | 1 | -1/+1 |
* | | Change soabort() from returning int to returning void, since all | rwatson | 2006-03-16 | 5 | -9/+7 |
* | | Fix severe 8bit integer overflow during channel creation and destruction, | ariff | 2006-03-16 | 3 | -44/+99 |
* | | Remove the nls/*/charset files to the exclude list. These files | ume | 2006-03-16 | 1 | -1/+0 |
* | | Fix a race between file operations and rfork(RFCFDG) by parking | davidxu | 2006-03-15 | 1 | -0/+17 |
* | | when doing s/w crypto make sure work is done w/ a writable mbuf chain; | sam | 2006-03-15 | 1 | -0/+15 |
* | | If a keymap file is not found for the selected country then default to the more | thompsa | 2006-03-15 | 2 | -4/+10 |
* | | promote fast ipsec's m_clone routine for public use; it is renamed | sam | 2006-03-15 | 8 | -154/+180 |
* | | build ipw(4) and iwi(4) modules on i386 and amd64 only. | damien | 2006-03-15 | 1 | -2/+6 |
* | | Back out accidentally committed protosw.h:1.49. One of those days. It | rwatson | 2006-03-15 | 1 | -2/+2 |
* | | Disable the "cputick increased..." message now that the dust has settled. | phk | 2006-03-15 | 1 | -1/+1 |
* | | Add definitions for MD5_BLOCK_LENGTH, MD5_DIGEST_LENGTH and | andre | 2006-03-15 | 1 | -0/+5 |
* | | Add link status descriptions and related structures for userland | andre | 2006-03-15 | 1 | -0/+38 |
* | | - Fill in the correct rtm_index for RTM_ADD and RTM_CHANGE messages. | andre | 2006-03-15 | 2 | -1/+15 |
* | | Add new modes. | sos | 2006-03-15 | 1 | -0/+4 |
* | | Fix memory leak introduced in previous revision. | netchild | 2006-03-15 | 1 | -3/+3 |
* | | Correct spelling of 0x4000 in previous commit. This one line change from | rwatson | 2006-03-15 | 2 | -3/+3 |
* | | Constfy errstr as it is in OpenBSD to unbreak the build. | mlaier | 2006-03-15 | 1 | -1/+1 |
* | | Fix the spelling of MAN to a modern syntax. | ru | 2006-03-15 | 1 | -1/+1 |
* | | Free private data when deleting hook. | glebius | 2006-03-15 | 1 | -0/+2 |
* | | Add a non-optional newline after ".Bx". | ru | 2006-03-15 | 1 | -1/+2 |
* | | Make ${SUBDIR_TARGETS} work at the uppermost level as well. | ru | 2006-03-15 | 1 | -0/+1 |
* | | Revert previous changes as we do support the .Ox macro for OpenBSD. | andre | 2006-03-15 | 1 | -2/+4 |
* | | As with socket consumer references (so_count), make sofree() return | rwatson | 2006-03-15 | 1 | -3/+3 |
* | | Add SS_PROTOREF socket flag, which represents a strong reference by the | rwatson | 2006-03-15 | 1 | -0/+1 |
* | | If we don't want HTML docs, we might still want manpages. | ru | 2006-03-15 | 2 | -3/+2 |
* | | Style: NO_MAN doesn't need any value. | ru | 2006-03-15 | 24 | -38/+37 |
* | | No need to define NO_MAN here. | ru | 2006-03-15 | 1 | -1/+0 |
* | | Style. | ru | 2006-03-15 | 1 | -2/+2 |
* | | Add a_fdidx to comment prototype for fifo_open(). | rwatson | 2006-03-15 | 1 | -0/+1 |
* | | Add ALPS glide point ID and some compatibility IDs. | takawata | 2006-03-15 | 1 | -0/+3 |
* | | Close descriptor in retrieve_x509_marker function. | krion | 2006-03-15 | 2 | -10/+16 |
* | | Use strtonum now that we have it in libc as well. | mlaier | 2006-03-15 | 1 | -15/+0 |
* | | add ath_hal glue | sam | 2006-03-14 | 2 | -0/+19 |
* | | POSIXed strtoll() (and ours one too) can set errno to EINVAL, so check | ache | 2006-03-14 | 1 | -1/+1 |
* | | When opening a trace file, open O_NONBLOCK so that ktrace doesn't stall | rwatson | 2006-03-14 | 1 | -1/+4 |
* | | If fifo_open() is called with a negative file descriptor, return EINVAL | rwatson | 2006-03-14 | 1 | -0/+2 |
* | | Teach bthidd(8) to reload its config when SIGHUP is received. | emax | 2006-03-14 | 1 | -3/+27 |
* | | Export SMBIOS serial numbers by default. To turn it off, use | jkim | 2006-03-14 | 2 | -8/+8 |
* | | Add missing libdata/ldconfig[32] entries. | marcus | 2006-03-14 | 1 | -0/+4 |
* | | Import OpenBSD's manual page to the sys/sys/hash.c functions imported two | andre | 2006-03-14 | 1 | -0/+160 |
* | | Add link: | jcamou | 2006-03-14 | 1 | -0/+1 |
* | | Fix HISTORY and point to OpenBSD. | andre | 2006-03-14 | 1 | -5/+2 |