summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix typo. ioport_rid should be irq_rid.davidxu2002-11-053-3/+3
* Sony CXD3222 OHCI i.LINK chips needs more DELAY before starting SCLKsimokawa2002-11-051-1/+1
* Remove reference to struct execve_args from struct imgact, whichrwatson2002-11-055-21/+46
* Slight redesign for fitting in with -current.julian2002-11-051-27/+50
* Export the function vm_page_splay().alc2002-11-042-1/+2
* Call pcm_chn_destroy() in pcm_killchan() so that channel mutexes are destroye...cognet2002-11-041-1/+7
* Implement mpo_check_system_acct and mpo_check_system_settime() for Biba:rwatson2002-11-041-0/+46
* Correct use of mac_biba_subject_privileged() in swapon() code.rwatson2002-11-041-2/+4
* Permit MAC policies to instrument the access control decisions forrwatson2002-11-0416-2/+315
* Remove mac_cache_fslabel_in_vnode sysctl -- with the new VFS/MACrwatson2002-11-049-54/+0
* Polish a bit here and there.phk2002-11-042-10/+18
* Run a revision on the GBDE encryption facility.phk2002-11-045-244/+429
* Add debug.doslowdown to enable/disable niced slowdown on I/O. Defaultmckusick2002-11-041-1/+5
* Reject slices where begin == end.phk2002-11-041-11/+11
* Remove clause 3 in the license with NAI's consent.phk2002-11-041-6/+6
* Detach the pccard bus children when we eject a 16-bit card, not theimp2002-11-041-1/+1
* Update licenses and wording: NAI has authorized the removal of clause threerwatson2002-11-042-14/+8
* License and wording updates: NAI has authorized the removal of clauserwatson2002-11-0413-91/+52
* License clarification and wording changes: NAI has approved removal ofrwatson2002-11-0413-91/+52
* Add GPT entry types for partitions we're likely to encounter in themarcel2002-11-031-0/+23
* 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
OpenPOWER on IntegriCloud