summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-10Add a start record to the ktrace and use a special magic string "KTR"Mike Belopuhov
2012-04-10prevent dpb trace handler from getting in the way of normal usage error reports.Marc Espie
2012-04-10Do not pick the network number as alias on entries with no aliasEric Faurot
2012-04-10Count traps and fpu context switches.Miod Vallat
2012-04-10Document new KERN_NTHREADS and KERN_MAXTHREAD sysctlsPhilip Guenthe
2012-04-10Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimitPhilip Guenthe
2012-04-10Build with -O1 on vax for now, pcre_exec can not build with -O2.Miod Vallat
2012-04-10Don't try to mmap a zero length file, from NetBSD.Antoine Jacoutot
2012-04-10When converting the timeout to ticks, both round up and add one to accountPhilip Guenthe
2012-04-10Return EINVAL on 0-byte mmap invocation.Ariane van der Steldt
2012-04-10remove unused variable.Charles Longeau
2012-04-10POSIX locks should track the process's pid and not the thread's idPhilip Guenthe
2012-04-10Handle file descriptor exhaustion in the accept() case.Theo de Raadt
2012-04-09No need to round VCEI addresses, and VCED addresses only need to be roundedMiod Vallat
2012-04-09Attach eisa devices after all the onboard devices have attached rather thanMiod Vallat
2012-04-09More errata bandaid for the R4000SC is necessary in the tlb handlers.Miod Vallat
2012-04-09If running on the original 33C93, reject commands not in groups 0, 1 or 5Miod Vallat
2012-04-09Cope with strict alignment platforms, and unbreak the RX logic. Tested withMiod Vallat
2012-04-09Minimal threads support for mips64.Mark Kettenis
2012-04-08Sync with the current state of thingsMiod Vallat
2012-04-08Enable option CPU_R4600, verified to work on an R4600PC Indy. The secondaryMiod Vallat
2012-04-08Be more careful when reprogramming the sq(4) DMA and PIO timing parameters;Miod Vallat
2012-04-08Minimal threads debug support for powerpc.Mark Kettenis
2012-04-08no more lint;Jason McIntyre
2012-04-08no more lint;Jason McIntyre
2012-04-08tedu lintJonathan Gray
2012-04-08syncTheo de Raadt
2012-04-08unhook lint from the tree. The parser is incomplete and difficultJonathan Gray
2012-04-08additional urtwn device ids found in the linux driverJonathan Gray
2012-04-08regenJonathan Gray
2012-04-08additional urtwn device ids found in the linux driverJonathan Gray
2012-04-08Missed kbproto documentation directory.Matthieu Herrb
2012-04-08New directories for protocol documentation.Matthieu Herrb
2012-04-08regenJonathan Gray
2012-04-08add ids for Attansic/Atheros L1F (AR8161) and L2F (AR8162).Jonathan Gray
2012-04-08additional adapter types from FreeBSDJonathan Gray
2012-04-08Do not fire name timer when automatic-rename is off, from Tim Ruehsen aNicholas Marriott
2012-04-08match BELKIN F7D2102; from Seth JacksonTheo de Raadt
2012-04-08add BELKIN F7D2102; Seth JacksonTheo de Raadt
2012-04-08add the evtimout rate-limiting code for accept() here too.Theo de Raadt
2012-04-07Rate-limit accepting of new connections while we are experiencing fdChristiano F. Haesbaert
2012-04-07The Route Distinguishers should not be used to control distribution.Claudio Jeker
2012-04-07Tweak FAT detection/usage. Recognize 'bare' FAT media that lacksKenneth R Westerback
2012-04-07Bring the rtable sockopt code in line with the setrtable() implementation.Claudio Jeker
2012-04-07remove superfluous return, ok mikebCamiel Dobbelaar
2012-04-07Minimal threads debug support for sparc64.Mark Kettenis
2012-04-07The wcookie is per-process, not per-thread.Mark Kettenis
2012-04-07Fix previous commit; the function signatures are different for our in-treeMark Kettenis
2012-04-07grammar fix;Jason McIntyre
2012-04-06range check st_size before calling calloc()Theo de Raadt