summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a memory leak in ARP queues.gnn2011-01-071-2/+1
* - Save some space relying on the fact that all ioctl commandsstas2011-01-071-5/+5
* Don't try to free an unassigned pointer.bschmidt2011-01-071-4/+1
* Adjust ARP hold queue locking.gnn2011-01-071-2/+3
* Use a regular taskqueue for dummynet rather than a "fast" taskqueue.jhb2011-01-071-1/+1
* Fix a memory overflow where the input length to g_gpt_utf8_to_utf16()mdf2011-01-071-2/+4
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-0768-0/+136
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-072-0/+4
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-0772-0/+142
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-075-0/+10
* Use a regular taskqueue rather than a fast taskqueue for mxge(4).jhb2011-01-071-3/+2
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-072-0/+4
* Fix braino in r217101. -Wa is used to supply assembler flag to cc driver.kib2011-01-071-1/+1
* On amd64 and i386, force assembler to mark objects compiled from thekib2011-01-071-0/+6
* Introduce make variable ACFLAGS used to supply additional flags tokib2011-01-072-6/+8
* Emit .note.GNU-stack for the syscall stubs generated by libc.kib2011-01-071-0/+2
* Make gcc emit the .note.GNU-stack section into the assembler files.kib2011-01-071-0/+3
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about thekib2011-01-078-8/+16
* Warn if rules could not be read from a ruleset file. Now at leastjh2011-01-071-1/+4
* Restore comment describing /* NOTREACHED */, updated to match reality.trasz2011-01-071-1/+4
* - Properly initialize the base priority (td_base_pri) of thread0 to PVMjhb2011-01-062-5/+6
* - Move sched_fork() later in fork() after the various sections of the newjhb2011-01-063-9/+13
* Only change the priority of timeshare threads to PRI_MAX_TIMESHAREjhb2011-01-061-1/+2
* - Restore dropping the priority of syncer down to PPAUSE when it is idle.jhb2011-01-062-0/+12
* Retire PCONFIG and leave the priority of thread0 alone when waiting forjhb2011-01-062-4/+3
* Retire the INTR_FAST flag as it was obsoleted by the introduction of thejhb2011-01-065-28/+8
* Don't require /usr/lib/aout to be on the system. Test for itsimp2011-01-061-2/+2
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-069-12/+12
* Make this work on big endian MIPS, while not breaking it for smallimp2011-01-061-7/+3
* No need to genreate these hereimp2011-01-062-12/+2
* - Add a proper return value to mv_gpio_intr().jhb2011-01-061-4/+5
* Remove an unnecessary INTR_MPSAFE and a comment suggesting it wasjhb2011-01-061-3/+1
* Help static analysis by initializing variables that we know cannot bemarcel2011-01-062-0/+2
* Delete the NFS_STARTWRITE() and NFS_ENDWRITE() macros thatrmacklem2011-01-062-9/+2
* Remove unused variables. Spotted by a cppcheckandreast2011-01-066-15/+0
* tests: sort & fix includes, remove -include from CFLAGS of acct testskeramida2011-01-063-15/+19
* Since the VFS_LOCK_GIANT() code in the experimental NFSrmacklem2011-01-065-171/+54
* - Use macbstart_locked() directly instead of deferring it to a task.jhb2011-01-061-16/+14
* Support the Uniform Industrial Corp (UIC) MSR206 Magnetic Card Reader.gavin2011-01-062-0/+2
* Remove an unused variable accidentally added in r216803.marius2011-01-061-1/+0
* Unbreak the LINT build. PS3 kernels can only be built 64-bit, and LINT isnwhitehorn2011-01-061-1/+1
* Get rid of bad advice regarding /* NOTREACHED */. Compilers don'ttrasz2011-01-061-4/+0
* Return 0 instead of garbage value.davidxu2011-01-061-2/+1
* - Show textual representation of ioctl command in warning messagestas2011-01-061-2/+7
* Import support for the Sony Playstation 3 using the OtherOS featurenwhitehorn2011-01-0636-1/+7432
* Fix a whitespace nit.lstewart2011-01-061-1/+1
* Add an entry to the gpart XML to determine if the geom has pending changesnwhitehorn2011-01-061-0/+2
* Remove leftover for r214093.davidxu2011-01-061-9/+0
* Remove support for SKYEYE simulatorimp2011-01-055-52/+0
* sh: Do not call exitshell() from evalcommand() unless evalcommand() forkedjilles2011-01-052-4/+22
OpenPOWER on IntegriCloud