summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Static'ify a variable.alfred2002-10-032-2/+2
* Remove namespace pollution by not including <sys/types.h> andmike2002-10-031-3/+6
* Correct an indentation.anholt2002-10-032-2/+2
* hashinit() calls MALLOC(), so release the filedesc lock in knote_attach()truckman2002-10-031-4/+16
* XXX Add a check for p->p_limit being NULL before dereferencing it. This isjmallett2002-10-031-1/+6
* In an SMP environment post-Giant it is no longer safe to blindlytruckman2002-10-0311-20/+27
* set ke_bound to NULL when kse owner thread becomes runnable.davidxu2002-10-031-0/+1
* Fix various style(9) bugs:mike2002-10-021-23/+21
* Whitespace fix onlyjulian2002-10-021-3/+3
* Fix rare and probably inconsequential memory leak.phk2002-10-021-1/+3
* Rename the mutex thread and process states to use a more generic 'LOCK'jhb2002-10-029-50/+50
* Fix a probably rare and inconsequential memory leak.phk2002-10-022-2/+6
* Access td->td_kse inside sched_lock.jmallett2002-10-021-2/+2
* Add 2 Ids for new ServerWorks host to PCI bridge chipset.iwasaki2002-10-022-0/+16
* Let kse_wakeup() take a KSE mailbox pointer argument.archie2002-10-0211-10/+13
* De-obfuscate local use of members of 'struct thread', for which we havejmallett2002-10-021-3/+4
* MFi386: fork1 apparently takes 4 args nowgallatin2002-10-021-1/+1
* Since bpf is no longer an optional component, remove associated ifdef's.sobomax2002-10-023-22/+3
* Absorb <sys/bus_private.h> into kern/subr_bus.c to prevent misunderstandings.phk2002-10-022-109/+75
* Mark two places where an unsigned number is checked "if (foo < 0)" withphk2002-10-021-0/+2
* Fix mis-indentation.phk2002-10-026-14/+14
* style(9):mike2002-10-021-5/+5
* Move GEOM's sysctls under kern.geom.phk2002-10-021-9/+11
* Put some failing ioctl related printfs under a suitable debug flag.phk2002-10-021-12/+14
* Use standards visibility conditionals to conditionalize most of thismike2002-10-021-5/+15
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-0235-100/+394
* size_t is not a struct (fix mislabelling in a comment).dd2002-10-022-2/+2
* Use more standard variable names for modevent functions.mdodd2002-10-022-4/+4
* Create/destroy memory zones on module load/unload, not on devicemdodd2002-10-022-15/+48
* Include <sys/cdefs.h> so the visibility conditionals are available.mike2002-10-021-0/+2
* Use visibility conditionals. Only TCP_NODELAY ends up being definedmike2002-10-021-1/+6
* o Update a visibility conditional.mike2002-10-021-32/+24
* Removed bits related to MBRs now that they have a proper home inbde2002-10-021-20/+0
* Add a new MAC entry point, mac_thread_userret(td), which permits policyrwatson2002-10-0214-0/+113
* Remove options NO_MODULES=true. Lots of modules build, but may not loadjake2002-10-021-4/+0
* Fix a typo in BGE_BIGENDIAN_INIT.jake2002-10-011-2/+2
* Fix two misindents.phk2002-10-012-2/+2
* Add a field to struct cmn_unit to hold a pointer to the driver's softc.mdodd2002-10-016-0/+8
* Indentation indicates missing braces.phk2002-10-011-1/+2
* Fix the same misinitialization of pmap_prefault_pageorder as on i386.phk2002-10-012-4/+4
* The pmap_prefault_pageorder[] array was initialize with wrong valuesphk2002-10-012-4/+4
* Whitespace nit.jhb2002-10-011-1/+1
* Use the canonical root:operator 0640 for GEOM disk devices.phk2002-10-011-1/+1
* Don't call INT 12H anymore in boot program.iwasaki2002-10-013-2/+6
* Divorce bsd disklabels, IBM PC MBR's and whatever the things arephk2002-10-013-769/+6
* Moved the cam and cd9660 modules to the MI list. Don't build msdosfs orjake2002-10-011-9/+8
* Don't restrict device drivers ability to sleep in the ioctl method, thisphk2002-10-011-5/+22
* Fix spelling error; say what "UTS" stands for.archie2002-10-011-2/+3
* Fix cut&paste error: "tm_spare" should have been "km_spare".archie2002-10-011-1/+1
* Back our kernel support for reliable signal queues.jmallett2002-10-0125-502/+73
OpenPOWER on IntegriCloud