| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | o Remove premature use of nmp->nm_cred, it hasn't been initialized yet. | rwatson | 2002-01-01 | 1 | -1/+1 |
* | This file does not need to include procfs.h. This fixes a bunch of warnings. | des | 2002-01-01 | 1 | -1/+0 |
* | Add support for Nikon Coolpix E775 and E885 cameras. | jedgar | 2002-01-01 | 1 | -2/+9 |
* | Welcome 2002. Happy new year. | imp | 2002-01-01 | 1 | -2/+2 |
* | Add the nullmodem device | julian | 2002-01-01 | 2 | -0/+2 |
* | o Some style(9)-motivated changes to white space. | alc | 2002-01-01 | 2 | -15/+15 |
* | Save stack space by converting areq in sc->areq. | ambrisko | 2001-12-31 | 1 | -88/+84 |
* | Fix bugs in the structure for rx_frame by making gap length one byte and | ambrisko | 2001-12-31 | 3 | -42/+722 |
* | o Pass td into nfs_mountroot() to eliminate an XXX'd curthread use. | rwatson | 2001-12-31 | 2 | -4/+3 |
* | o Remove premature leakage of use of td_ucred from base source tree: | rwatson | 2001-12-31 | 1 | -3/+3 |
* | Grrr. The tlb code is strewn over 3 files and I misread it. Revert | dillon | 2001-12-31 | 2 | -16/+0 |
* | o Add missing #include's of sys/proc.h, missed in merge, required to | rwatson | 2001-12-31 | 2 | -0/+2 |
* | You know those 'XXX what about SMP' comments in pmap_kenter()? Well, | dillon | 2001-12-31 | 2 | -6/+20 |
* | Spelling fixes. | bp | 2001-12-31 | 6 | -14/+14 |
* | o Make the credential used by socreate() an explicit argument to | rwatson | 2001-12-31 | 13 | -21/+42 |
* | Remove unused includes. | joerg | 2001-12-31 | 1 | -7/+0 |
* | Disabled the olpt driver temporarily to avoid 'repeat make_dev' panic. | nyan | 2001-12-31 | 1 | -1/+1 |
* | When the old nfsm_adv() macro was moved to nfsm_adv_xx(), a '>=' | iedowse | 2001-12-31 | 1 | -1/+1 |
* | o Correct an off-by-one error in aio_suspend(2). | alc | 2001-12-31 | 1 | -1/+1 |
* | o Use "td->td_proc" instead of "curproc" where possible. | alc | 2001-12-31 | 1 | -10/+8 |
* | Synchronise with NetBSD. | joe | 2001-12-31 | 1 | -34/+79 |
* | Revert previous definition of cpu_throw(). Non-MP configurations | marcel | 2001-12-30 | 2 | -2/+9 |
* | Partial sync with NetBSD: | joe | 2001-12-30 | 2 | -189/+206 |
* | Implement an option to administratively disable the negotiation of | joerg | 2001-12-30 | 2 | -8/+60 |
* | GC an alternate trap_pfault() which has rotted away behind an "#ifdef notyet" | phk | 2001-12-30 | 2 | -236/+0 |
* | Fix two typos in previous commit. | joerg | 2001-12-30 | 2 | -2/+2 |
* | Merge last-minute fix from the i4b file made by gj: | joerg | 2001-12-30 | 1 | -2/+4 |
* | Eliminate semexit_hook using at_exit(9) and rm_at_exit(9). | alc | 2001-12-30 | 4 | -20/+2 |
* | Remove references to i4b/driver/i4b_ispppsubr.c, now that | joerg | 2001-12-30 | 2 | -42/+0 |
* | Add a #define for the size of the nfs_backoff[] array, and use this | iedowse | 2001-12-30 | 1 | -3/+4 |
* | Bump AUTHNAMELEN to 64. Should probably be made dynamic instead. | joerg | 2001-12-30 | 1 | -1/+1 |
* | We explicitly close LCP when going to state CLOSED, so we better open | joerg | 2001-12-30 | 1 | -0/+4 |
* | run IPCP only if we have IPv4 in kernel | joerg | 2001-12-30 | 1 | -1/+7 |
* | Reduce kernel stack usage of ccdinit() by MAXPATHLEN by using MALLOC(9). | phk | 2001-12-30 | 2 | -4/+14 |
* | Fix a long-standing blatant bug where the operator precedence between | joerg | 2001-12-30 | 1 | -4/+4 |
* | Fix compilation without INET (though not really tested yet without | joerg | 2001-12-30 | 1 | -6/+10 |
* | Add the `packed' attribute to structures which describe wire protocol | joerg | 2001-12-30 | 1 | -4/+4 |
* | Extend the hack where 0.0.0.1 meant `any address for remote is | joerg | 2001-12-30 | 1 | -2/+2 |
* | Do not include pcib.h, which only existed in my development tree, and do | tmm | 2001-12-30 | 1 | -2/+1 |
* | Fix the handling of VJ uncompression. Unfortunately, tcp_uncompress() | joerg | 2001-12-30 | 1 | -14/+39 |
* | Add bus_common.h, which contains some definiton that apply to both PCI | tmm | 2001-12-30 | 1 | -0/+69 |
* | Add PNP Id for Create Labs Phoneblaster. | sheldonh | 2001-12-30 | 1 | -0/+1 |
* | Better implement SMP support: | marcel | 2001-12-30 | 3 | -101/+180 |
* | o Reimplement map_pal_code to work with a global variable | marcel | 2001-12-30 | 1 | -51/+37 |
* | Make vhpt_base and vhpt_size globals so that they can be used by | marcel | 2001-12-30 | 1 | -1/+2 |
* | Cleanup the IPIs. | marcel | 2001-12-30 | 1 | -8/+7 |
* | Remove unused MD fields (pc_pending_ipis, pc_next_asn and | marcel | 2001-12-30 | 1 | -3/+3 |
* | o Remove temporary implementation of cpu_throw in vm_machdep.c | marcel | 2001-12-30 | 2 | -10/+24 |
* | Protect mtx_init() invocations with mtx_intialized() checks to avoid a | gj | 2001-12-30 | 16 | -30/+60 |
* | Draft implementation of IPI handling. | marcel | 2001-12-30 | 1 | -1/+19 |