summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make this compile in the userland shims again.phk2002-11-011-0/+1
* Add KASSERT for bio_cmd validity here as well. Various hacks stillphk2002-11-011-0/+4
* Put a KASSERT in specfs::strategy() to check that the incoming bufferphk2002-11-011-2/+8
* Bump version to account for the presence of pthread_XXX stubs in libc.dfr2002-11-011-1/+1
* Make this compilable from userland as well.phk2002-11-011-0/+4
* - Enable the use of UMA_MD_PAGE_ALLOC on alpha.jeff2002-11-012-7/+44
* Specify the correct protocol for the Olympus C-1 camera. It appearsiedowse2002-11-011-1/+1
* - Add support for machine dependant page allocation routines. MD codejeff2002-11-012-2/+28
* - Add a new flag to vm_page_alloc, VM_ALLOC_NOOBJ. This tellsjeff2002-11-012-22/+28
* - Consistently update snd_wl1, snd_wl2, and rcv_up in the headerjeff2002-10-312-2/+30
* Add the netgraph 'source' module.julian2002-10-313-0/+784
* - Introduce a new macro, since that's what nfs loves, calledjeff2002-10-313-6/+16
* Spruce up bootverbose output a bit.phk2002-10-311-17/+8
* Don't examine ACPI_STA_ENABLE bit of device's_STA object on initialiwasaki2002-10-311-5/+4
* Interpret new loader tunable "hw.acpi.verbose" to turniwasaki2002-10-311-2/+6
* Add an isp(4) module. sbus support is only compiled in on sparc64.jhb2002-10-312-0/+15
* plugged memory leakage in some erroneous casesume2002-10-311-5/+6
* Add a module for mpt(4).jhb2002-10-312-0/+11
* Invoke 3 ACPI task threads as default if option ACPI_MAX_THREADS isiwasaki2002-10-313-6/+9
* Incorrect typecast.emoore2002-10-311-1/+1
* Enable GEOM by default.nyan2002-10-311-2/+0
* KSE-enabled processes only.davidxu2002-10-312-2/+8
* Rename the speaker device for pc98 to 'pcspeaker'.nyan2002-10-313-6/+12
* MFi386: revision 1.55.nyan2002-10-311-21/+41
* Add tunable "hw.eisa_slots" to allow overriding the default numberpeter2002-10-311-0/+1
* Change the kkey generation cherry-picker to use MD5.phk2002-10-303-42/+26
* amr.c,emoore2002-10-309-72/+473
* Save and restore the interrupt Edge/Level Control Registers (ELCR)iedowse2002-10-301-5/+88
* Revision 1.136 introduced two features that may cause undefinediedowse2002-10-301-1/+14
* Move to C99 sparse structure initialization for the mac_policy_opsrwatson2002-10-3020-7001/+738
* Various minor type, prototype tweaks -- clean up cruft due to lack ofrwatson2002-10-305-10/+10
* While 'mode_t' seemed like a good idea for the access mode argument forrwatson2002-10-3019-48/+48
* Don't need to check if SO_OOBINLINE is defined.hsu2002-10-302-26/+16
* Don't pass the return address to exception_save in register b0. Usemarcel2002-10-302-196/+158
* Rewrite cpu_switch(). The most notable change is the fact that we nowmarcel2002-10-307-303/+364
* Check NULL thread mailbox pointer.davidxu2002-10-302-0/+4
* Style fixes.davidxu2002-10-302-20/+20
* Don't forget to set syscall result.davidxu2002-10-302-0/+4
* Add an actual implementation of kse_thr_interrupt()davidxu2002-10-304-4/+55
* Remove extranious memory barriers, and correct the placement of a few others.gallatin2002-10-302-22/+4
* Make the second serial port available for general use by default.gallatin2002-10-301-1/+0
* Check for errors and zero-length transfers in the ulpt_input() inputiedowse2002-10-301-0/+6
* Try again to fix the KASSERT.rwatson2002-10-301-1/+1
* Fix a KASSERT bug that showed up only in the LINT build, not therwatson2002-10-301-1/+1
* Minor comment typo fix.rwatson2002-10-291-1/+1
* Hook up no-op stubs for reboot, swapon, sysctl entry points.rwatson2002-10-292-0/+58
* Implement Biba policy entry points for mac_check_system_swapon()rwatson2002-10-291-0/+59
* Require Biba privilege to relabel a network interface.rwatson2002-10-291-0/+7
* Finally get around to committing Bill Paul's FEC netgraph nodes.julian2002-10-294-0/+1330
* Add a missing newline to the end of a device_printf().jhb2002-10-291-1/+1
OpenPOWER on IntegriCloud