summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* o Remove premature use of nmp->nm_cred, it hasn't been initialized yet.rwatson2002-01-011-1/+1
* This file does not need to include procfs.h. This fixes a bunch of warnings.des2002-01-011-1/+0
* Add support for Nikon Coolpix E775 and E885 cameras.jedgar2002-01-011-2/+9
* Welcome 2002. Happy new year.imp2002-01-011-2/+2
* Add the nullmodem devicejulian2002-01-012-0/+2
* o Some style(9)-motivated changes to white space.alc2002-01-012-15/+15
* Save stack space by converting areq in sc->areq.ambrisko2001-12-311-88/+84
* Fix bugs in the structure for rx_frame by making gap length one byte andambrisko2001-12-313-42/+722
* o Pass td into nfs_mountroot() to eliminate an XXX'd curthread use.rwatson2001-12-312-4/+3
* o Remove premature leakage of use of td_ucred from base source tree:rwatson2001-12-311-3/+3
* Grrr. The tlb code is strewn over 3 files and I misread it. Revertdillon2001-12-312-16/+0
* o Add missing #include's of sys/proc.h, missed in merge, required torwatson2001-12-312-0/+2
* You know those 'XXX what about SMP' comments in pmap_kenter()? Well,dillon2001-12-312-6/+20
* Spelling fixes.bp2001-12-316-14/+14
* o Make the credential used by socreate() an explicit argument torwatson2001-12-3113-21/+42
* Remove unused includes.joerg2001-12-311-7/+0
* Disabled the olpt driver temporarily to avoid 'repeat make_dev' panic.nyan2001-12-311-1/+1
* When the old nfsm_adv() macro was moved to nfsm_adv_xx(), a '>='iedowse2001-12-311-1/+1
* o Correct an off-by-one error in aio_suspend(2).alc2001-12-311-1/+1
* o Use "td->td_proc" instead of "curproc" where possible.alc2001-12-311-10/+8
* Synchronise with NetBSD.joe2001-12-311-34/+79
* Revert previous definition of cpu_throw(). Non-MP configurationsmarcel2001-12-302-2/+9
* Partial sync with NetBSD:joe2001-12-302-189/+206
* Implement an option to administratively disable the negotiation ofjoerg2001-12-302-8/+60
* GC an alternate trap_pfault() which has rotted away behind an "#ifdef notyet"phk2001-12-302-236/+0
* Fix two typos in previous commit.joerg2001-12-302-2/+2
* Merge last-minute fix from the i4b file made by gj:joerg2001-12-301-2/+4
* Eliminate semexit_hook using at_exit(9) and rm_at_exit(9).alc2001-12-304-20/+2
* Remove references to i4b/driver/i4b_ispppsubr.c, now thatjoerg2001-12-302-42/+0
* Add a #define for the size of the nfs_backoff[] array, and use thisiedowse2001-12-301-3/+4
* Bump AUTHNAMELEN to 64. Should probably be made dynamic instead.joerg2001-12-301-1/+1
* We explicitly close LCP when going to state CLOSED, so we better openjoerg2001-12-301-0/+4
* run IPCP only if we have IPv4 in kerneljoerg2001-12-301-1/+7
* Reduce kernel stack usage of ccdinit() by MAXPATHLEN by using MALLOC(9).phk2001-12-302-4/+14
* Fix a long-standing blatant bug where the operator precedence betweenjoerg2001-12-301-4/+4
* Fix compilation without INET (though not really tested yet withoutjoerg2001-12-301-6/+10
* Add the `packed' attribute to structures which describe wire protocoljoerg2001-12-301-4/+4
* Extend the hack where 0.0.0.1 meant `any address for remote isjoerg2001-12-301-2/+2
* Do not include pcib.h, which only existed in my development tree, and dotmm2001-12-301-2/+1
* Fix the handling of VJ uncompression. Unfortunately, tcp_uncompress()joerg2001-12-301-14/+39
* Add bus_common.h, which contains some definiton that apply to both PCItmm2001-12-301-0/+69
* Add PNP Id for Create Labs Phoneblaster.sheldonh2001-12-301-0/+1
* Better implement SMP support:marcel2001-12-303-101/+180
* o Reimplement map_pal_code to work with a global variablemarcel2001-12-301-51/+37
* Make vhpt_base and vhpt_size globals so that they can be used bymarcel2001-12-301-1/+2
* Cleanup the IPIs.marcel2001-12-301-8/+7
* Remove unused MD fields (pc_pending_ipis, pc_next_asn andmarcel2001-12-301-3/+3
* o Remove temporary implementation of cpu_throw in vm_machdep.cmarcel2001-12-302-10/+24
* Protect mtx_init() invocations with mtx_intialized() checks to avoid agj2001-12-3016-30/+60
* Draft implementation of IPI handling.marcel2001-12-301-1/+19
OpenPOWER on IntegriCloud