summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-25Add GENERIC.MPMiod Vallat
2012-12-25replace one grep with awk patterns and simplify another using -qRobert Peichaer
ok ajacoutot@
2012-12-25Report macro names for the second argument to shutdown(), getrusage(),Philip Guenthe
pathconf(), and fpathconf(), and for poll()'s INFTIM. When open()'s flag arg doesn't include O_CREAT, don't show the third argument unless th e-n option is given. Ditto for fcntl()'s F_GETFD and F_GETFL ops. Show sysctl()'s KERN_PROC_KTHREAD as "kthread". ok otto@
2012-12-24Fix compilation with POOL_DEBUG but !DDBPhilip Guenthe
ok jsing@ krw@ mikeb@
2012-12-24In acpiioctl(), Return though the splx() path if suser() returns an errorPhilip Guenthe
ok deraadt@
2012-12-24Register cleanup handler passed by ld.so with atexit(3).Mark Kettenis
tested by benno@
2012-12-24Register cleanup handler passed by ld.so with atexit(3). Fix stack alignment.Mark Kettenis
ok guenther@
2012-12-24simplify things by using shell patternsRobert Peichaer
ok ajacoutot@ halex@
2012-12-24add some clues for people who want to run full bulksMarc Espie
2012-12-24Add ^ and $ special command targets to select lowest and highestNicholas Marriott
numbered windows, from Raghavendra D Prabhu.
2012-12-24Add -T option to select-window to toggle to last window if alreadyNicholas Marriott
current, from Raghavendra D Prabhu.
2012-12-24Add missing function prototype.Nicholas Marriott
2012-12-24Add a -u flag to choose-tree to start uncollapsed, from Raghavendra DNicholas Marriott
Prabhu.
2012-12-24Remove an unnecessary redraw, from Raghavendra D Prabhu.Nicholas Marriott
2012-12-23%zfod was removed in -r1.24; from NaughtyJason McIntyre
2012-12-23Check proper alignment in destructors too.Mark Kettenis
2012-12-23Hook up the SSE2 alignment tests.Mark Kettenis
2012-12-23Regression test for proper stack alignment for SSE2 instructions.Mark Kettenis
2012-12-23Register cleanup handler passed by ld.so with atexit(3).Mark Kettenis
2012-12-23Explicitly align the stack on a 16-byte boundary such that constructors canMark Kettenis
use SSE instructions. In principle we should be able to rely on the stack to be aligned properly, but the i386 calling convention makes this rather fragile. ok guenther@, deraadt@
2012-12-23simplify setting FETCH_CMD and move it upwards to where the otherRobert Peichaer
global variables are defined ok ajacoutot@
2012-12-23Make the per-user counter file r/w by group authAlexander Hall
xlock issue pointed out and diff tested by Andreas Bartelt, thanks!
2012-12-22Make sure the stack is 16-byte aligned otherwise the use of certain SSEMark Kettenis
instructions will fail. ok guenther@
2012-12-22Add support for U3 brigdes present in macppc G5 machines. Many thanksMartin Pieuchot
to Chris Jackman for sending me a PowerMac G5!
2012-12-22Attach all known U3 AGP bridgesMartin Pieuchot
2012-12-22cosmetic changes:Marc Espie
- pref -> prefix as pref is somewhat ambiguous - rework tests so loop doesn't intend off the screen - zap unneeded variable okay krw@
2012-12-22We already zero out the trapframe, so there is no reason to set individualMark Kettenis
members to zero. Gets rid of a bogus comment as a bonus.
2012-12-22acx(4) supports power-saving in hostap mode now; ok claudioStefan Sperling
2012-12-22Return EEXIST to 'add' when a port is already a bridge member. This makesCamiel Dobbelaar
reconfiguration with /etc/netstart silent again. (noticed by deraadt) And do the same for 'addspan'. ok deraadt
2012-12-22Register cleanup handler passed by ld.so with atexit(3).Mark Kettenis
ok kurt@
2012-12-22Zero %r0 before transferring control to the main program, to indicate thatMark Kettenis
the main program should not register a cleanup handler with atexit(3). This will allow us to add the cleanup handler registration code to crt0.c and have ld.so pass its cleanup handler to the main program in the future. tested by tobiasu@ ok kurt@
2012-12-22some fixes, based on a diff from Martin Toft;Jason McIntyre
2012-12-22Fix bug in random offset introduced in rev 1.143; random range wasOtto Moerbeek
expanded, but not enough due to precedence error. Spotted by Thorsten Glaser.
2012-12-21When binding to a new lease, wait for the RTM_NEWADDR message inKenneth R Westerback
S_BOUND state, which prevents confusion when another DHCPACK arrives. Problem found and fix tested by kettenis@.
2012-12-21tweak for malloc(9) calls:Gleydson Soares
- M_CANFAIL is useless here since that M_NOWAIT will return NULL immediately if no resources. OK mikeb@ mpi@
2012-12-21valid port interval 1 through 65535, not 1 - 65534Gleydson Soares
check interval with yacc/$5 variable instead of cfgstate.listen_port that is an in_port_t type, for avoid warnings, due to limited range of data type; use IPPORT_HILASTAUTO for more consistence (input from millert@) "yeah, I like that. ok" henning@
2012-12-21Rather than calling mircotime in bpf_catchpacket each time it's calledMike Belopuhov
on a packet, make bpf_catchpacket take a timeval indicating when the packet was captured. Move microtime to the calling functions and grab the timestamp as soon as we know that we're going to call catchpacket at least once. From NetBSD, ok deraadt, claudio, sthen
2012-12-21bpf allocates packet buffers in the ioctl path and can sleepMike Belopuhov
waiting for memory to become available obtained from netbsd with tweaks, with input from deraadt and blambert, ok deraadt, claudio
2012-12-21remove makefile hacks that are no longer needed with t1 t2: working properlyMarc Espie
okay krw@
2012-12-21regenJasper Lievisse Adriaanse
2012-12-21- add some pcidevs taken from a dmesg on bugs@Jasper Lievisse Adriaanse
ok jsg@
2012-12-21the gcc bug seems to have been fixed...Theo de Raadt
ok miod
2012-12-20include machine/cpu.h now that is isn't any longer pulled in indirectlyChristian Weisgerber
by sys/sysctl.h; ok deraadt@ millert@
2012-12-20use openpty() rather than hand-rolled pty opening code; ok millert@Christian Weisgerber
2012-12-20report flow control mode in the media status callbackMike Belopuhov
2012-12-20correctly update the current flow control modeMike Belopuhov
2012-12-20max_frame_size must be set after ether_ifattach updates if_mtu;Mike Belopuhov
verified with the upstream driver
2012-12-20readjust midi flow control after consuming input dataAlexandre Ratchov
2012-12-20Bring stack smashing protector for MIPS; enabled by default.Martynas Venckus
Reorganize soft frame pointer so that locals are below it and grow downwards. Tested by miod@, jasper@. OK miod@.
2012-12-20Bring stack smashing protector for Alpha; enabled by default.Martynas Venckus
Reorganize soft frame pointer so that locals are below it and grow downwards. Thanks Nick for the access. OK miod@.