summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Handle hints for the atspeaker device.mdodd2002-10-283-2/+52
* Remove mf.a from sapic_read() and sapic_write(). We only caremarcel2002-10-281-3/+0
* Remove mf.a (the acceptance form of the memory fence instruction)marcel2002-10-281-12/+0
* Make vmstat -i work:marcel2002-10-284-54/+48
* Fix a case in kern_rename() where a vn_finished_write() call wasiedowse2002-10-272-4/+4
* In ipi_send(), perform a mf instruction prior to initiating the IPI.marcel2002-10-271-1/+1
* Implement the new 1003.1-2001 pathconf() keys, including the Advisorywollman2002-10-271-11/+47
* Change the way support for asynchronous I/O is indicated to applicationswollman2002-10-277-4/+44
* As promised, downgrade the #error into a #warning.wollman2002-10-271-1/+1
* Update limits and configuration parameters for 1003.1/TC1/D6.wollman2002-10-272-10/+14
* Don peril sensitive sun glasses and change the default system call vectorjake2002-10-272-4/+37
* Don't roll our own clean target, the default onemux2002-10-271-5/+0
* Centrally manage enforcement of {reboot,swapon,sysctl} using therwatson2002-10-279-117/+81
* Fix a bunch of warnings on 64 bit platforms in themux2002-10-272-4/+5
* - Comment a line which sets CISS_DEBUG by default.mux2002-10-271-1/+1
* Fix a warning when CISS_DEBUG is defined.mux2002-10-271-1/+1
* Don't truncate on large disks.phk2002-10-271-1/+6
* Implement mac_check_system_sysctl(), a MAC Framework entry point torwatson2002-10-2714-0/+277
* Hook up mac_check_system_reboot(), a MAC Framework entry point thatrwatson2002-10-2714-3/+225
* Merge from MAC tree: rename mac_check_vnode_swapon() torwatson2002-10-2714-171/+171
* Make geom_mbr.c optional on PC98, use GEOM_MBR option to include it.phk2002-10-262-1/+6
* Fix a style nit.mux2002-10-261-1/+1
* In VOP_LOOKUP, don't deny DELETE and RENAME operationsmux2002-10-261-1/+2
* Add a missing destroy_dev().mux2002-10-261-0/+2
* Allow deprecated or unimplemented system call vectors to deliver SIGSYS,jake2002-10-261-1/+1
* Remove an unused macro.jake2002-10-261-6/+0
* MFi386: revisions 1.544 and 1.545.nyan2002-10-262-80/+640
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-2629-4824/+1254
* Call bpf_mtap() on outgoing packets.tmm2002-10-261-3/+6
* Add COMPAT_FREEBSD4 here too. It has COMPAT_43 as well.peter2002-10-261-0/+1
* Add COMPAT_FREEBSD4 for the transition. COMPAT_43 was already present.peter2002-10-261-0/+1
* iBack out david's last commit. the suspension code needs to be calledjulian2002-10-263-26/+13
* Move suspension checking code from userret() into thread_userret().davidxu2002-10-263-13/+26
* Backout revision 1.48.davidxu2002-10-262-4/+2
* o m_adj rx buffer so IP header is 32-bit alignedsam2002-10-252-18/+21
* Cast si_drv2 to intptr_t instead of int to quiet warnings.jhb2002-10-251-1/+1
* Comment describing the semantics of mac_late.rwatson2002-10-259-9/+54
* Use the newer "+" modifier on output contraints when a register orjhb2002-10-252-62/+62
* Reduce the GEOM verbosity under bootverbose to something more sufferable.phk2002-10-255-11/+26
* Don't copy td_md. Instead, let the MD code handle it just like itjhb2002-10-251-3/+2
* Note that the sched_lock protects md_ldt of struct mdproc.jhb2002-10-252-2/+2
* - Rename the DDB specific %z printf format to %y.mux2002-10-252-5/+14
* Finish fixing the 5.x FPU code for dealing with signal handlers.peter2002-10-253-0/+3
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-2543-221/+1182
* Change method to determine base memory size.iwasaki2002-10-252-86/+110
* #include <geom/geom.h> to get proper prototypes. Contrary to my fears wephk2002-10-251-10/+12
* Add a g_dev_print() function which prints all the /dev entries GEOMphk2002-10-252-0/+17
* Initialize tick_MHz and related variables much earlier. After the lasttmm2002-10-253-13/+17
* Fix iommu_dvmamap_sync() to use the right address when flushing thetmm2002-10-251-1/+1
* Don't check IFF_RUNNING in previous change.simokawa2002-10-251-2/+2
OpenPOWER on IntegriCloud