| Commit message (Expand) | Author | Age | Files | Lines |
* | be able to configure to run an IPv6 routing daemon even on | ume | 2002-07-18 | 3 | -20/+24 |
* | fixed to make mbuf chain. | ume | 2002-07-18 | 1 | -1/+1 |
* | o Introduce an argument, VM_ALLOC_WIRED, that requests vm_page_alloc() | alc | 2002-07-18 | 3 | -15/+19 |
* | Use pmap_kenter() rather than vtopte() and bashing the page tables | peter | 2002-07-18 | 4 | -56/+12 |
* | Fix a transcription typo. s/ACPI_PTR/ACPI_POINTER/ | peter | 2002-07-17 | 1 | -1/+1 |
* | ia64 does not have the same degree of stealth include file nesting, | peter | 2002-07-17 | 2 | -0/+4 |
* | This is a userland tool, not a kernel component or libstand client. | peter | 2002-07-17 | 1 | -5/+5 |
* | Pacify gcc on ia64 | peter | 2002-07-17 | 2 | -0/+6 |
* | I don't know how the minimum retransmit timeout managed to get set to | dillon | 2002-07-17 | 1 | -1/+7 |
* | Fix some typos in 1.68 from over a week ago. | peter | 2002-07-17 | 1 | -2/+1 |
* | Cap the initial PV and PTE table preallocations. Otherwise we explode | peter | 2002-07-17 | 1 | -1/+4 |
* | Be sure to use a logical address for the SAL table. For some reason the | peter | 2002-07-17 | 1 | -1/+2 |
* | Update for new ACPICA import. Gah. | peter | 2002-07-17 | 1 | -3/+3 |
* | Add END markers to asm functions so that debuggers can find their size. | jake | 2002-07-17 | 1 | -1/+3 |
* | Avoid trying to set PG_G on the first 4MB when we set up the 4MB page. | peter | 2002-07-17 | 2 | -0/+12 |
* | Avoid passing NULL to freehostent(3). | yar | 2002-07-17 | 1 | -1/+2 |
* | Fix a reversed test. | julian | 2002-07-17 | 1 | -7/+15 |
* | Make sure the process state for the idle proc is set correctly | julian | 2002-07-17 | 1 | -0/+1 |
* | Fix setting parameters for getipnodebyaddr(3): | yar | 2002-07-17 | 1 | -4/+4 |
* | Add myself. | scop | 2002-07-17 | 1 | -0/+1 |
* | In pam_init_ctx(), register a cleanup function that will kill the child | des | 2002-07-17 | 1 | -0/+13 |
* | Sort FILES. | ru | 2002-07-17 | 1 | -1/+1 |
* | Fix a spelling mistake. | dwmalone | 2002-07-17 | 1 | -1/+1 |
* | Clean up the syntax WRT semicolons at the end of function-like-macros, and pr... | markm | 2002-07-17 | 2 | -46/+148 |
* | Fix installworld. | roberto | 2002-07-17 | 1 | -1/+1 |
* | One external utility was ommitted in the previous delta: | sheldonh | 2002-07-17 | 1 | -1/+1 |
* | MFi386: revision 1.524. | nyan | 2002-07-17 | 2 | -6/+20 |
* | MFi386: revision 1.350. | nyan | 2002-07-17 | 1 | -5/+5 |
* | di_createtime -> di_birthtime. | roberto | 2002-07-17 | 1 | -1/+1 |
* | Handle installation of links through bsd.links.mk. | ru | 2002-07-17 | 1 | -54/+17 |
* | Fix a panic when doing "ipfw add pipe 1 log ..." | luigi | 2002-07-17 | 2 | -6/+31 |
* | The following builtins are now available as external commands as well: | sheldonh | 2002-07-17 | 1 | -11/+11 |
* | Better verbage on hw.pcic sysctls, delete now obsolete comment | imp | 2002-07-17 | 1 | -10/+8 |
* | o Remove workaround that I put in to mask the BadVcc problem. | imp | 2002-07-17 | 2 | -34/+71 |
* | Be more conservative about the address ranges we assign. Some | imp | 2002-07-17 | 1 | -0/+5 |
* | GLOB_QUOTE has been retired. | mikeh | 2002-07-17 | 3 | -3/+3 |
* | Add definitions for the Ext 1 register on cirrus logic PD-6729. | imp | 2002-07-17 | 1 | -0/+9 |
* | Qualify comment on machdep.cpu_idle_hlt. Turning this on on a SMP | dillon | 2002-07-17 | 2 | -6/+20 |
* | pccard_common.c is no longer necssary | imp | 2002-07-17 | 1 | -1/+0 |
* | Eliminate the need for pccard_common.c by moving the function inline | imp | 2002-07-17 | 3 | -70/+19 |
* | Update glob(3) to add all the POSIX required options, specifically: | mikeh | 2002-07-17 | 3 | -33/+48 |
* | Add support for Elsa XI325, Netgear MA401RA, and Nokia C110. From OpenBSD | imp | 2002-07-17 | 1 | -0/+3 |
* | regen from pccarddevs 1.33 | imp | 2002-07-17 | 1 | -2/+18 |
* | MFOpenBSD: | imp | 2002-07-17 | 1 | -1/+9 |
* | - Use more correct values to initialize the AGP controller during setup. | jhb | 2002-07-17 | 2 | -12/+42 |
* | Preallocate a struct file as the first thing in falloc() before we lock | jhb | 2002-07-17 | 1 | -16/+5 |
* | Add a KASSERT() to assert that td_critnest is == 1 when mi_switch() is | jhb | 2002-07-17 | 1 | -0/+2 |
* | Allow alphas to do crashdumps: Refuse to run anything in choosethread() | gallatin | 2002-07-17 | 5 | -9/+16 |
* | Change utimes to set the file creation time (for filesystems that | mckusick | 2002-07-17 | 10 | -34/+91 |
* | Introduce the DEVFS "rule" subsystem. DEVFS rules permit the | dd | 2002-07-17 | 12 | -1/+1899 |