summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-05- add missing SUBDIRJasper Lievisse Adriaanse
- remove commented and unneeded SRCS
2013-06-05Implement 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-05Move FHASLOCK from f_flag to f_iflags, freeing up a bit for passingPhilip Guenther
O_* flags and eliminating an XXX comment. ok matthew@ deraadt@
2013-06-05ditch local ld.script and use conf/ld.script instead, and adjust entryJasper Lievisse Adriaanse
point accordingly.
2013-06-05add 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-05after the pf_test_state folding, in pf_test in the proto switch, theHenning 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-05factor out pid allocation to functions. add a small cache of recentlyTed Unangst
exited pids that won't get recycled. ok deraadt
2013-06-05Keep 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-05blow up sooner rather than later for double pool_putTed Unangst
ok deraadt
2013-06-04Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have ↵Brad Smith
shm_open / shm_unlink. ok guenther@
2013-06-04Make 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-04do not go into upper to lower case translation mode when a all-capsSebastian Benoit
username has been entered. ok deraadt@
2013-06-04even better now text now.Ted Unangst
2013-06-04sentence explaining sched_lock is not a simplelock should be a sentence.Ted Unangst
2013-06-04comment fix: actually called __cpu_simple_lock_tTed Unangst
2013-06-04tabs are not so expensive we can't intent this file properlyTed Unangst
2013-06-04tweak the headers header tooTed Unangst
2013-06-04not sure who uses the "alternate" display, but the columns look like assTed Unangst
2013-06-04Support for the SS10/SS20 NVSIMM as block devices; tested by nick@Miod Vallat
2013-06-04Add support for static routes option (33) and classless staticKenneth R Westerback
routes option (121). ok sthen@
2013-06-04fix readdir, from sylvestreTed Unangst
2013-06-04delete a printf, from sylvestreTed Unangst
2013-06-04Make sftp's libedit interface marginally multibyte aware by building up theDarren 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-04Replace 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-04Disable parity on the PCI bus; according to Linux, some lca-based systems hitMiod 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-04use MAXPATHLEN for buffer size instead of fixed value. ok markusDarren Tucker
2013-06-04Implement pf divert-to and divert-reply also for IPv6 raw sockets.Alexander Bluhm
OK henning@ markus@
2013-06-04Prevent 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-04fold 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-04add a pointer to the protocol checksum header field to pf_pdesc and setHenning Brauer
it up in pf_setup_pdesc(). ok ryan benno mikeb bluhm
2013-06-04classify_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-04make 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-04Add "length" attribute to "weird" class instructions of small length: userMiod Vallat
inline assembly, tb/tbnd instructions. Don't use `r' qualifier for "register_operand", it's redundant.
2013-06-04Add handling for keyboard layouts which break modhex (like dvorak and manyRyan 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-04Do not feed UTF-8 input into mandoc or nroffIngo 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-04fusebufsize updateTed Unangst
2013-06-04can'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-04fix typo in commentMiod Vallat
2013-06-04remove orphaned macrosMiod Vallat
2013-06-04link subdirTed Unangst
2013-06-04missed a space in the latin passphrase.Ted Unangst
2013-06-04Remove remaining references to HIBERNATE_COPY_PAGE. It was effectivelyMike 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-04tests for bcrypt_pbkdf_test.cTed Unangst
2013-06-04revert. check is < 1, not < 0.Ted Unangst
2013-06-04oops, rounds is unsigned nowTed Unangst
2013-06-04Cpu 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-04I screwed up and forgot to commit this new file :(Claudio Jeker
2013-06-04Fix "\" escape handling in read_string().Kenneth R Westerback
Problem noted, fix tested and ok sthen@.
2013-06-04fix pexpStuart Henderson
2013-06-04A couple of style/comment fixes from FreeBSD, with input fromMike Belopuhov
David Imhoff. No functional change.