| Age | Commit message (Expand) | Author |
| 2007-11-04 | Remove System V semaphores and share memory options to set the limits: | xtraeme |
| 2007-11-04 | cosmetics: use the "extern char ..[]" idiom for linker supplied addresses. | martin |
| 2007-11-04 | Fix sysctl_createv "pasto" in previous. | rmind |
| 2007-11-04 | - Allocate the envsys_data_t structures dynamically, removing the | xtraeme |
| 2007-11-04 | fix deadlocks. | yamt |
| 2007-11-04 | - sched_setup: use ilog2() for min_catch, which fixes the case when count | rmind |
| 2007-11-04 | - Migrate all threads when the state of CPU is changed to offline; | rmind |
| 2007-11-04 | Support for dynamic changing of SysV message queues and semaphores limits. | rmind |
| 2007-11-04 | - Replace lockmgr with mutex; | rmind |
| 2007-11-04 | Kill netbsd32_syscall_fancy and optimise other code paths. | dsl |
| 2007-11-04 | Pick the smallest possible TCP window scaling factor that will still allow | rmind |
| 2007-11-04 | Catch up with latest changes. | xtraeme |
| 2007-11-03 | Follow plunky's changes: | xtraeme |
| 2007-11-03 | Remove sysmon_envsys_find() proto, it's defined on sysmon_envsysvar.h. | xtraeme |
| 2007-11-03 | - Rename ENVSYS_BATTERY_STATE units to ENVSYS_BATTERY_CAPACITY and | xtraeme |
| 2007-11-03 | Check ci_cpuid_level before calling coretemp_register(). | xtraeme |
| 2007-11-03 | Add support for Analog Devices AD1983 codec as found in Dell Optiplex 745. | markd |
| 2007-11-03 | 'struct callout' => callout_t | plunky |
| 2007-11-03 | switch devices to using CFATTACH_DECL_NEW() | plunky |
| 2007-11-03 | struct callout => callout_t | plunky |
| 2007-11-03 | "struct callout" -> callout_t | plunky |
| 2007-11-03 | Linux doesn't have a SYS_syscall system call (it is all done in libc), and | dsl |
| 2007-11-03 | Merge linux_syscall_fancy and linux_syscall_plain. | dsl |
| 2007-11-03 | Remove now-redundant #if | dsl |
| 2007-11-02 | Add ffs, fls and integer log function. | christos |
| 2007-11-02 | constify hci_devname | plunky |
| 2007-11-02 | do not embed acpi device names in the sensor names | plunky |
| 2007-11-02 | u_quad_t -> uint64_t as suggested by thorpej@. | xtraeme |
| 2007-11-02 | KNF, MALLOC -> malloc, u_intXX_t -> uintXX_t. | xtraeme |
| 2007-11-02 | Make bd_size and bv_size u_quad_t rather than size_t, for large RAID | xtraeme |
| 2007-11-02 | - extend nifdv struct to have NIF nickname for rootdev. | nisimura |
| 2007-11-01 | Kill syscall_fancy(). | dsl |
| 2007-11-01 | Use one byte of p_pad1[] for p_trace_enabled where xxx_syscall_intern() | dsl |
| 2007-11-01 | Shave cycles of syscall entry by adding __predict_false() to LWP_CACHE_CREDS() | dsl |
| 2007-11-01 | Change a few malloc(9) + memset(3) pairs to malloc(..., ...|M_ZERO). | dyoung |
| 2007-11-01 | De-__P(). | dyoung |
| 2007-11-01 | De-__P(). frag6.c has always defined IN6_IFSTAT_STRICT, so remove | dyoung |
| 2007-11-01 | PR/37259 - Daniel Neri -- typo in EXAR XR17C158 description | jnemeth |
| 2007-11-01 | Revert previous, thanks wikipedia :-) | xtraeme |
| 2007-11-01 | Fix typo "iff" -> "if" reported by leot via freenode@irc. | xtraeme |
| 2007-11-01 | Until I have a chance to further evaluate and re-work the locking here, | bjs |
| 2007-11-01 | Fix some random LCD corruption on cobalt: | tsutsui |
| 2007-11-01 | typo | jnemeth |
| 2007-11-01 | Avoid doing bawrite to initialize inode block while holding cylinder | hannken |
| 2007-11-01 | Implement support for drvctl in RAIDframe. Thanks to jnemeth@ for | oster |
| 2007-11-01 | This should be a mutex_enter() instead of a mutex_exit(). | oster |
| 2007-10-31 | Fallout from fixing the linux32 system calls to use the correct kernel | dsl |
| 2007-10-31 | regen | dsl |
| 2007-10-31 | This file must use the netbsd32_xxx() system calls, not the sys_xxx() ones. | dsl |
| 2007-10-31 | The only alternative to the GENERIC kernel with ACPI is current | joerg |