| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new sysctl, "security.jail.chflags_allowed", which controls the | cperciva | 2005-02-08 | 4 | -4/+24 |
* | Split the vop_vector for ffs1 and ffs2, this is mostly for the different | phk | 2005-02-08 | 3 | -26/+33 |
* | Use ffs_truncate() directly instead of UFS_TRUNCATE() | phk | 2005-02-08 | 1 | -1/+1 |
* | Remove type 0x4 (FAT12 <32MB) to make room for type 0x7 (NTFS). | des | 2005-02-08 | 1 | -2/+2 |
* | Background writes are entirely an FFS/Softupdates thing. | phk | 2005-02-08 | 5 | -138/+179 |
* | Use the local APIC timer to drive the various kernel clocks on SMP machines | jhb | 2005-02-08 | 7 | -113/+252 |
* | Document EBUSY. | trhodes | 2005-02-08 | 1 | -1/+5 |
* | Add xrefs to crypt(3) and pw(8) and add a warning about not manually | trhodes | 2005-02-08 | 1 | -2/+8 |
* | Drag another softupdates tentacle back into FFS: Now that FFS's | phk | 2005-02-08 | 5 | -11/+7 |
* | Maxunit is inclusive so fix off-by-one in previous commit. | njl | 2005-02-08 | 1 | -1/+1 |
* | Update device_find_child(9) to return the first matching child if unit | njl | 2005-02-08 | 2 | -8/+25 |
* | Simplify the "and if we're in the debugger, don't use locks" logic, | rwatson | 2005-02-08 | 1 | -9/+5 |
* | Also add the manpage entry for cpufreq. | njl | 2005-02-08 | 1 | -0/+1 |
* | Add an initial manpage for the cpufreq framework and methods to help users | njl | 2005-02-08 | 1 | -0/+271 |
* | Don't use the UFS_* and VFS_* functions where a direct call is possble. | phk | 2005-02-08 | 6 | -39/+39 |
* | (forced commit to record correct commit message) | phk | 2005-02-08 | 0 | -0/+0 |
* | Next step on the road to IRPs: create and use an imitation of the | wpaul | 2005-02-08 | 14 | -359/+1489 |
* | Don't use VOP_LEASE() with operations on extended attribute backing | rwatson | 2005-02-08 | 1 | -10/+2 |
* | For snapshots we need all VOP_LOCKs to be exclusive. | phk | 2005-02-08 | 8 | -49/+42 |
* | For snapshots we need all VOP_LOCKs to be exclusive. | phk | 2005-02-08 | 2 | -29/+24 |
* | Use VOP_STRATEGY_APV() instead of direct dereference, this is more | phk | 2005-02-08 | 1 | -2/+2 |
* | Nuke information about GDB_REMOTE_CHAT, it was removed some time ago. | brueffer | 2005-02-08 | 1 | -10/+1 |
* | Add VOP_FOO_APV() which takes a pointer to the vop_vector. | phk | 2005-02-08 | 1 | -6/+11 |
* | merge from geom_vol_ffs.c rev 1.14 (avoid unaligned I/O requests) | des | 2005-02-08 | 1 | -0/+10 |
* | Keep only one style of Pittsburgh driver's tests. | ru | 2005-02-08 | 1 | -24/+19 |
* | Use the correct length when copying trailing data!! | brian | 2005-02-08 | 1 | -1/+1 |
* | Allow building/installing of NLS catalogs while building of libraries | phantom | 2005-02-08 | 1 | -0/+1 |
* | bzero() -> M_ZERO. | ru | 2005-02-08 | 3 | -5/+2 |
* | Take care not to issue unaligned I/O requests while tasting a provider. | des | 2005-02-08 | 1 | -0/+10 |
* | Unroll the loop for calculating the 8.3 filename checksum. In testing | njl | 2005-02-08 | 1 | -5/+14 |
* | Use ANSI function definitions, tweak a couple of prototypes to match (since | imp | 2005-02-08 | 1 | -116/+48 |
* | use fixed types for the calls to ed_pio_readmem, ed_pio_writemem. | imp | 2005-02-08 | 3 | -35/+18 |
* | Make it possible to unload ed. Move the ed_pccard_detach routine to | imp | 2005-02-08 | 6 | -22/+25 |
* | Fix style bugs introduced in the de__Pification of this code. | imp | 2005-02-08 | 1 | -25/+23 |
* | Fix crashdumps on twe. The twe_immediate_request() path was not only | scottl | 2005-02-08 | 2 | -12/+25 |
* | MFi386: read from RTC_INTR after writing to RTC_STATUSB | peter | 2005-02-08 | 1 | -0/+2 |
* | Fix sloppy use of "manpage", bump .Dd where applicable and rename RED to | mlaier | 2005-02-07 | 4 | -7/+7 |
* | Introduce three new targets for ports collection: | krion | 2005-02-07 | 1 | -1/+13 |
* | - Implement ibcs2_emul_find() using kern_alternate_path(). This changes | jhb | 2005-02-07 | 8 | -376/+268 |
* | - Implement svr4_emul_find() using kern_alternate_path(). This changes | jhb | 2005-02-07 | 7 | -524/+230 |
* | Implement a kern_pathconf() wrapper for pathconf() which can take the | jhb | 2005-02-07 | 3 | -12/+26 |
* | If the pointer to the new itimerval is NULL in kern_setitimer(), just | jhb | 2005-02-07 | 1 | -0/+3 |
* | Avoid usage of implicit int. | stefanf | 2005-02-07 | 1 | -1/+2 |
* | Include <stdlib.h> for exit(). | stefanf | 2005-02-07 | 1 | -0/+1 |
* | Add a prototype for localupdate(). | stefanf | 2005-02-07 | 1 | -0/+1 |
* | Add chroot. It can be a real lifesaver, and adds less than 2 kB. | des | 2005-02-07 | 1 | -0/+7 |
* | An aggressive little script I used to trim out duplicate fortunes. | ru | 2005-02-07 | 1 | -0/+63 |
* | Trim more cookies, by playing with different hash functions, | ru | 2005-02-07 | 1 | -3215/+3 |
* | Use if_link_state_change() instead of rt_ifmsg(). Remove include net/route.h. | glebius | 2005-02-07 | 1 | -9/+4 |
* | - Use kern_{l,f,}stat() and kern_{f,}statfs() functions rather than | jhb | 2005-02-07 | 1 | -132/+39 |