| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reduce debug messages. | Hidetoshi Shimokawa | 2003-10-23 | 1 | -2/+4 |
| * | Allow access to the field if it is within the region size rounded up | Nate Lawson | 2003-10-22 | 1 | -0/+19 |
| * | Add the ACPICA_PEDANTIC option which is off by default. Enabling it will | Nate Lawson | 2003-10-22 | 3 | -3/+13 |
| * | mac_Finish break-out of kern_mac.c into parts: | Robert Watson | 2003-10-22 | 3 | -8268/+15 |
| * | Variable cleanup following break-out of kern_mac.c into sys/security/mac: | Robert Watson | 2003-10-22 | 3 | -48/+30 |
| * | Rename error_select() to mac_error_select(), and unstaticize so it | Robert Watson | 2003-10-22 | 3 | -15/+12 |
| * | Hook up to the build for options MAC: | Robert Watson | 2003-10-22 | 1 | -0/+5 |
| * | Remove non-VFS related code from mac_vfs.c. Leave: | Robert Watson | 2003-10-22 | 1 | -2987/+5 |
| * | Fix a braino memory leak. | Poul-Henning Kamp | 2003-10-22 | 1 | -1/+1 |
| * | Remove non-system bits from mac_system.c. Leave: | Robert Watson | 2003-10-22 | 1 | -3692/+2 |
| * | Remove non-credential/process-related bits from mac_process.c. Leave: | Robert Watson | 2003-10-22 | 1 | -3473/+8 |
| * | Remove non-pipe code from mac_pipe.c. Leave: | Robert Watson | 2003-10-22 | 1 | -3712/+5 |
| * | we have ppsratecheck(). | Hajimu UMEMOTO | 2003-10-22 | 2 | -74/+1 |
| * | Remove non-network related contents from mac_net.c. Leave: | Robert Watson | 2003-10-22 | 1 | -3027/+3 |
| * | IP6Q_LOCK_CHECK -> IP6Q_LOCK_ASSERT. | Hajimu UMEMOTO | 2003-10-22 | 1 | -6/+6 |
| * | Initialize bp->b_offset to the physical offset in partition | Tor Egge | 2003-10-22 | 1 | -6/+5 |
| * | drop the code of HAVE_NRL_INPCB part. our system doesn't | Hajimu UMEMOTO | 2003-10-22 | 3 | -63/+0 |
| * | The following shared types/constants/interfaces/... are required | Robert Watson | 2003-10-22 | 1 | -3756/+70 |
| * | - Retire vm_pageout_page_free(). Instead, use vm_page_select_cache() from | Alan Cox | 2003-10-22 | 3 | -41/+14 |
| * | pretect ip6 reassemble queue by use of mutex. | Hajimu UMEMOTO | 2003-10-22 | 1 | -45/+16 |
| * | - implement lock around IPv6 reassembly, to avoid panic due to | Hajimu UMEMOTO | 2003-10-22 | 4 | -16/+99 |
| * | protect sid_default and sid. | Hajimu UMEMOTO | 2003-10-22 | 1 | -1/+36 |
| * | reduce calling in6_addr2zoneid(). | Hajimu UMEMOTO | 2003-10-22 | 1 | -6/+6 |
| * | protect by IFNET_RLOCK. | Hajimu UMEMOTO | 2003-10-22 | 1 | -0/+2 |
| * | more strict sanity check for ESP tail | SUZUKI Shinsuke | 2003-10-22 | 1 | -1/+1 |
| * | Some upgrade instructions. | Hartmut Brandt | 2003-10-22 | 1 | -0/+14 |
| * | This commit was generated by cvs2svn to compensate for changes in r121326, | Hartmut Brandt | 2003-10-22 | 10 | -0/+6498 |
| |\ |
|
| | * | Virgin import of the NgATM SAAL layer shared kernel/user part v0.9. | Hartmut Brandt | 2003-10-22 | 10 | -0/+6498 |
| * | Remove a gcc-ism: declaring a variable array at the end of a structure | Hartmut Brandt | 2003-10-22 | 1 | -4/+4 |
| * | Forgotten commit: If a provider has zero sectorsize, it is an | Poul-Henning Kamp | 2003-10-22 | 1 | -6/+3 |
| * | terminate the rx descriptor list with a self-linked entry | Sam Leffler | 2003-10-22 | 1 | -3/+21 |
| * | - Assert that every page found in the active queue is an active page. | Alan Cox | 2003-10-22 | 1 | -7/+2 |
| * | Turn off ISP_SMPLOCK- not to be turned on again. | Matt Jacob | 2003-10-21 | 1 | -1/+1 |
| * | - change scope to zone. | Hajimu UMEMOTO | 2003-10-21 | 14 | -111/+160 |
| * | - Assert that the containing vm object is locked in | Alan Cox | 2003-10-21 | 1 | -0/+1 |
| * | Properly unload the DMA SG list on errors. | Søren Schmidt | 2003-10-21 | 1 | -0/+2 |
| * | Fix the DMA problem that most severely hit on the DS3112a SATA chip | Søren Schmidt | 2003-10-21 | 5 | -66/+59 |
| * | Change all SYSCTLS which are readonly and have a related TUNABLE | Mike Silbersack | 2003-10-21 | 27 | -50/+51 |
| * | Add another sysctl flag, CTLFLAG_TUN, which is a hint to the userland | Mike Silbersack | 2003-10-21 | 1 | -0/+2 |
| * | Line-break sync to the MAC development branch. | Robert Watson | 2003-10-21 | 1 | -1/+2 |
| * | We need to initialize bp->b_offset and bp->b_iooffset | Hidetoshi Shimokawa | 2003-10-21 | 1 | -0/+2 |
| * | Reject negative ngrp arguments in linux_setgroups() and linux_setgroups16(); | Tim J. Robbins | 2003-10-21 | 2 | -2/+2 |
| * | Up the alignment requirement of the SC1100 to 16 bytes, it has all the bugs a... | Søren Schmidt | 2003-10-21 | 1 | -2/+4 |
| * | Don peril-sensitive sunglasses and mark pipe(2) as MPSAFE. I've beaten up | Scott Long | 2003-10-21 | 6 | -7/+7 |
| * | Retire bio_caller2 (alias for b_io.bio_caller2), this field is reserved | Poul-Henning Kamp | 2003-10-21 | 1 | -4/+1 |
| * | Remove KASSERTS on B_PHYS for vmapbuf() and vunmapbuf(), B_PHYS is going | Poul-Henning Kamp | 2003-10-21 | 1 | -3/+0 |
| * | Remove md_bspstore from the MD fields of struct thread. Now that | Marcel Moolenaar | 2003-10-21 | 3 | -4/+2 |
| * | revert default for idle polling to zero until we can resolve the | Sam Leffler | 2003-10-20 | 1 | -1/+1 |
| * | - If a thread is not bound to a kse return 0 from sched_pctcpu(). | Jeff Roberson | 2003-10-20 | 1 | -0/+2 |
| * | - Remove some long unused code. | Alan Cox | 2003-10-20 | 2 | -11/+0 |