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