summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-12better error reporting/job handling error:Marc Espie
- systematically reorder jobs based on who did output last, so that the last job to output is *first* to output again. - better reaction to errors: any job that outputs is checked for termination directly, and the Error message is printed right afterwards. - better error messages, giving more useful information in -j mode.
2008-01-12new function: lstRequeue, to be used by the job handlerMarc Espie
2008-01-12document the max size of FFS and FFS2 file systems plus some rewording;Otto Moerbeek
with and ok jmc@
2008-01-12Fix mod_status XSS CVE-2007-6388:Martynas Venckus
A flaw was found in the mod_status module. On sites where mod_status is enabled and the status pages were publicly accessible, a cross-site scripting attack is possible. Note that the server-status page is not enabled by default and it is best practice to not make this publicly available. Fix mod_imap XSS CVE-2007-5000: A flaw was found in the mod_imap module. On sites where mod_imap is enabled and an imagemap file is publicly available, a cross-site scripting attack is possible. ok miod@
2008-01-11Fall back on using SERDES if MDI0/MDI1 bits aren't set too. Fix PCS handling.Mark Kettenis
Makes the onboard fiber gem(4) in the Sun Fire V880 work. tested by many; ok dlg@
2008-01-11Remove one level of epicycles by not looping in get_size() orKenneth R Westerback
get_offset() when the user enters an invalid value. Just abort the partition operation and return to the main prompt. Prevents users getting trapped because they don't know about ^D. Requested by deraadt@. Tweak an error message to remove ambiguity about what 'between x and y' means.
2008-01-11add a note about shell built-ins;Jason McIntyre
2008-01-11providing MLINKS for shell builtins makes little sense: what we had was outJason McIntyre
of date for ever (no ksh builtins), and since we have two shells, pointing to one page or the other is never going to work; so remove MLINKS for csh(1); the cd(1) and wait(1) pages (also builtins); and update any trailing Xr's; please, there are tools like whence, man, and locate for finding this stuff; ok deraadt miod
2008-01-11Don't allow (a)dd or (m)odify to create 0 length partitions. Don'tKenneth R Westerback
allow editing the fsize/bsize FFS values for FS_UNUSED partitions. ok (for at least the first bit) miod@ weingart@ beck@
2008-01-11rename snmp context type enum elementsReyk Floeter
2008-01-11regenJonathan Gray
2008-01-11Turns out the id I thought was both CX700/VX700 IDE was only for VX700,Jonathan Gray
so rename it and add a CX700 id. Tweaked version of a diff from dtrombley@dslindiana.com who tested with a board with the new id.
2008-01-11regenJonathan Gray
2008-01-11Some additional Intel devices from submitted dmesgs.Jonathan Gray
2008-01-11cleanup: make -> ${MAKE} consistenly.Marc Espie
zap extra subshells. okay miod@
2008-01-11disable unused functionsCharles Longeau
initially from tobias@, but disabled them by placing them in "#ifdef notyet" which was asked by djm@ ok djm@ tobias@
2008-01-11compute transfer rate using 64-bit arithmetic, ok sthen@ millert@Otto Moerbeek
2008-01-11regenBrad Smith
2008-01-11Add the Broadcom 10Gb controller PCI id, BCM57710.Brad Smith
From the Linux -mm kernel tree. ok dlg@
2008-01-10instead of showing { love }, fix the macro do use the do { ... } while (0) ↵Theo de Raadt
construct; ok kettenis marco
2008-01-10Fix {}Marco Peereboom
ok kettenis
2008-01-10kill trailing whitespace;Jason McIntyre
2008-01-10punctuation fix;Jason McIntyre
2008-01-10Fix spelloMarco Peereboom
ok kettenis
2008-01-10fix stupid typo in grouping, make PWD work correctly again.Marc Espie
Found out by Christian Ehrhardt.
2008-01-10This file is in the public domain. ok deraadt@Kjell Wooding
2008-01-10Greatly improve this man page. ok jmc@Kjell Wooding
2008-01-10No need to disklabel -W before disklabel -B, -W will do it for us.Miod Vallat
2008-01-10List the MSTSDISC line discipline.Marc Balmer
2008-01-10more testsTobias Stoeckmann
2008-01-10Make it easier to test local and remote setups by adding a Makefile varTobias Stoeckmann
called MYCVSROOT (just to make sure noone thinks it is 'CVSROOT', -d is still needed).
2008-01-10extend already available regress testsTobias Stoeckmann
2008-01-10Synced rlog's usage checks and with rtag. Also unbreaks rtag and rlog withTobias Stoeckmann
GNU cvs on server-side.
2008-01-10various fixes for remote commands (right now we support rlog and rtag)Tobias Stoeckmann
2008-01-10Added support for rtag in local and remote setups (with interoperabilityTobias Stoeckmann
with GNU cvs). Basically we already had rtag in place as tag is supposed to work with revisions in working directory, but our implementation was wrong. Fixed that on the fly as well.
2008-01-10regenThordur I. Bjornsson
2008-01-10Add some more Intel 10G PCIe entries.Thordur I. Bjornsson
From Intel's ixgbe driver. ok dlg@
2008-01-10just for the record: I HATE LogTobias Stoeckmann
2008-01-10gigE -> GigEBrad Smith
ok dlg@
2008-01-101000baseTX -> 1000baseTBrad Smith
ok dlg@
2008-01-10mention the ATI SB700 chipset.Brad Smith
ok dlg@
2008-01-10mention the NVIDIA MCP77/79 chipsets.Brad Smith
ok dlg@
2008-01-10Adjust value to proper GNU cvs output (and OpenCVS now, too)Tobias Stoeckmann
2008-01-10Damnit, I should avoid this nasty Log word in a comment ...Tobias Stoeckmann
2008-01-10Make cvs_file_classify more readable.Tobias Stoeckmann
"Be especially careful with this one" joris@
2008-01-10xmalloc + memset -> xcallocTobias Stoeckmann
2008-01-10another strcspn() roundTobias Stoeckmann
2008-01-10rcs_getrev is gone: zap prototype, too.Tobias Stoeckmann
2008-01-10Simply the use of cmdp and cvs_command by zapping cvs_command and workingTobias Stoeckmann
solely with cmdp. This remedies some reliability issues with invalid commands supplied and also fixes a GNU cvs style incompatibility with release command. > Based on patch from Igor Zinovik
2008-01-10cvs_mkpath missed to add all "yet to be added" directories into CVS/Entries,Tobias Stoeckmann
thus making further access to these subdirectories rather difficult.