summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-02pull in spaces array overflow fixes from dhclientHenning Brauer
the code here is slightly different, but also has the overfow in both cases
2007-03-02when the http read callback changes and some data is still left in theReyk Floeter
input buffer, we call the new callback to handle the remaining data. this change makes sure that we only do this after the read callback was actually changed (read header -> read content, read content -> read header, read chunks...) to avoid a possible loop which could happen in some rare cases.
2007-03-02caret missing, From: "Matthew R. Dempsky" <mrd@alkemio.org>Henning Brauer
2007-03-02and the second use of the spaces array might overflow too, in anotherHenning Brauer
way...
2007-03-02If a syntax error is found past 80 columns, parse_warn accessed memoryHenning Brauer
outside of the `spaces' array when trying to print the caret marker found by "Matthew R. Dempsky" <mrd@alkemio.org>, fix inspired by a.velichinsky@gmail.com. discussed with krw
2007-03-02sort SEE ALSO;Jason McIntyre
2007-03-02fix SEE ALSO;Jason McIntyre
2007-03-02use exact .Nd lines for the various devices;Jason McIntyre
2007-03-02improve the sections on pf rules; ok beckJason McIntyre
2007-03-02Move landisk to hardware floating point. At the moment the FPU context isMiod Vallat
always saved upon context switches, as FPU registers are heavily used for long long computations (don't ask). Gcc default to -m4. Credits to drahn@ otto@ and deraadt@ for feedback and help testing. Upgrade procedure if you don't want to use the damn snapshots: - build and install new kernel, reboot off it - build new gcc, do not install it yet - make includes - install new gcc - build and install lib/csu and lib/libc - make build
2007-03-02Sync rcsnum.c with OpenCVS, from Charles Longeau.Ray Lai
OK niallo@ and xsa@.
2007-03-02strlen fixes from Charles Longeau.Ray Lai
OK moritz@.
2007-03-02Check if group exists before checking if group is local.Ray Lai
OK millert@.
2007-03-02Replace regex(3) routines with simple string searching and comparisonRay Lai
routines. OK millert@.
2007-03-02If a default label has been created with the -d command line option orKenneth R Westerback
the 'D' editor command and has not been written to disk when the user issues the 'q' editor command, ask if the label should be written to disk before exiting.
2007-03-02syncTheo de Raadt
2007-03-02syncTheo de Raadt
2007-03-02MCP65 has no hardware checksum support.Jonathan Gray
Diff from brad after he noticed recent changes in the Linux driver by an NVIDIA employee.
2007-03-01annotate EXAMPLES;Jason McIntyre
2007-03-01minor cleanup for the rest of this page;Jason McIntyre
2007-03-01shrink the list of missing landisk section 4 manpages, more to comeMartin Reindl
2007-03-01tidy up the MESSAGE LOGGING section;Jason McIntyre
2007-03-01missed a comma;Jason McIntyre
2007-03-01some small improvements for the DISTFILES section;Jason McIntyre
2007-03-01sort options/synopsis/usage();Jason McIntyre
from Igor Sobrado
2007-03-01typoMiod Vallat
2007-03-01On the first generation iMac G5 (PowerMac8,1) the fans node is calledMark Kettenis
rpm-fans.
2007-03-01If the kauai is not found in openfirmware, abort the config. ok deraadtDale Rahn
2007-03-01Don't attach sensors and iic(4) if we didn't find any fans.Mark Kettenis
Tickling the SMU when we don't set the fans running is bad since this prevents the fans to spin up automatically causing the machine to overheat.
2007-03-01spell address correctly; ok jmc@ henning@David Krause
2007-03-01first pass at simplifying the language in this page; more to comeJason McIntyre
2007-03-01improve the description of -a. specifically, make it clear thatJason McIntyre
ipsec.conf users do not want to run isakmpd -a unless they are messing with manual flows; closes documentation/5399, from sthen original diff and feedback from sthen ok hshoexer
2007-03-01- use proper log facility and priority in the slave sig handlersOtto Moerbeek
- if the monitor decides to kill the slave, log that ok millert@ moritz@
2007-03-01Set phy / radio softc vars to initial default values.Marcus Glocker
2007-03-01Your spring jumbo m4-fu. This time:Miod Vallat
- mention comp contains an objective-C compiler too. - rewrite InstallPrelude so that it will only output the ``know your drive geometry'' blurb if asked to, and for a specified disk type. Use it for non-IDE and non-SCSI disks only, otherwise the kernel is good enough to do the job without the users' help. - similarily, adapt BootMsgs to make the second part of the geometry blurb optional, and to accept up to three disk types. Use this to report better disk names (i.e. no point saying an scsi disk would show up as sd0 on platforms which can't have scsi disks, or won't be able to boot from them). - in InstallPart4, drop the part about block and fragment sizes in disklabel. The defaults are good, and you won't get to change them unless you switched to expert mode. - the default answer to ``wanna get the ftp mirror list, unzel?'' is ``no'', so pressing enter to get it is not enough anymore (-:
2007-03-01Restore a few generic texts which got lost in last commit and where worthMiod Vallat
keeping.
2007-03-01Wrap a long line.Miod Vallat
2007-03-01Spell ``miniroot'' consistently.Miod Vallat
2007-03-01Remove leftover mention of the 425e being serial only, it's no longer trueMiod Vallat
since a few releases already.
2007-03-01fix emacs pkgnamesSteven Mestdagh
ok pval
2007-03-01read buffer size must be >= max imsg size.Henning Brauer
after release we should revisit this issue, we can probably safely shrink the max imsg size. Valentin Kozamernik in PR5401
2007-03-01be more careful with mixing &/| with &&/||, ok ottoTheo de Raadt
2007-03-01strip off -beta; ok deraadtPeter Valchev
2007-03-01If NLS is disabled, strerror does not print the correct error string.Alexander Bluhm
No binary change with NLS enabled. ok otto millert espie
2007-03-01sort the `match' keywords;Jason McIntyre
2007-03-01tweaks;Jason McIntyre
2007-03-01sync for bpp.4;Jason McIntyre
2007-03-01-with -> -widthJason McIntyre
2007-03-01proper softint treatment (that get missed otherwise); found and tested by ↵Michael Shalayeff
mpf@ on pppoe; drahn@ ok
2007-03-01typos, from raga (raga at comcast dot com)Bjorn Sandell