summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace `inline static' by `static inline'.ed2011-12-139-18/+18
* - Add a sysctl to allow non-root users the ability to set idleeadler2011-12-131-25/+33
* Replace __signed by signed.ed2011-12-138-11/+11
* Replace __const by const in all non-contributed source code.ed2011-12-139-17/+17
* dhclient-script relied on incorrect behavior of SIOCAIFADDR ioctl,glebius2011-12-131-1/+1
* - Fix different variable types use in different files after r121184,mav2011-12-131-6/+6
* Fix few bugs in isp(4) target mode support:mav2011-12-131-11/+15
* Staticify dumpfs.ed2011-12-131-20/+20
* The "inet" keyword in the "ifconfig_IF_aliasN" is mandatory forru2011-12-131-3/+7
* Some cleanup of BOOTP code. Initially I wanted to just change the ifioctl()glebius2011-12-131-236/+177
* Belatedly catch up with r151555. in_scrubprefix() also needs this fix. Weglebius2011-12-131-8/+16
* Style(9) changes.adrian2011-12-133-126/+133
* Document a large number of currently undocumented sysctls. While hereeadler2011-12-137-121/+83
* Revert the approach for skipping lockstat_probe_func call when doingattilio2011-12-123-14/+9
* Make 64-bit procstat output ELF auxiliary vectors for 32-bit processes.trociny2011-12-121-16/+87
* Make procstat -l output similar to the output of limits(1).trociny2011-12-121-10/+51
* - Add support for ASCII art splash screens in TheDraw formateadler2011-12-124-1/+170
* - Define true and false in sys/types.h for _KERNEL consumers, andmdf2011-12-123-1/+13
* Do not define bool/true/false if the symbols already exist.mdf2011-12-126-1/+13
* Do not use the sometimes-reserved work 'bool' for a variable name.mdf2011-12-121-5/+5
* Consistently use types in e1000 driver code:mdf2011-12-123-6/+10
* Consistently use types in ixgbe driver code:mdf2011-12-123-8/+10
* There's a small set of events on Nehalem, that are not supported infabient2011-12-121-1/+12
* Add missing static and const keywords to kbdcontrol.ed2011-12-121-63/+64
* Add VIA microde update support to cpuctl(4) and cpucontrol(8).fabient2011-12-125-2/+368
* Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions tokib2011-12-1210-36/+335
* Add definitions for GNU-specific STT_GNU_IFUNC symbol type,kib2011-12-121-0/+3
* put sys/systm.h at its proper place or add it if missingavg2011-12-124-3/+4
* Fix printf.kib2011-12-121-1/+1
* Add watchdog support for VIA south bridge chipset.fabient2011-12-1210-0/+457
* kern_racct: move sys/systm.h inclusion to its proper placeavg2011-12-121-2/+1
* syscons: make sc_puts static as it is used only privatelyavg2011-12-112-2/+2
* Add static keywords to vidcontrol(1).ed2011-12-111-13/+11
* panic: add a switch and infrastructure for stopping other CPUs in SMP caseavg2011-12-1113-25/+205
* Add static keywords to chio(1).ed2011-12-111-3/+3
* Add more static keywords to rcorder(8).ed2011-12-111-48/+47
* Minor whitespace cleanup to make.conf(5).gjb2011-12-111-2/+2
* Document the SVN variable needs to be set in make.conf(5) when SVN_UPDATEgjb2011-12-111-1/+7
* Add missing static keyword.ed2011-12-111-1/+1
* Add missing static keyword.ed2011-12-111-1/+1
* Last change still had an issue, one more time...jfv2011-12-112-6/+6
* Increase the available virtual address space for user programs on PowerPCnwhitehorn2011-12-111-7/+12
* Keep track of PVO entries in each pmap, which allows much fasternwhitehorn2011-12-113-26/+60
* Include sys/queue.h: snmpmod.h uses TAILQ.trociny2011-12-111-0/+1
* Add more files to cleanup with 'make delete-old' when WITHOUT_CLANG isdim2011-12-111-0/+35
* Let reboot(8) use getprogname() to compare the program name.ed2011-12-111-3/+3
* Add missing static keywords to global variables in camcontrol.ed2011-12-112-13/+13
* Move 3.5 KB from the data segment to the text segment.ed2011-12-111-5/+5
* Correct LINT build issues in the ioctl code.jfv2011-12-112-7/+11
* - fix typoeadler2011-12-101-1/+1
OpenPOWER on IntegriCloud