Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-11 | To control the lifetime of IPv6 addresses, prefixes and default | Alexander Bluhm | |
routers, the kernel and ndp use a bunch of expire fields. Before they were int or u_long, convert expire to time_t in all structs. Move vltime and pltime to u_int32_t everywhere. Sort struct fields by size. Struct inet6_ndpr_msghdr is not used at all, so remove it. Binary compatibility of rtsold and ndp break with this change as rtsold uses in6_drlist and ndp uses in6_defrouter and in6_prefix to interact with the kernel. OK mpi@ | |||
2013-08-11 | Check wether the required perl packages are installed and that the | Alexander Bluhm | |
environment for the remote testing machine is set up. If not, print a message and skip the regression tests. | |||
2013-08-11 | Use variable REMOTE_SSH instead of a fixed name for the testing host. | Alexander Bluhm | |
2013-08-11 | typo | Florian Obser | |
2013-08-11 | pflow(4) template regression tests | Florian Obser | |
2013-08-11 | A few fixes from Tim Mcintosh: | Miod Vallat | |
- provide 88110 syntactic sugar for the control register names - correctly handle -m options - and a minor fix to allow the register prefix to correctly be recognized in front of the condition codes (only needed for SVR4) | |||
2013-08-11 | capitalize RAID in one spot. | Brad Smith | |
2013-08-10 | On 'original' LUNA-88K, NVRAM contents and Timekeeper registers are | Kenji Aoyama | |
mapped on the most significant byte of each 32bit word. (i.e. 4-bytes stride) Also, add small 'Wrong year set by UniOS-Mach after Y2K' hack. ok miod@ | |||
2013-08-10 | Cancel timeouts on pflow interface destruction. | Florian Obser | |
OK benno@ | |||
2013-08-10 | libkafs5 has been renamed to libkafs; | Jason McIntyre | |
ok ajacoutot | |||
2013-08-10 | We can use ${LIBKAFS} now. | Antoine Jacoutot | |
intro.3 will be handled by jmc@ | |||
2013-08-10 | libkafs5->libkafs ; forgotten in previous | Antoine Jacoutot | |
2013-08-10 | libkafs5 -> libkafs (unused in build, so no functional change) | Antoine Jacoutot | |
2013-08-10 | No longer mention GCC2_ARCHS | Miod Vallat | |
2013-08-10 | Plug fd and mem leak in fuse_open's error path. ok syl@ | Jeremie Courreges-Anglas | |
2013-08-10 | Rename libkafs5 back to libkafs; that is the real upstream library name | Antoine Jacoutot | |
ad there is no point to diverge and maintain local patches here. ok robert@ miod@ | |||
2013-08-10 | Move the device table inside the softc. | Martin Pieuchot | |
2013-08-10 | Initialize first_addr much earlier, in locore; this will help adding | Miod Vallat | |
symbols support in the not-so-distant future. ok aoyama@ | |||
2013-08-10 | Only clear the bss after we have picked a cpu as master, and on this cpu only; | Miod Vallat | |
fixes a potential race where a secondary cpu resets carefully computed variables. ok aoyama@ | |||
2013-08-10 | Mention amd_master with amd_flags. | Antoine Jacoutot | |
Move identd_flags away from the inetd-capable daemons and fix usage. ok deraadt@ | |||
2013-08-10 | avoid Xref to self; | Jason McIntyre | |
2013-08-10 | Remove some useless DPRINTF. | Sylvestre Gallon | |
2013-08-10 | Remove debug printfs. | Sylvestre Gallon | |
2013-08-09 | Merge uhts(1) into ums(1). The code is amost the same, so no need to duplicate. | Edd Barrett | |
A part of ongoing work to improve touchscreen/digitiser support. A diff will follow shortly to remove uhts(1). OK matthieu@, with input from mpi@ | |||
2013-08-09 | Add RCS id and ISC license. | Alexander Bluhm | |
2013-08-09 | Move the check for required perl packages into Makefile.inc so that | Alexander Bluhm | |
make obj always runs through als sudirs. | |||
2013-08-09 | Check wether all required perl packages are installed. If some | Alexander Bluhm | |
are missing print a warning and skip the tests, but do not fail. | |||
2013-08-09 | Useless CPPFLAGS are useless. | Antoine Jacoutot | |
2013-08-09 | Remove dead code and useless #include and #ifdef from ndp. | Alexander Bluhm | |
No binary change; OK deraadt@ mpi@ | |||
2013-08-09 | Add rc.d(8) scripts for ipropd-master and ipropd-slave. | Antoine Jacoutot | |
ok deraadt@ | |||
2013-08-09 | Add regress test for fuse_opt. | Sylvestre Gallon | |
2013-08-09 | Remove all references to btd and the corresponding _btd user and group. | Antoine Jacoutot | |
ok sthen@ deraadt@ | |||
2013-08-09 | sync | Miod Vallat | |
2013-08-09 | Add urtwn(4) for upgrades | Martin Pieuchot | |
2013-08-09 | Uncomment another kprintf attribute. | Sylvestre Gallon | |
ok miod@. | |||
2013-08-09 | match linux and only allow multiple contexts on the render ring | Jonathan Gray | |
2013-08-09 | add commented out versions of unused functions present in the original | Jonathan Gray | |
files to reduce the diff to linux. | |||
2013-08-09 | Constify the default null sockaddr_dl, no functional change. | Martin Pieuchot | |
ok mikeb@ | |||
2013-08-09 | enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word; | Damien Miller | |
matching ksh's relatively recent change. | |||
2013-08-09 | two problems found by a to-be-committed regress test: 1) msg_id was not | Damien Miller | |
being initialised so was starting at a random value from the heap (harmless, but confusing). 2) some error conditions were not being propagated back to the caller | |||
2013-08-09 | do getopt parsing for all sftp commands (with an empty optstring for | Damien Miller | |
commands without arguments) to ensure consistent behaviour | |||
2013-08-08 | Add support for Intel Wifi Link 130. | Sylvestre Gallon | |
ok kettenis@, mpi@ | |||
2013-08-08 | Uncomment kprintf format attributes for sys/kern | Sylvestre Gallon | |
tested on vax (gcc3) ok miod@ | |||
2013-08-08 | Fix sign of errno values to match Linux. | Mark Kettenis | |
2013-08-08 | Add PMAP_NOCACHE as an alias for PMAP_NC for use in semi-MI code. | Mark Kettenis | |
2013-08-08 | Test .%C; supported by mandoc, will soon be supported by the groff port, too. | Ingo Schwarze | |
2013-08-08 | /dev/drmN for sparc64 | Mark Kettenis | |
2013-08-08 | Drop the retval argument from do*at() functions which don't use it. | Philip Guenther | |
ok kettenis@ mpi@ deraadt@ millert@ miod@ matthew@ beck@ | |||
2013-08-08 | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze | |
This improves the formatting of about 40 base manuals and reduces groff-mandoc formatting differences in base by about 5%. | |||
2013-08-08 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm | |
don't have to. Remove these include lines from vax drivers. test lteo@ |