| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement the new 1003.1-2001 pathconf() keys, including the Advisory | wollman | 2002-10-27 | 1 | -11/+47 |
* | Change the way support for asynchronous I/O is indicated to applications | wollman | 2002-10-27 | 7 | -4/+44 |
* | As promised, downgrade the #error into a #warning. | wollman | 2002-10-27 | 1 | -1/+1 |
* | Update limits and configuration parameters for 1003.1/TC1/D6. | wollman | 2002-10-27 | 2 | -10/+14 |
* | Don peril sensitive sun glasses and change the default system call vector | jake | 2002-10-27 | 2 | -4/+37 |
* | Don't roll our own clean target, the default one | mux | 2002-10-27 | 1 | -5/+0 |
* | Centrally manage enforcement of {reboot,swapon,sysctl} using the | rwatson | 2002-10-27 | 9 | -117/+81 |
* | Fix a bunch of warnings on 64 bit platforms in the | mux | 2002-10-27 | 2 | -4/+5 |
* | - Comment a line which sets CISS_DEBUG by default. | mux | 2002-10-27 | 1 | -1/+1 |
* | Fix a warning when CISS_DEBUG is defined. | mux | 2002-10-27 | 1 | -1/+1 |
* | Don't truncate on large disks. | phk | 2002-10-27 | 1 | -1/+6 |
* | Implement mac_check_system_sysctl(), a MAC Framework entry point to | rwatson | 2002-10-27 | 14 | -0/+277 |
* | Hook up mac_check_system_reboot(), a MAC Framework entry point that | rwatson | 2002-10-27 | 14 | -3/+225 |
* | Merge from MAC tree: rename mac_check_vnode_swapon() to | rwatson | 2002-10-27 | 14 | -171/+171 |
* | Make geom_mbr.c optional on PC98, use GEOM_MBR option to include it. | phk | 2002-10-26 | 2 | -1/+6 |
* | Fix a style nit. | mux | 2002-10-26 | 1 | -1/+1 |
* | In VOP_LOOKUP, don't deny DELETE and RENAME operations | mux | 2002-10-26 | 1 | -1/+2 |
* | Add a missing destroy_dev(). | mux | 2002-10-26 | 1 | -0/+2 |
* | Allow deprecated or unimplemented system call vectors to deliver SIGSYS, | jake | 2002-10-26 | 1 | -1/+1 |
* | Remove an unused macro. | jake | 2002-10-26 | 1 | -6/+0 |
* | MFi386: revisions 1.544 and 1.545. | nyan | 2002-10-26 | 2 | -80/+640 |
* | Slightly change the semantics of vnode labels for MAC: rather than | rwatson | 2002-10-26 | 29 | -4824/+1254 |
* | Call bpf_mtap() on outgoing packets. | tmm | 2002-10-26 | 1 | -3/+6 |
* | Add COMPAT_FREEBSD4 here too. It has COMPAT_43 as well. | peter | 2002-10-26 | 1 | -0/+1 |
* | Add COMPAT_FREEBSD4 for the transition. COMPAT_43 was already present. | peter | 2002-10-26 | 1 | -0/+1 |
* | iBack out david's last commit. the suspension code needs to be called | julian | 2002-10-26 | 3 | -26/+13 |
* | Move suspension checking code from userret() into thread_userret(). | davidxu | 2002-10-26 | 3 | -13/+26 |
* | Backout revision 1.48. | davidxu | 2002-10-26 | 2 | -4/+2 |
* | o m_adj rx buffer so IP header is 32-bit aligned | sam | 2002-10-25 | 2 | -18/+21 |
* | Cast si_drv2 to intptr_t instead of int to quiet warnings. | jhb | 2002-10-25 | 1 | -1/+1 |
* | Comment describing the semantics of mac_late. | rwatson | 2002-10-25 | 9 | -9/+54 |
* | Use the newer "+" modifier on output contraints when a register or | jhb | 2002-10-25 | 2 | -62/+62 |
* | Reduce the GEOM verbosity under bootverbose to something more sufferable. | phk | 2002-10-25 | 5 | -11/+26 |
* | Don't copy td_md. Instead, let the MD code handle it just like it | jhb | 2002-10-25 | 1 | -3/+2 |
* | Note that the sched_lock protects md_ldt of struct mdproc. | jhb | 2002-10-25 | 2 | -2/+2 |
* | - Rename the DDB specific %z printf format to %y. | mux | 2002-10-25 | 2 | -5/+14 |
* | Finish fixing the 5.x FPU code for dealing with signal handlers. | peter | 2002-10-25 | 3 | -0/+3 |
* | Split 4.x and 5.x signal handling so that we can keep 4.x signal | peter | 2002-10-25 | 43 | -221/+1182 |
* | Change method to determine base memory size. | iwasaki | 2002-10-25 | 2 | -86/+110 |
* | #include <geom/geom.h> to get proper prototypes. Contrary to my fears we | phk | 2002-10-25 | 1 | -10/+12 |
* | Add a g_dev_print() function which prints all the /dev entries GEOM | phk | 2002-10-25 | 2 | -0/+17 |
* | Initialize tick_MHz and related variables much earlier. After the last | tmm | 2002-10-25 | 3 | -13/+17 |
* | Fix iommu_dvmamap_sync() to use the right address when flushing the | tmm | 2002-10-25 | 1 | -1/+1 |
* | Don't check IFF_RUNNING in previous change. | simokawa | 2002-10-25 | 1 | -2/+2 |
* | Loose the g_dev_clone() noise. | phk | 2002-10-25 | 1 | -1/+0 |
* | Greatly improve readability of trap() by using a table to convert between | jake | 2002-10-25 | 3 | -239/+165 |
* | suspend thread only when it can be interrupted. | davidxu | 2002-10-25 | 2 | -2/+4 |
* | let thread_schedule_upcall() handle idle kse. | davidxu | 2002-10-25 | 2 | -4/+16 |
* | Disable the kernacc() check in mtx_validate() until such time that kernacc | phk | 2002-10-25 | 2 | -0/+10 |
* | In vrele() we can actually have a VCHR with v_rdev == NULL if we | phk | 2002-10-25 | 1 | -1/+1 |