summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Assume that unit 0 is the graphics console initialized by syscons, insteadjake2003-11-111-1/+1
* Fix a bug in the data access error recorvery. Before re-enabling the datajake2003-11-116-4/+60
* Include <sys/reboot.h> the definition of RB_BOOTINFO. The previousbde2003-11-112-0/+4
* Rearrange slightly so that DELAY(9) works during cninit.jake2003-11-111-12/+12
* Fix sound LOR problems:scottl2003-11-113-108/+113
* Have utrace(2) return ENOMEM if malloc() fails. Document this errorjkoshy2003-11-111-1/+1
* - Revision 1.469 of vfs_subr.c resulted in the buf's b_object field beingalc2003-11-111-14/+7
* Whitespace sync to MAC branch, expand comment at the head of the file.rwatson2003-11-113-9/+27
* Stop using shared locks for nfs vop locks.alfred2003-11-111-3/+0
* use Giant-less callouts when debug_mpsafenet is non-zerosam2003-11-101-1/+2
* In in_pcbconnect_setup(), don't use the cached inp->inp_route unlessiedowse2003-11-101-4/+4
* If fifo_open() is interrupted, fifo_close() may not get called, causingtruckman2003-11-101-9/+23
* MFamd64 (via P4, not in CVS yet):jhb2003-11-102-42/+42
* Mark TCP syncache timer as not Giant-free ready yet.hsu2003-11-101-1/+1
* Fix a bug where the taskqueue kproc was being parented by initalfred2003-11-101-1/+1
* Bump APIC ID limits up to 32 since a machine with 16 CPUs will have APICjhb2003-11-104-6/+6
* Fixed loss of setting of the RB_BOOTINFO flag in rev.1.43. Fixed wrongbde2003-11-102-4/+4
* Don't establish the ISR in the sn_activate routine. I've had twoimp2003-11-102-12/+11
* Update a comment related to SMP and describe the NO_MIXED_MODE kerneljhb2003-11-101-4/+11
* Update a comment.jhb2003-11-101-1/+1
* Based on an excellent suggestion from tanimura@ define I4BPRI and use itgj2003-11-105-47/+22
* Reduce debug message.simokawa2003-11-101-0/+2
* Fix breakage cuased by the selwakeuppri commit by defining TTIPRI forgj2003-11-104-0/+28
* Don't compile with -g by default; there's a better way to build modules withru2003-11-101-2/+0
* enable aes-xcbc-mac and aes-ctr, again.ume2003-11-104-12/+4
* rijndael-alg-fst.[ch]:ume2003-11-104-1634/+1332
* When there are no free sem_undo structs available in semu_alloc(), onlytjr2003-11-101-3/+4
* In get_mcontext(), do not update bspstore and ndirty in the trapframe.marcel2003-11-101-5/+9
* * Improve sbp device probe in boot process.simokawa2003-11-101-15/+50
* If a thread masks all its signal, in cursig(), no signal will be exchangeddavidxu2003-11-101-2/+1
* Move 'guessing' code from the probe into the identify routine where it moreimp2003-11-102-160/+106
* - The Open Group Base Specifications Issue 6 specifies that an munmap(2)alc2003-11-103-20/+18
* NFC: Update stale comments.mini2003-11-102-4/+4
* MFNetBSD:joe2003-11-102-6/+5
* MFNetBSD:joe2003-11-101-1/+2
* MFNetBSD:joe2003-11-101-8/+11
* MFNetBSD:joe2003-11-101-0/+10
* MFNetBSD:joe2003-11-091-1/+2
* Revise the NetBSD revision control strings.joe2003-11-093-29/+3
* MFNetBSD:joe2003-11-096-15/+10
* fix typo that broke AP scanning by BSSIDsam2003-11-091-2/+1
* When a thread is being swapped-out, save the high FP registers. Wemarcel2003-11-091-0/+2
* Use get_mcontext() to construct the signal context in sendsig() andmarcel2003-11-093-109/+50
* - Remove Giant from msync(2). Giant is still acquired by the lower layersalc2003-11-092-27/+10
* Free the ata_request struct after we are done using it. This should stopscottl2003-11-091-2/+9
* Change the clear_ret argument of get_mcontext() to be a flags argument.marcel2003-11-0911-20/+27
* Tweak the front end driver file listimp2003-11-091-31/+26
* Add my copyright to aha_isa.c to make it crystal clear its licenseimp2003-11-091-1/+25
* Let bus space manage softc.imp2003-11-094-56/+23
* Minor tweaks to make it behave better:imp2003-11-091-8/+18
OpenPOWER on IntegriCloud