Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-05 | - add missing SUBDIR | Jasper Lievisse Adriaanse | |
- remove commented and unneeded SRCS | |||
2013-06-05 | Implement hibernate_flush. | Paul Irofti | |
Might have to find a better place for the cache.h header but until then it will have to do. Discussed with miod@ | |||
2013-06-05 | Move FHASLOCK from f_flag to f_iflags, freeing up a bit for passing | Philip Guenther | |
O_* flags and eliminating an XXX comment. ok matthew@ deraadt@ | |||
2013-06-05 | ditch local ld.script and use conf/ld.script instead, and adjust entry | Jasper Lievisse Adriaanse | |
point accordingly. | |||
2013-06-05 | add WIP second stage bootloader for octeon; far from working and contains ↵ | Jasper Lievisse Adriaanse | |
many stubs still. committing it now so I can work on this in tree. | |||
2013-06-05 | after the pf_test_state folding, in pf_test in the proto switch, the | Henning Brauer | |
udp and the default case are 100% identical, tcp does a little more, but that is easier to add w/ two "if tcp" blocks in the default case, so the udp and tcp cases die. ok bluhm | |||
2013-06-05 | factor out pid allocation to functions. add a small cache of recently | Ted Unangst | |
exited pids that won't get recycled. ok deraadt | |||
2013-06-05 | Keep things sane in the apm ioctl handler. | Paul Irofti | |
STANDBY and SUSPEND result in the machine being suspended. HIBERNATE results in the machine being hibernated. Also make sure all the hibernate bits are isolated by ifdefs. | |||
2013-06-05 | blow up sooner rather than later for double pool_put | Ted Unangst | |
ok deraadt | |||
2013-06-04 | Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have ↵ | Brad Smith | |
shm_open / shm_unlink. ok guenther@ | |||
2013-06-04 | Make apm aware of the APM_IOC_HIBERNATE command. | Paul Irofti | |
While at it use STANDBY for RAM and SUSPEND for disk. Okay miod@ | |||
2013-06-04 | do not go into upper to lower case translation mode when a all-caps | Sebastian Benoit | |
username has been entered. ok deraadt@ | |||
2013-06-04 | even better now text now. | Ted Unangst | |
2013-06-04 | sentence explaining sched_lock is not a simplelock should be a sentence. | Ted Unangst | |
2013-06-04 | comment fix: actually called __cpu_simple_lock_t | Ted Unangst | |
2013-06-04 | tabs are not so expensive we can't intent this file properly | Ted Unangst | |
2013-06-04 | tweak the headers header too | Ted Unangst | |
2013-06-04 | not sure who uses the "alternate" display, but the columns look like ass | Ted Unangst | |
2013-06-04 | Support for the SS10/SS20 NVSIMM as block devices; tested by nick@ | Miod Vallat | |
2013-06-04 | Add support for static routes option (33) and classless static | Kenneth R Westerback | |
routes option (121). ok sthen@ | |||
2013-06-04 | fix readdir, from sylvestre | Ted Unangst | |
2013-06-04 | delete a printf, from sylvestre | Ted Unangst | |
2013-06-04 | Make sftp's libedit interface marginally multibyte aware by building up the | Darren Tucker | |
quoted string by character instead of by byte. Prevents failures when linked against a libedit built with wide character support (bz#1990). "looks ok" djm | |||
2013-06-04 | Replace old-fashioned .Fd by new-fangled .In for #include lines. | Ingo Schwarze | |
Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@. No objection from jmc@ against this type of change. | |||
2013-06-04 | Disable parity on the PCI bus; according to Linux, some lca-based systems hit | Miod Vallat | |
siop data parity errors when parity is enabled. This ought to help Alphabook systems, as well as early Multia. Tested on Multia. | |||
2013-06-04 | use MAXPATHLEN for buffer size instead of fixed value. ok markus | Darren Tucker | |
2013-06-04 | Implement pf divert-to and divert-reply also for IPv6 raw sockets. | Alexander Bluhm | |
OK henning@ markus@ | |||
2013-06-04 | Prevent panic'ing on alpha after ifconfig'ing up an unplugged de interface, | Miod Vallat | |
by making tulip_txput() aware of whether or not the mbuf it is processing is in if_snq or not, rather than abusing the TULIP_TXPROBE_ACTIVE flag. Found the hard way by kurt@, tested on AlphaServer 1000A, I've been sleeping on this diff for about 3 years. | |||
2013-06-04 | fold pf_test_state_{tcp,udp,other} into one pf_test_state. | Henning Brauer | |
the _icmp variant stays because it is completely different. factor out the synproxy code into a new pf_synproxy() for readability. pf_setup_pdesc sets us up with access to ports, cksum etc in a protocol independent matter, so we don't need many protocol switches here. tcp and udp were almost identical, the _other case changes significantly - not too unlikely this fixes a subtle bug or two in that case. ok ryan benno bluhm mikeb | |||
2013-06-04 | add a pointer to the protocol checksum header field to pf_pdesc and set | Henning Brauer | |
it up in pf_setup_pdesc(). ok ryan benno mikeb bluhm | |||
2013-06-04 | classify_integer(): test whether the value can be built using the `set' | Miod Vallat | |
instruction, before testing whether it can be built with `or.u'; this allows further optimization. condition_value(): handle ORDERED and UNORDERED condition codes. print_operand(): remove support for no longer used `w' qualifier. | |||
2013-06-04 | make pf_change_ap() usable without a port. if the port pointer is NULL, | Henning Brauer | |
just return after being done with the address. ok bluhm ryan mikeb | |||
2013-06-04 | Add "length" attribute to "weird" class instructions of small length: user | Miod Vallat | |
inline assembly, tb/tbnd instructions. Don't use `r' qualifier for "register_operand", it's redundant. | |||
2013-06-04 | Add handling for keyboard layouts which break modhex (like dvorak and many | Ryan Thomas McBride | |
others); concept and keymap table (covering about 400 layouts) from modhex.js by Daniel Holth. ok sthen@, ok halex@ (who also provided much testing and feedback) | |||
2013-06-04 | Do not feed UTF-8 input into mandoc or nroff | Ingo Schwarze | |
because that resulted in corrupt output. This is a verbatim backport of the following bugfix from upstream git master: https://rt.cpan.org/Public/Bug/Display.html?id=77465 https://github.com/mrallen1/Pod-Perldoc/commit/6e1541d0bcb74a7b2b9ee3235d57953fb800bb67 Do not take the comment in the source code too literally. It doesn't really explain the problem well. OK sthen@ espie@ millert@ | |||
2013-06-04 | fusebufsize update | Ted Unangst | |
2013-06-04 | can't use PAGE_SIZE for array sizes. it's not always a constant. | Ted Unangst | |
just hard code 4096 for now instead of anything fancy. | |||
2013-06-04 | fix typo in comment | Miod Vallat | |
2013-06-04 | remove orphaned macros | Miod Vallat | |
2013-06-04 | link subdir | Ted Unangst | |
2013-06-04 | missed a space in the latin passphrase. | Ted Unangst | |
2013-06-04 | Remove remaining references to HIBERNATE_COPY_PAGE. It was effectively | Mike Larkin | |
removed at n2k13 but a few errant references still remained. No functional change. Spot tested by my on i386 and amd64 UP environments, no regressions seen. noticed by deraadt@ | |||
2013-06-04 | tests for bcrypt_pbkdf_test.c | Ted Unangst | |
2013-06-04 | revert. check is < 1, not < 0. | Ted Unangst | |
2013-06-04 | oops, rounds is unsigned now | Ted Unangst | |
2013-06-04 | Cpu topology for AMD64. | Christiano F. Haesbaert | |
This adds information about smt id (thread), core id and package id (socket) to amd64. ci_smt_id, ci_core_id, ci_pkg_id should be followed by other archictectures and core relying on them should be under ARCH_HAVE_CPU_TOPOLOGY. ok tedu@ | |||
2013-06-04 | I screwed up and forgot to commit this new file :( | Claudio Jeker | |
2013-06-04 | Fix "\" escape handling in read_string(). | Kenneth R Westerback | |
Problem noted, fix tested and ok sthen@. | |||
2013-06-04 | fix pexp | Stuart Henderson | |
2013-06-04 | A couple of style/comment fixes from FreeBSD, with input from | Mike Belopuhov | |
David Imhoff. No functional change. |