Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-01 | altq -> new queue in examples | Henning Brauer | |
From: Arto Jonsson <ajonsson at kapsi.fi> | |||
2013-11-01 | not just altq queues, queues | Henning Brauer | |
From: Arto Jonsson <ajonsson at kapsi.fi> | |||
2013-11-01 | s/£/GBP/ which several people pointed out in my previous diff (many were | Stuart Henderson | |
already present in the file so doing this as a separate commit). | |||
2013-11-01 | - update UK dialling codes from ofcom information | Stuart Henderson | |
- add 970 (Palestine) | |||
2013-11-01 | Better report of the system type, to match the OMRON spelling; aoyama@ | Miod Vallat | |
2013-11-01 | get rid of pmap_pdp_cache_generation. it cannt change between where it is | David Gwynne | |
set and where it is tested again. instead of using pool ctors, just init the memory out of pool_get. ive been running this on a variety of amd64s without issue for a while now. deraadt also had no problems running it. | |||
2013-11-01 | replace bare use of disksort with bufqs. | David Gwynne | |
tweaks and ok jmatthew@ testing and ok bcallah@ | |||
2013-10-31 | List all generated files in CLEANFILES. | Ingo Schwarze | |
Issue mentioned by fgs@ on ICB. ok fgs@ bluhm@ krw@ | |||
2013-10-31 | Initialize sun_len, pointed out by deraadt@. | Florian Obser | |
While there also check length of socket path, more relevant now since an alternative socket can be specified. OK benno@ | |||
2013-10-31 | Pipe don't have states. Kill an useless & commented out chunk of code. | Martin Pieuchot | |
No functional change. | |||
2013-10-31 | If if looks like a duck, swims like a duck, and quacks like a duck, then | Alexander Hall | |
it's probably is a pre-encrypted password hash. This means that the autoinstall configuration (and interactive password too) does not have to specify a cleartext password. reworked diff originating from krw@ no objections, specifically so from krw@ | |||
2013-10-31 | Convert the route expire timestamp in kernel and routing message | Alexander Bluhm | |
to 64 bit. Increase the routing message version from 4 to 5. Add a small compatibility layer that allows to set routes with old user land and new kernel. Old kernel with new user land does not work. The compatibility layer ist not perfect, but it allows to configure addresses with old ifconfig and new kernel. Route get also works in this setup. dhclient hangs as messages for interface address changes with old version are not generated. OK claudio@ | |||
2013-10-31 | softraid(4) boot documentation tweaks from jsing@ | Stefan Sperling | |
2013-10-31 | remove commented gpio(4) entry which makes no sense to have on the ramdisk | Jasper Lievisse Adriaanse | |
ok aalm@ | |||
2013-10-31 | add proper guard around gpiobus_print() to allow RAMDISK-SUNXI to compile | Jasper Lievisse Adriaanse | |
ok aalm@ | |||
2013-10-31 | another stray %d | Theo de Raadt | |
2013-10-31 | revert previous, net/if.h exports bad things to userspace. | pelikan | |
2013-10-31 | sync | Stuart Henderson | |
2013-10-31 | convert crypto work queue to the task_add(9) api; ok dlg | Mike Belopuhov | |
2013-10-31 | usbd_pipe2device_handle() is not used, should not be used and die. | Martin Pieuchot | |
2013-10-31 | Reenable compat_linux. | Paul Irofti | |
Works just fine now with the post-T32 fixes that went in. | |||
2013-10-31 | Fix readdir_with_callback() after cookies removal. | Paul Irofti | |
The non-cookie path was probably always broken and never used. The file descriptor offset was never updated after a read so glibc and other syscall consumers would end-up in an infinite loop. Tested with the syscalls regression suite from IBM and with opera. | |||
2013-10-31 | push the queues every 1/HZ using timeout(9) | pelikan | |
This is a modified version of oldtbr_timeout() with a timeout for each HFSC enabled interface. ok henning claudio | |||
2013-10-31 | Add a header for various hardware implementation dependent register | Martin Pieuchot | |
(HID) definitions, from FreeBSD with tweaks, instead of defining them in different places. ok kettenis@ | |||
2013-10-31 | sync | Theo de Raadt | |
2013-10-31 | sync | Theo de Raadt | |
2013-10-31 | oops, wrong MLINK | Theo de Raadt | |
2013-10-31 | hide kernel protytypes | Theo de Raadt | |
ok dlg | |||
2013-10-31 | oops | Theo de Raadt | |
2013-10-31 | init memory from pool_get after its allocated rather than using a pool | David Gwynne | |
ctor. tweaking, testing and ok deraadt@ | |||
2013-10-31 | sometimes we find .h we no longer need | Theo de Raadt | |
2013-10-31 | pull in less .h to do the same | Theo de Raadt | |
2013-10-31 | replace workqs with tasks. makes the code a bit simpler cos adding an added | David Gwynne | |
task is a nop. tested by and ok jmatthew@ | |||
2013-10-31 | Do not fail the regression tests if python or the scapy package is | Alexander Bluhm | |
not installed. Print a warning, explain the problem and skip the test in this case. Also skip the test if the environment has not been configured for the remote test target machine. Fix the Makefile to run the tests with or without an obj directory. Finally link the netinet6 regression tests into the build. | |||
2013-10-31 | Make sure -v output is properly aligned with the normal output. | Mark Kettenis | |
2013-10-30 | Update installation notes to match reality: kernel needs to be loaded by the | Miod Vallat | |
boot blocks now, which - for now - disables tape boot. Also belatedly mention bsd.mp | |||
2013-10-30 | add "smtpctl show relays" and "smtpctl show hosts" commands | Eric Faurot | |
2013-10-30 | Remove redundant base adrress printing during attach. | Paul Irofti | |
Okay jasper@ | |||
2013-10-30 | Copy the boot blocks into /boot on the root disk in md_installboot(). | Miod Vallat | |
2013-10-30 | Fix native builds of the luna88k boot block. Install it into /usr/mdec. | Miod Vallat | |
2013-10-30 | Make yystacksize unsigned to avoid a warning about sign comparision | Todd C. Miller | |
mismatches. Also store the result of "yyssp - yyss" in a long, not an int. We could use ptrdiff_t but don't want to rely on that type being defined for portability on old systems without it. OK deraadt@ | |||
2013-10-30 | Put all the generic machdep code in armv7_machedep.c | Sylvestre Gallon | |
Cleanup the machdep code removing: - useless includes - useless globals and prototypes - useless #if 0 and #if 1 - some style(9) issues This commit will make the bringup of new SoC easier. ok patrick@ jasper@ rapha@ | |||
2013-10-30 | Add missing rcsid. | Sylvestre Gallon | |
ok patrick@ jasper@ | |||
2013-10-30 | It seems an immediate read is necessary when doing a write to an RSL | Paul Irofti | |
register in order to complete the write. Okay miod@ | |||
2013-10-30 | task_systq got removed; | Jason McIntyre | |
2013-10-30 | Reduce gap at the end of .text from a page to 0x10 bytes. The ELF->a.out | Miod Vallat | |
conversion done in objcopy loses if an alignment smaller than this is requested (and this is probably my {fault,bug}, somewhere in binutils). Shrinks the boot blocks a bit. | |||
2013-10-30 | Bring getline() - a.k.a libsa gets() with a prompt prefix - in par with libsa | Miod Vallat | |
gets(), featurewise; this means support for ^u to clear the input. Requested by aoyama@ | |||
2013-10-30 | No longer build luna88k kernels as a.out binaries, now that we have a native | Miod Vallat | |
bootloader for ELF kernels. | |||
2013-10-30 | Introduce a private copy of old a.out-capable nlist.c, because bootxx | Theo de Raadt | |
has such a header and we need to tweak it. Non-a.out parts removed, to make this binary small for the install media. ok miod | |||
2013-10-30 | Fix jagged diagonal lines (kernel part) | Alexandr Shadchin | |
Send WSCONS_EVENT_SYNC every time you call wsmouse_input(). Used to synchronize and separate events into packets of input data changes occurring at the same moment in time. For example, motion of a mouse may set the DELTA_X and DELTA_Y values for one motion, then emit a SYNC. ok matthieu@. tested edd@, Henri Kemppainen and Alf Schlichting. |