summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Hook the aic7xxx modules up. This requires some extra care since aicasmscottl2002-11-035-32/+16
* - Remove the memory allocation for the object/offset hash tablealc2002-11-031-45/+2
* Correctly recognize both bogus and genuine BSD disklabels.phk2002-11-031-1/+4
* Add status initialization code for acpi_cmbat and acpi_acad,iwasaki2002-11-032-7/+120
* Enable if_fwe.simokawa2002-11-031-1/+1
* Add hints for wd1, wd2 and wd3.nyan2002-11-031-6/+6
* Introduce mac_check_system_settime(), a MAC check allowing policies torwatson2002-11-0314-0/+134
* Change privilege model for mac_partition such that BSD superuser can changerwatson2002-11-031-6/+4
* Sync to src/sys/kern/syscalls.masterrwatson2002-11-023-3/+3
* Regen from yesterday's system call placeholder rename.rwatson2002-11-025-7/+7
* MFp4:imp2002-11-024-49/+38
* Catch up with the removal of the vm page buckets spin mutex.alc2002-11-021-1/+0
* Remove the vm page buckets mutex. As of revision 1.215 of vm/vm_page.c,alc2002-11-021-2/+0
* MFp4:imp2002-11-023-30/+102
* Use 0xffffffff instead of -1 for id to compare against.imp2002-11-023-30/+33
* Unbreak MNT_UPDATE when running with cd as root. Detect mountroot bypeter2002-11-022-4/+2
* Fix some warnings on 64 bit architectures. The vn_extattr_get()mux2002-11-022-4/+2
* Remove the GEOM_GPT hack. We now check for partition type 0xEE andmarcel2002-11-021-25/+23
* Fix dumpconf so libdisk can grok its output. We weren't checkingmarcel2002-11-021-2/+6
* malloc(9) with M_NOWAIT seems to return NULL a lot more than I would havephk2002-11-021-0/+14
* Fix indentation of comments.mini2002-11-021-17/+17
* bzero() the sigframe before we fill it. This was not done at all inmarcel2002-11-021-3/+4
* Add loader variables to control the loading of various networking modules.mini2002-11-021-0/+31
* Revert the change in revision 1.77 of kern/uipc_socket2.c. It is causingalc2002-11-024-3/+4
* Merge PC98 changes.mdodd2002-11-023-62/+122
* The easy part of converting the ng_source node to -current.julian2002-11-021-54/+50
* Whitespace fixesjulian2002-11-021-47/+28
* ifnet_addrs doesn;t exist any more so usejulian2002-11-011-3/+3
* Update the st_size reported via stat(2) to accurately reflect the amountkbyanc2002-11-011-1/+1
* Track the number of non-data chararacters stored in socket buffers so thatkbyanc2002-11-012-1/+6
* Rename __execve_mac() to __mac_execve() for increased consistencyrwatson2002-11-011-1/+1
* Add MAC checks for various kenv() operations: dump, get, set, unset,rwatson2002-11-0114-1/+509
* Introduce malloc_last_fail() which returns the number of seconds sincephk2002-11-012-0/+17
* Introduce a "time_uptime" global variable which holds the time since bootphk2002-11-012-0/+3
* 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
OpenPOWER on IntegriCloud