summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Use a single style of multiple inclusion protection for Netgraph headers.ru2003-11-1132-88/+88
* Save and restore the high FP registers in {g|s}_mcontext(). Notemarcel2003-11-111-2/+9
* Fix a nasty bug that got exposed when the sendsig() and sigreturn()marcel2003-11-112-4/+26
* Bound the number of iterations a thread can perform insidejkoshy2003-11-111-6/+8
* Update the dump code to flush buffers at the end of the dumpsos2003-11-111-19/+25
* Remove reference to sio (superseded by uart).jake2003-11-111-1/+0
* Add entries for creator, splash, uart and puc, commented out until they'rejake2003-11-111-1/+5
* Remove references to atkbd, atkbdc, psm and vga.jake2003-11-111-7/+1
* Fix a typo. Allow for the creator not being stdout.jake2003-11-111-9/+8
* Add a uart attachment/syscons keyboard driver for sun keyboards. In theoryjake2003-11-114-0/+739
* Allow uart to attach to keyboards that are not the firmware's notion ofjake2003-11-111-13/+34
* 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
OpenPOWER on IntegriCloud