summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-06replace strl* overload and xstrdup() misuse by xsnprintf();Xavier Santolaria
OK joris@.
2007-02-06feed bsdsrc/objdir and makeobjdir in cross-env allowing make obj and the ↵Michael Shalayeff
like to work on random directories; found w/ rainerx0r; drahn@ ok
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
right now that are supposed to be atomic with respect to interrupts and SMP: atomic_setbits_int and atomic_clearbits_int. All architectures other than i386 and amd64 get dummy implementations since at first we'll be replacing operations that are done with "a |= bit" and "a &= ~bit" today. More proper implementations will follow kettenis@, miod@ ok
2007-02-06fix typo.Pierre-Yves Ritschard
ok reyk@
2007-02-06note that SKIPDIR paths are relative to BSDSRCDIR;Jason McIntyre
from Brian A. Seklecki
2007-02-06document the `+' interactive command more fully;Jason McIntyre
help/ok otto
2007-02-06remove -j from usage();Jason McIntyre
2007-02-06sort options;Jason McIntyre
2007-02-06fix a bug when enabling a service that has no backup table.Pierre-Yves Ritschard
ok reyk@
2007-02-06Change the behaviour of tun(4) on close.Claudio Jeker
- if the interface was auto-created by opening a /dev/tun* device it will auto-destroy on close. This is comparable to ifconfig tun0 destroy and will remove all routes and addresses associated with the interface. - if the interface was created by ifconfig(8) or hostname.if(5) the interface is persistent -- it is just marked as not running. Especially routes are no longer removed when the interface is closed. This is useful for static setups like the server side of a ssh vpn or static qemu session. This behaviour is more logic then the half done cleanup that is currently done. OK mpf@
2007-02-06update some more debug messages and fix typos. also remove some extraReyk Floeter
debug noise from ssl.c.
2007-02-06now that check_http_code, check_http_digest and check_send_expect arePierre-Yves Ritschard
in check_tcp.c, prototype them in check_tcp.c ok reyk@
2007-02-06declare the function ssl_error() globallyReyk Floeter
2007-02-06change fatal message to know where it happenedReyk Floeter
2007-02-06remove an unused variable.Pierre-Yves Ritschard
ok reyk@
2007-02-06inform hoststatectl monitor of ruleset changes and table syncs.Pierre-Yves Ritschard
ok reyk@
2007-02-06Compact help screen a bit so it fits in 24 lines again. Based on aOtto Moerbeek
diff from Mark Lumsden.
2007-02-06add macros describing the ports interrupt status, interrupt enable, taskDavid Gwynne
file descriptor, sata control, and sata error registers. some %b fmt strings are sprinkled around so i can read all this goo better as well.
2007-02-06De-register. No object code change.Kenneth R Westerback
From Bret Lambert.
2007-02-05Map the pci space registers, so that the MEMORY enable gets turned on,Dale Rahn
otherwise if openfirmware has not touched the device yet, the kernel faults on the alternate mappings that are created. ok dlg@
2007-02-05Oops, forgot to commit these files when adding md mutex code; spotted by nick@Miod Vallat
2007-02-04Add zyd to cd ramdisksJonathan Gray
ok deraadt@
2007-02-04upgrade documentation so it reflects the way MakeMaker currently fillsMarc Espie
the test framework. okay millert@
2007-02-04Complain of the user specifies a negative number for the 's' command.Otto Moerbeek
From Mark Lumsden.
2007-02-04Introducing the '+' interactive command to reset all filters.Otto Moerbeek
From Mark Lumsden. ok millert@ deraadt@ simon@
2007-02-04Two libevent fixes from the SVN repo:Todd C. Miller
allow gotsig to terminate active event loop and evbuffer_find fix. OK brad@ pyr@
2007-02-04back-out extra commitMarc Espie
2007-02-04Use the right HEADNAME. Sometimes compiler warnings should not beOtto Moerbeek
ignored. ok xsa@ joris@
2007-02-04actully use a default value when we say so. from Mark LumsdenOtto Moerbeek
2007-02-04long and long long is not the same on 32 bits archsOtto Moerbeek
2007-02-04Update to sendmail-8.14.0. OK mbalmer@Todd C. Miller
2007-02-04protect `normal' installs against archive burps.Marc Espie
2007-02-04streamline messages for interactive mode, no need to repeat the same listMarc Espie
twice.
2007-02-04Correctly fake dinode for the FFS2 case in handle_workitem_freeblocks()Pedro Martelletto
Okay millert@
2007-02-04dont bother trying to parse empty lines as dates.Joris Vink
cuts away some cpu time. from Tobias Ulmer, thanks a million!
2007-02-03Make comment match code. ok pedroAlexander Bluhm
2007-02-03in decide_address_family(), only limit a rule to a specific address familyDaniel Hartmeier
when ALL entries have this specific AF (when even just one entry has no specific AF, use any). found by Maurice Janssen, ok henning@
2007-02-03statfs(2) and fstatfs(2) are one and the same, so don;t add both to SEE ALSO;Jason McIntyre
2007-02-03Save and restore not only scale, but ibase as well. Problem noted myOtto Moerbeek
Karel Kulhavy.
2007-02-03merge tcp-based checks into one file, no functional changesReyk Floeter
ok pyr@
2007-02-03Simple single-processor mutex implementation, simpler than the MI code byMiod Vallat
use of MD spl code bowels. No functional change.
2007-02-03use .Ex;Jason McIntyre
2007-02-03document accton(8); ok ajacoutotJason McIntyre
2007-02-03document accounting=; ok ajacoutotJason McIntyre
2007-02-03use .Ex;Jason McIntyre
2007-02-03point to weekly(8);Jason McIntyre
ok/help ajacoutot
2007-02-03Xr for crontab;Jason McIntyre
2007-02-03Don't spoof an msdosfs partition if it claims to start after the endKenneth R Westerback
of the disk. Fixes the creation of spurious 'i' partitions on new iPod Shuffle. And other devices with no MBR, just a FAT32 filesystem. Pointed out most recently by Stephan A. Rickauer for his sixth generation, clip-on iPod shuffle. Fix tested by Stephan. ok pedro@ tom@ miod@ 'nice' deraadt@
2007-02-03remove varying parts from generated configure info:Marc Espie
- ap_snprintf can grab needed types from stdint.h - expat-lite can grab byte-order from system includes. no breakage in modules in the ports tree. work by me and millert@, ok miod@.
2007-02-03wait for hoststated to become available in monitor mode.Reyk Floeter
ok pyr@