summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-18StyleAleksander Piotrowski
ok joris@
2005-05-18Do not compile the screen burner code if SMALL_KERNEL, helps floppies.Miod Vallat
ok deraadt@
2005-05-18s/Lorian/Lorien/Jason McIntyre
from fabio olive leite; and if you are a lotr fan, i don't want to hear from you that this commit is wrong, unless you have a piece of paper signed by god.
2005-05-18build a local copy of the client's source tree when acting as a server.Joris Vink
more server stuff coming soon! ok jfb@, xsa@
2005-05-18remove certpatch(8) stuff;Jason McIntyre
ok hshoexer@
2005-05-18bye byeHans-Joerg Hoexer
2005-05-18bye byeHans-Joerg Hoexer
2005-05-18there's no need for certpatch anymore, so remove itHans-Joerg Hoexer
ok markus some time ago
2005-05-18don't initialize bbp registers with values in eeprom. some adapters seemDamien Bergamini
to have problems with that. noticed by Andrey Matveev.
2005-05-18allow payload types 20 and 21 for nat-tHans-Joerg Hoexer
ok ho
2005-05-18recognize more ike payload typesHans-Joerg Hoexer
ok cloder ho
2005-05-18Rework the single step implementation; mostly delaying breakpointMiod Vallat
removal so that single stepping delay slots work. Also added the ability to single step through system calls (which cause an implicit branch if successfull). works for me, "looks ok" kettenis@
2005-05-18Make test(1) usage consistent when testing a variable that may not be set.Todd C. Miller
OK deraadt@
2005-05-18wchar_t is a native C++ type, gcc picks its definition from elsewhere,Marc Espie
so do not redefine it. Found out by the quite picky fixinc in recent gcc. okay millert@, kettenis@
2005-05-18o move sysctl and mixerctl parsing into a subroutine instead of a subshellTodd C. Miller
o update resource limits if kern.maxproc or kern.maxfiles is changed
2005-05-18add `dir' arg in release cmd synopsis;Xavier Santolaria
2005-05-18fix error message; ok ianJared Yanovich
2005-05-18max-src-states typo; ok henning@David Krause
2005-05-17under some circunstances, unp_scan() can call unp_mark() with a null pointer,Federico G. Schwindt
so check fp before dereferencing it; fixes a crash found by hshoexer@ with input from art@, art@ millert@ deraadt@ ok.
2005-05-17add testMarc Espie
2005-05-17gnu m4 mode does not heed end of lines.Marc Espie
2005-05-17remove spurious bpf_mtap (I think it's leftover debugging code from a year ago)Jason Wright
2005-05-17- check return from write(2) so we KNOW the data is on the diskJason Wright
- remove unneeded variables - add missing includes ok deraadt
2005-05-17Need to find a way to detect if fw supports disabling hold of timers beforeMarco Peereboom
this can go in. Calling it this way crashes fw when io is ran to multiple logical disks
2005-05-17enable `release' command; tested & ok joris@.Xavier Santolaria
2005-05-17.Xr pfsync 4 ,Jason McIntyre
from freebsd -r1.7 glebius@
2005-05-17syncTheo de Raadt
2005-05-17update FILES;Jason McIntyre
2005-05-17- describe start up betterJason McIntyre
- note that greylisting does stutter slightly - make clear role of spamdb and spamd.conf - few minor tweaks ok beck@
2005-05-17basic update code, needs more work; ok joris@.Xavier Santolaria
2005-05-17no need to use Rs/Re for a url;Jason McIntyre
no full stop to aid cut and paste; decided after mail from jim razmus, via nick;
2005-05-17- add epic(4)Brad Smith
- add ep(4) to RAMDISK_CD
2005-05-17add epic(4) under the untested section.Brad Smith
ok martin@
2005-05-16add epic(4)Brad Smith
2005-05-16PT_WCOOKIE is available on sparc64 too.Miod Vallat
2005-05-16- improve option descriptionsJason McIntyre
- note expected format of "key" - note that date -r may help understand spamdb output - spacing ok beck@
2005-05-16add epic(4)Brad Smith
2005-05-16check return value from strdelim() for NULL (AddressFamily); mpechMarkus Friedl
2005-05-16Do not call out mkdir -p, but reuse the code from mkdir(1).Marc Espie
Removes the possibility of nasty stuff happening thanks to unquoted arguments in system(1). Also plug a small memory leak. Problems noticed by Lionel Fourquaud. okay millert@, deraadt@
2005-05-16Mention no more PT_[GS]ETFPREGS on m88k.Miod Vallat
2005-05-16add a newline hereBrad Smith
2005-05-16Remove PT_[GS]ETFPREGS and struct fpreg, as we have no real floating pointMiod Vallat
registers, and the floating point control registers are savec in the reg structure.
2005-05-16remove testsJakob Schlyter
2005-05-16remove testsJakob Schlyter
2005-05-16remove an extra delay in rf register initReyk Floeter
2005-05-16knfTheo de Raadt
2005-05-16Use cardbus_matchbyid().Brad Smith
ok millert@ jsg@
2005-05-15no need to install and checksum *.ipk since *bsd* will already catch itDavid Krause
ok deraadt@
2005-05-15Update style recommendation around NULL usage, especially in functionKenneth R Westerback
parameters, after discussions a while ago with mickey@, deraadt@, millert@. Verbiage by millert@, ok millert@.
2005-05-15syncTheo de Raadt