Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-02 | pull in spaces array overflow fixes from dhclient | Henning Brauer | |
the code here is slightly different, but also has the overfow in both cases | |||
2007-03-02 | when the http read callback changes and some data is still left in the | Reyk 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-02 | caret missing, From: "Matthew R. Dempsky" <mrd@alkemio.org> | Henning Brauer | |
2007-03-02 | and the second use of the spaces array might overflow too, in another | Henning Brauer | |
way... | |||
2007-03-02 | If a syntax error is found past 80 columns, parse_warn accessed memory | Henning 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-02 | sort SEE ALSO; | Jason McIntyre | |
2007-03-02 | fix SEE ALSO; | Jason McIntyre | |
2007-03-02 | use exact .Nd lines for the various devices; | Jason McIntyre | |
2007-03-02 | improve the sections on pf rules; ok beck | Jason McIntyre | |
2007-03-02 | Move landisk to hardware floating point. At the moment the FPU context is | Miod 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-02 | Sync rcsnum.c with OpenCVS, from Charles Longeau. | Ray Lai | |
OK niallo@ and xsa@. | |||
2007-03-02 | strlen fixes from Charles Longeau. | Ray Lai | |
OK moritz@. | |||
2007-03-02 | Check if group exists before checking if group is local. | Ray Lai | |
OK millert@. | |||
2007-03-02 | Replace regex(3) routines with simple string searching and comparison | Ray Lai | |
routines. OK millert@. | |||
2007-03-02 | If a default label has been created with the -d command line option or | Kenneth 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-02 | sync | Theo de Raadt | |
2007-03-02 | sync | Theo de Raadt | |
2007-03-02 | MCP65 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-01 | annotate EXAMPLES; | Jason McIntyre | |
2007-03-01 | minor cleanup for the rest of this page; | Jason McIntyre | |
2007-03-01 | shrink the list of missing landisk section 4 manpages, more to come | Martin Reindl | |
2007-03-01 | tidy up the MESSAGE LOGGING section; | Jason McIntyre | |
2007-03-01 | missed a comma; | Jason McIntyre | |
2007-03-01 | some small improvements for the DISTFILES section; | Jason McIntyre | |
2007-03-01 | sort options/synopsis/usage(); | Jason McIntyre | |
from Igor Sobrado | |||
2007-03-01 | typo | Miod Vallat | |
2007-03-01 | On the first generation iMac G5 (PowerMac8,1) the fans node is called | Mark Kettenis | |
rpm-fans. | |||
2007-03-01 | If the kauai is not found in openfirmware, abort the config. ok deraadt | Dale Rahn | |
2007-03-01 | Don'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-01 | spell address correctly; ok jmc@ henning@ | David Krause | |
2007-03-01 | first pass at simplifying the language in this page; more to come | Jason McIntyre | |
2007-03-01 | improve the description of -a. specifically, make it clear that | Jason 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 handlers | Otto Moerbeek | |
- if the monitor decides to kill the slave, log that ok millert@ moritz@ | |||
2007-03-01 | Set phy / radio softc vars to initial default values. | Marcus Glocker | |
2007-03-01 | Your 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-01 | Restore a few generic texts which got lost in last commit and where worth | Miod Vallat | |
keeping. | |||
2007-03-01 | Wrap a long line. | Miod Vallat | |
2007-03-01 | Spell ``miniroot'' consistently. | Miod Vallat | |
2007-03-01 | Remove leftover mention of the 425e being serial only, it's no longer true | Miod Vallat | |
since a few releases already. | |||
2007-03-01 | fix emacs pkgnames | Steven Mestdagh | |
ok pval | |||
2007-03-01 | read 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-01 | be more careful with mixing &/| with &&/||, ok otto | Theo de Raadt | |
2007-03-01 | strip off -beta; ok deraadt | Peter Valchev | |
2007-03-01 | If 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-01 | sort the `match' keywords; | Jason McIntyre | |
2007-03-01 | tweaks; | Jason McIntyre | |
2007-03-01 | sync for bpp.4; | Jason McIntyre | |
2007-03-01 | -with -> -width | Jason McIntyre | |
2007-03-01 | proper softint treatment (that get missed otherwise); found and tested by ↵ | Michael Shalayeff | |
mpf@ on pppoe; drahn@ ok | |||
2007-03-01 | typos, from raga (raga at comcast dot com) | Bjorn Sandell | |