Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-11 | Convert and enable CMS manuals. | Ingo Schwarze | |
Already some time ago, bcook@ said these can be installed. | |||
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat | |
licence mere mortals can understand the terms of); will be connected to the build on an arch-by-arch basis. Testsuites and generated files have been intentionnaly omitted from this import. Peer pressure and ok from at least drahn@ pirofti@ deraadt@ | |||
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller | |
2004-05-17 | import binutils 2.14 (excluding testsuites, .info files, and .po files) | Dale Rahn | |
2003-11-25 | cxxfilt is now a separate program, split from libiberty | Marc Espie | |
(still calling the demangler in libiberty). Grab the version from binutils-2.14 | |||
2015-11-11 | Use warn/warnx here too. | Todd C. Miller | |
2015-11-11 | Remove bogus DST code. mktime() handles DST automatically when | Todd C. Miller | |
tm_isdst is set to -1. | |||
2015-11-11 | Niether cron nor crontab need flock permission. | Todd C. Miller | |
2015-11-11 | Use warn/warnx where sensible and add fatal/fatalx wrappers for | Todd C. Miller | |
err/errx that unlink atfile as needed. OK deraadt@ | |||
2015-11-11 | Remove obsolete utime() call. It predates the use of a socket to | Todd C. Miller | |
prod cron into checking the spool dir. | |||
2015-11-11 | Fix spool dir mode check to avoid extraneous chmod() calls. | Todd C. Miller | |
2015-11-11 | bottom end of spamdb is just "stdio rpath wpath" | Theo de Raadt | |
originally from ricardo mestre, but diff was cut down a bit | |||
2015-11-11 | Remove the superfluous typedef uvm_flag_t (unsigned int). Also, fix an | mmcc | |
associated mistake in the uvm manpage. Suggested by and ok tedu@ | |||
2015-11-11 | Display full disk size when editing GPT, not the truncated MBR size. Display | Kenneth R Westerback | |
'disk too large' message only when no GPT is found. Problems found, fix tested and ok naddy@. | |||
2015-11-11 | needs pledge "getpw" also | Theo de Raadt | |
2015-11-11 | Use fstatat(), openat() and unlinkat() when operating on files in | Todd C. Miller | |
the at queue so we don't need to chdir to the queue dir. OK guenther@ | |||
2015-11-11 | For "crontab -u user -e" change the euid for the mkstemp() call | Todd C. Miller | |
instead of calling fchown() after the fact. Fixes a pledge() issue. OK semarie@ | |||
2015-11-11 | pledge "stdio rpath wpath cpath fattr proc exec tty" seems to work. | Theo de Raadt | |
there are a few system, popen, fork... ok florian | |||
2015-11-11 | Remove an XXX that no longer makes sense, rt_ifp is now always the same | Martin Pieuchot | |
as rt_ifa->ifa_ifp. | |||
2015-11-11 | Store the index of the lo0 interface instead of a pointer to its | Martin Pieuchot | |
descriptor. Allow to get rid of two if_ref() in the output paths. ok dlg@ | |||
2015-11-11 | Kill useless IFQ_POLL(). | Martin Pieuchot | |
ok dlg@ | |||
2015-11-11 | Store an interface index instead of a pointer that's never dereferenced. | Martin Pieuchot | |
Get rid of an if_ref()/if_put() dance. ok dlg@ | |||
2015-11-11 | Clear the mini buffer once a question has been displayed. ok jasper@ | Mark Lumsden | |
2015-11-11 | Correct several DT_foo (tag id) vs DF_* (flag bit) errors | Philip Guenther | |
ok deraadt@ kettenis@ | |||
2015-11-11 | the ramdisk more(1) works with pledge "stdio rpath tty" | Theo de Raadt | |
2015-11-11 | improve PEEK/POKE macros: better casts, don't multiply evaluate | Damien Miller | |
arguments; ok deraadt@ | |||
2015-11-11 | exit on pledge failure, oops | Theo de Raadt | |
2015-11-11 | fix pledge error message | Theo de Raadt | |
2015-11-11 | ktrace vnodes do not need to be opened with FREAD, as they are | Theo de Raadt | |
only written to. (Will keep an eye out for NFS surprises) ok guenther | |||
2015-11-11 | exit if pledge fails | Theo de Raadt | |
2015-11-11 | claudio twice told me pledge "stdio rpath dns" is probably enough. | Theo de Raadt | |
He'll test it next time he builds... | |||
2015-11-11 | exit() after perror() for pledge failure. Perhaps this got introduced | Theo de Raadt | |
as a test idiom, either when pledge was young or during the transition to strings.... dunno | |||
2015-11-11 | mark ehci_intr() as IPL_MPSAFE here as well | Jonathan Gray | |
ok mpi@ | |||
2015-11-11 | replace the ifqueue used for the pp_cpq with an mbuf_queue. | David Gwynne | |
2015-11-11 | remove prototypes for long-gone s/key support; ok dtucker@ | Damien Miller | |
2015-11-11 | use time_uptime instead of time_second. | David Gwynne | |
this avoids wall clock jumps skewing the idle times. | |||
2015-11-11 | creat() -> open equiv; from Frederic Nowak | Theo de Raadt | |
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre | |
or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze | |||
2015-11-10 | sync | Theo de Raadt | |
2015-11-10 | If realpath() fails just try the original path. | Nicholas Marriott | |
2015-11-10 | Handle absolute paths properly, and don't use resolved path in | Nicholas Marriott | |
realpath() fails. | |||
2015-11-10 | sync | Stuart Henderson | |
2015-11-10 | remove stray { } | Stuart Henderson | |
2015-11-10 | sync | Stuart Henderson | |
2015-11-10 | add /dev/vmm, req'd by and ok mlarkin@ | Stuart Henderson | |
2015-11-10 | Document tzsetwall(). OK schwarze@ jmc@ | Todd C. Miller | |
2015-11-10 | Fix typos in comments | Tim van der Molen | |
2015-11-10 | In bge_reset(), after figuring out which register access routines to use | Miod Vallat | |
depending upon the chip capabilities, use it everywhere instead of hardcoding one call to bge_writemem_ind() by mistake; this unbreaks the BCM5704 A3 found on some xserve G5 (RackMac3,1). Also tested on a few other bge(4) chip models by jmatthew@ (5703X, 5714), mpi@ (5780), naddy@ (5761) and me (5701). ok dlg@ | |||
2015-11-10 | The window accessible with BGE_MEMWIN_{READ,WRITE} only spans 32KB, so | Miod Vallat | |
program it as such and not as a 64KB window; fortunately none of the current users of these macros would cross a 32KB boundary. ok dlg@ | |||
2015-11-10 | Define pmap_nested() here too, since we define PMAP_EXCLUDE_DECLS for the sake | Miod Vallat | |
of <uvm/uvm_pmap.h>. |