Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-25 | Add GENERIC.MP | Miod Vallat | |
2012-12-25 | replace one grep with awk patterns and simplify another using -q | Robert Peichaer | |
ok ajacoutot@ | |||
2012-12-25 | Report 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-24 | Fix compilation with POOL_DEBUG but !DDB | Philip Guenthe | |
ok jsing@ krw@ mikeb@ | |||
2012-12-24 | In acpiioctl(), Return though the splx() path if suser() returns an error | Philip Guenthe | |
ok deraadt@ | |||
2012-12-24 | Register cleanup handler passed by ld.so with atexit(3). | Mark Kettenis | |
tested by benno@ | |||
2012-12-24 | Register cleanup handler passed by ld.so with atexit(3). Fix stack alignment. | Mark Kettenis | |
ok guenther@ | |||
2012-12-24 | simplify things by using shell patterns | Robert Peichaer | |
ok ajacoutot@ halex@ | |||
2012-12-24 | add some clues for people who want to run full bulks | Marc Espie | |
2012-12-24 | Add ^ and $ special command targets to select lowest and highest | Nicholas Marriott | |
numbered windows, from Raghavendra D Prabhu. | |||
2012-12-24 | Add -T option to select-window to toggle to last window if already | Nicholas Marriott | |
current, from Raghavendra D Prabhu. | |||
2012-12-24 | Add missing function prototype. | Nicholas Marriott | |
2012-12-24 | Add a -u flag to choose-tree to start uncollapsed, from Raghavendra D | Nicholas Marriott | |
Prabhu. | |||
2012-12-24 | Remove an unnecessary redraw, from Raghavendra D Prabhu. | Nicholas Marriott | |
2012-12-23 | %zfod was removed in -r1.24; from Naughty | Jason McIntyre | |
2012-12-23 | Check proper alignment in destructors too. | Mark Kettenis | |
2012-12-23 | Hook up the SSE2 alignment tests. | Mark Kettenis | |
2012-12-23 | Regression test for proper stack alignment for SSE2 instructions. | Mark Kettenis | |
2012-12-23 | Register cleanup handler passed by ld.so with atexit(3). | Mark Kettenis | |
2012-12-23 | Explicitly align the stack on a 16-byte boundary such that constructors can | Mark 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-23 | simplify setting FETCH_CMD and move it upwards to where the other | Robert Peichaer | |
global variables are defined ok ajacoutot@ | |||
2012-12-23 | Make the per-user counter file r/w by group auth | Alexander Hall | |
xlock issue pointed out and diff tested by Andreas Bartelt, thanks! | |||
2012-12-22 | Make sure the stack is 16-byte aligned otherwise the use of certain SSE | Mark Kettenis | |
instructions will fail. ok guenther@ | |||
2012-12-22 | Add support for U3 brigdes present in macppc G5 machines. Many thanks | Martin Pieuchot | |
to Chris Jackman for sending me a PowerMac G5! | |||
2012-12-22 | Attach all known U3 AGP bridges | Martin Pieuchot | |
2012-12-22 | cosmetic 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-22 | We already zero out the trapframe, so there is no reason to set individual | Mark Kettenis | |
members to zero. Gets rid of a bogus comment as a bonus. | |||
2012-12-22 | acx(4) supports power-saving in hostap mode now; ok claudio | Stefan Sperling | |
2012-12-22 | Return EEXIST to 'add' when a port is already a bridge member. This makes | Camiel Dobbelaar | |
reconfiguration with /etc/netstart silent again. (noticed by deraadt) And do the same for 'addspan'. ok deraadt | |||
2012-12-22 | Register cleanup handler passed by ld.so with atexit(3). | Mark Kettenis | |
ok kurt@ | |||
2012-12-22 | Zero %r0 before transferring control to the main program, to indicate that | Mark 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-22 | some fixes, based on a diff from Martin Toft; | Jason McIntyre | |
2012-12-22 | Fix bug in random offset introduced in rev 1.143; random range was | Otto Moerbeek | |
expanded, but not enough due to precedence error. Spotted by Thorsten Glaser. | |||
2012-12-21 | When binding to a new lease, wait for the RTM_NEWADDR message in | Kenneth R Westerback | |
S_BOUND state, which prevents confusion when another DHCPACK arrives. Problem found and fix tested by kettenis@. | |||
2012-12-21 | tweak 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-21 | valid port interval 1 through 65535, not 1 - 65534 | Gleydson 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-21 | Rather than calling mircotime in bpf_catchpacket each time it's called | Mike 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-21 | bpf allocates packet buffers in the ioctl path and can sleep | Mike Belopuhov | |
waiting for memory to become available obtained from netbsd with tweaks, with input from deraadt and blambert, ok deraadt, claudio | |||
2012-12-21 | remove makefile hacks that are no longer needed with t1 t2: working properly | Marc Espie | |
okay krw@ | |||
2012-12-21 | regen | Jasper Lievisse Adriaanse | |
2012-12-21 | - add some pcidevs taken from a dmesg on bugs@ | Jasper Lievisse Adriaanse | |
ok jsg@ | |||
2012-12-21 | the gcc bug seems to have been fixed... | Theo de Raadt | |
ok miod | |||
2012-12-20 | include machine/cpu.h now that is isn't any longer pulled in indirectly | Christian Weisgerber | |
by sys/sysctl.h; ok deraadt@ millert@ | |||
2012-12-20 | use openpty() rather than hand-rolled pty opening code; ok millert@ | Christian Weisgerber | |
2012-12-20 | report flow control mode in the media status callback | Mike Belopuhov | |
2012-12-20 | correctly update the current flow control mode | Mike Belopuhov | |
2012-12-20 | max_frame_size must be set after ether_ifattach updates if_mtu; | Mike Belopuhov | |
verified with the upstream driver | |||
2012-12-20 | readjust midi flow control after consuming input data | Alexandre Ratchov | |
2012-12-20 | Bring 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-20 | Bring 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@. |