Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-22 | tweak; ok espie | Jason McIntyre | |
2010-03-22 | Add missing text from license. Originally found in safte(4) in July | Paul de Weerd | |
2005, this was copied around quite a bit. ok jmc@ deraadt@ dlg@ claudio@ grange@ marco@ | |||
2010-03-22 | fix rcs id, from brad | Jonathan Gray | |
2010-03-22 | Put back bnx(4) now that claudio@ has made the driver work on big endian | Miod Vallat | |
systems with page size different than 4KB... 4 months ago. | |||
2010-03-22 | On SGI IP35 systems, get SPD memory records from L1 and attach spdmem to | Miod Vallat | |
decode them when available; tested on Fuel and Origin 350. | |||
2010-03-22 | Split existing spdmem@i2c code into bus-agnostic spd record decoding code, | Miod Vallat | |
and an i2c attachment. No functional change; ok jsg@ deraadt@ | |||
2010-03-22 | Enable PAGEFASTRECYCLE. | Mark Kettenis | |
ok deraadt@, ariane@ | |||
2010-03-22 | add more gnum4 support: regexps do weird things with empty patterns (this | Marc Espie | |
is required for newer autoconf). fix the tokenizer for gnu extensions, allowing digits out of range is ridiculous. add POSIX2008 mkstemp and document it (also documenting that mktemp is safe, not posix...) tidy the manpage, do extra .Nm m4 -> .Nm. okay otto@, miod@, jmc@ | |||
2010-03-22 | clean up the ProgressMeter code, create a specific class if a Term | Marc Espie | |
is around. start using stuff from termcap, specifically, cleareol, and move to hp. use the full line when we can, cram 100% if we can. (this should flicker much less on slow terminals). clean-up the install-and-progress bits to be in progressmeter, this removes some code. have pkg_create follow the same pattern as the others, with a state. This allows us to unify error messages a bit. | |||
2010-03-22 | Various improvements, mainly regarding ERRORS. | Ingo Schwarze | |
* Document EINVAL and EEXIST. * Neither mkstemp nor mkdtemp use lstat, but mktemp does. * Documenting ENOTDIR is useless, it is documented in lstat(2), mkdir(2) and open(2), and it's just one thing out of several that could go wrong. * Refer to lstat(2) instead of stat(2), which is actually used here. * State that two of these functions are standardized in the XPG. * Move the sentence about mkdtemp and mkstemps to the new STANDARDS section. * Get rid of the ugly ".So Li X Sc Ns s", just use "Xs" (suggested by jmc@). tweaks and ok jmc@ millert@ | |||
2010-03-22 | Even though this cannot happen in the diff -r case, | Ingo Schwarze | |
even though diff(1) will exit(3) soon after this mkstemp(3) failure, even though this cannot really leak anything, close the file descriptor as soon as it is not used any more to make correctness of the code more obvious. patch from Igor Zinovik <zinovik dot igor at gmail dot com> on tech@ "looks nice" deraadt@ | |||
2010-03-22 | Dead functions, lint. | Nicholas Marriott | |
2010-03-22 | Reset output functions too when changing client after attaching, to | Nicholas Marriott | |
avoid crash if a command in a sequence after new/attach causes output. | |||
2010-03-22 | paste-buffer should be per pane, from C. Coutinho. | Nicholas Marriott | |
2010-03-22 | Nuke unused variable. | Nicholas Marriott | |
2010-03-22 | Add vi-style "jump" commands for copy mode, from Micah Cowan. | Nicholas Marriott | |
2010-03-22 | Support up, down, left, right movement through panes with -UDLR flags to | Nicholas Marriott | |
select-pane. Also REMOVE the up- and down-pane commands: equivalent behaviour is now available using -t :.+ and -t :.-. | |||
2010-03-22 | Accept a full key match (not a partial) even if there is data left in | Nicholas Marriott | |
the buffer. | |||
2010-03-22 | New input parser based on http://vt100.net/emu/dec_ansi_parser. | Nicholas Marriott | |
2010-03-22 | Read trap registers after setting up the stack frame in the slowtrap handler. | Mark Kettenis | |
This will free up %g4 for tl>0 handling. | |||
2010-03-22 | There is a workaround for a 82599 specific errata that could hang the rx dma | Jonathan Gray | |
unit, it just wasn't called. Problem is present in the FreeBSD driver (but not the Linux one). | |||
2010-03-22 | Use the correct number of max scatter gather segments for 82599, | Jonathan Gray | |
adapted from FreeBSD. | |||
2010-03-22 | Following diff fixes memory leak. `debug' is allocated via asprintf(3) so we | Theo de Raadt | |
need to free it with free(3). from zinovik | |||
2010-03-22 | Do not leak file descriptor `fd' on error path; from zinovik | Theo de Raadt | |
2010-03-22 | report why getgrouplist() failed and for which user, helps with debugging; | Otto Moerbeek | |
ok deraadt@ | |||
2010-03-22 | introduce HAS_MBR and let make define it for the right machines; | Otto Moerbeek | |
requested by miod@; ok miod@ krw@ | |||
2010-03-22 | description of cmpci(4) can be shorter and more consistent with other | Igor Sobrado | |
drivers by using slashes as separator between sound chips. ok jmc@ | |||
2010-03-22 | Add some MLDv2 definitions from FreeBSD. | Jonathan Gray | |
2010-03-22 | make argument check for '-s' cli option and interactive 's' consistent. ok otto@ | lum | |
2010-03-21 | When all tried file names already existed, mktemp(3) returned without | Ingo Schwarze | |
setting errno(2). Behaviour unchanged for mkstemp[s] and mkdtemp. ok guenther deraadt | |||
2010-03-21 | Add some additional Intel CPUID values for recent and upcoming processors. | Jonathan Gray | |
With some additions from sthen@ ok kettenis@ sthen@ | |||
2010-03-21 | Remove some left over debugging code, shaving off two instructions from | Mark Kettenis | |
sun4v_datatrap. | |||
2010-03-21 | let this compile without DIAGNOSTIC; from miod | Theo de Raadt | |
2010-03-21 | add glass console support to the ramdisks; from miod | Theo de Raadt | |
2010-03-21 | another macbook that needs reference voltage for output. | Jacob Meuser | |
problem reported and fix tested by Ted Roby. | |||
2010-03-21 | deal with the possibility of two internal speaker pins, like on | Jacob Meuser | |
macbooks that have a "normal" pair of stereo speakers as well as subwoofer(s). problem reported and fix tested by Ted Roby. | |||
2010-03-21 | Update KL structure definitions to match IP35 use of previously unused fields. | Miod Vallat | |
No functional change yet. | |||
2010-03-21 | Fix widget probe order for BASEIO boards and P-Brick. | Miod Vallat | |
2010-03-21 | Document the new APM_ARCHS variable. | Antoine Jacoutot | |
comments from espie@ naddy@ jasper@ "looks good" jasper@ | |||
2010-03-21 | compute an estimate of how much memory is needed to fsck_ffs the fs | Otto Moerbeek | |
we're about to create and warn the user if this is larger than either physmem or MAXDSIZ; ok deraadt@ krw@ thib@ | |||
2010-03-21 | document -b and -f get their defaults from the disklabel; ok jmc@ | Otto Moerbeek | |
2010-03-21 | remove definitions of VSCSI_DEBUG stuff. they were never used. | David Gwynne | |
2010-03-20 | Allow kernels configurations with bluetooth but no USB to build. | Matthieu Herrb | |
Patch from Sylvestre Gallon. ok miod@, deraadt@. | |||
2010-03-20 | When the length of a single words exceeds the maximum acceptable line | Ingo Schwarze | |
length, rather ignore the right margin than entering an endless loop. Found the hard way in /usr/xenocara/app/fvwm/modules/FvwmM4/FvwmM4.1. | |||
2010-03-20 | Document BROKEN-<arch> | Marc Espie | |
2010-03-20 | move arch(1) to the right directory on the ramdisks; while here, | Igor Sobrado | |
put the link to sbin/sysctl in the right place to let entries being alphabetically sorted again. change reminded by deraadt@ | |||
2010-03-20 | for big (>500G) partitions, move to bigger bocks and fragments in the | Otto Moerbeek | |
label. newfs wil pick that up, and create a filesystems for which you actually have a chanche to run fsck successfuly and before your hair falls out; ok krw@ beck@ deraadt@ | |||
2010-03-20 | Add code to tell Origin 200 and Origin 2000 / Onyx 2 apart. | Miod Vallat | |
Use this to correctly handle the onboard IOC3 chip configuration on O2k (two IOC3 chips to be able to provide four serial ports, and the other subdevices are split accross the two IOC3 chips). | |||
2010-03-20 | wee tweak; | Jason McIntyre | |
2010-03-20 | The newsyslog(8) utility used to keep one archived log file more than | Ingo Schwarze | |
requested; bug reported and patch sent by David Alten. I resolved the problem in a different way, also fixing the following additional issue: When you reduced the "count" in newsyslog.conf(5), the archived logs with higher numbers got orphaned and never deleted. Nic fixed another off-by-one error in this patch, thanks! "I like it; definitely cleaner" DAlten at friedkin dot com ok nicm@ |