Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-06 | replace strl* overload and xstrdup() misuse by xsnprintf(); | Xavier Santolaria | |
OK joris@. | |||
2007-02-06 | feed 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-06 | Add machine/atomic.h to all architectures and define two operations | Artur 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-06 | fix typo. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-02-06 | note that SKIPDIR paths are relative to BSDSRCDIR; | Jason McIntyre | |
from Brian A. Seklecki | |||
2007-02-06 | document the `+' interactive command more fully; | Jason McIntyre | |
help/ok otto | |||
2007-02-06 | remove -j from usage(); | Jason McIntyre | |
2007-02-06 | sort options; | Jason McIntyre | |
2007-02-06 | fix a bug when enabling a service that has no backup table. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-02-06 | Change 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-06 | update some more debug messages and fix typos. also remove some extra | Reyk Floeter | |
debug noise from ssl.c. | |||
2007-02-06 | now that check_http_code, check_http_digest and check_send_expect are | Pierre-Yves Ritschard | |
in check_tcp.c, prototype them in check_tcp.c ok reyk@ | |||
2007-02-06 | declare the function ssl_error() globally | Reyk Floeter | |
2007-02-06 | change fatal message to know where it happened | Reyk Floeter | |
2007-02-06 | remove an unused variable. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-02-06 | inform hoststatectl monitor of ruleset changes and table syncs. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-02-06 | Compact help screen a bit so it fits in 24 lines again. Based on a | Otto Moerbeek | |
diff from Mark Lumsden. | |||
2007-02-06 | add macros describing the ports interrupt status, interrupt enable, task | David 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-06 | De-register. No object code change. | Kenneth R Westerback | |
From Bret Lambert. | |||
2007-02-05 | Map 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-05 | Oops, forgot to commit these files when adding md mutex code; spotted by nick@ | Miod Vallat | |
2007-02-04 | Add zyd to cd ramdisks | Jonathan Gray | |
ok deraadt@ | |||
2007-02-04 | upgrade documentation so it reflects the way MakeMaker currently fills | Marc Espie | |
the test framework. okay millert@ | |||
2007-02-04 | Complain of the user specifies a negative number for the 's' command. | Otto Moerbeek | |
From Mark Lumsden. | |||
2007-02-04 | Introducing the '+' interactive command to reset all filters. | Otto Moerbeek | |
From Mark Lumsden. ok millert@ deraadt@ simon@ | |||
2007-02-04 | Two 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-04 | back-out extra commit | Marc Espie | |
2007-02-04 | Use the right HEADNAME. Sometimes compiler warnings should not be | Otto Moerbeek | |
ignored. ok xsa@ joris@ | |||
2007-02-04 | actully use a default value when we say so. from Mark Lumsden | Otto Moerbeek | |
2007-02-04 | long and long long is not the same on 32 bits archs | Otto Moerbeek | |
2007-02-04 | Update to sendmail-8.14.0. OK mbalmer@ | Todd C. Miller | |
2007-02-04 | protect `normal' installs against archive burps. | Marc Espie | |
2007-02-04 | streamline messages for interactive mode, no need to repeat the same list | Marc Espie | |
twice. | |||
2007-02-04 | Correctly fake dinode for the FFS2 case in handle_workitem_freeblocks() | Pedro Martelletto | |
Okay millert@ | |||
2007-02-04 | dont bother trying to parse empty lines as dates. | Joris Vink | |
cuts away some cpu time. from Tobias Ulmer, thanks a million! | |||
2007-02-03 | Make comment match code. ok pedro | Alexander Bluhm | |
2007-02-03 | in decide_address_family(), only limit a rule to a specific address family | Daniel 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-03 | statfs(2) and fstatfs(2) are one and the same, so don;t add both to SEE ALSO; | Jason McIntyre | |
2007-02-03 | Save and restore not only scale, but ibase as well. Problem noted my | Otto Moerbeek | |
Karel Kulhavy. | |||
2007-02-03 | merge tcp-based checks into one file, no functional changes | Reyk Floeter | |
ok pyr@ | |||
2007-02-03 | Simple single-processor mutex implementation, simpler than the MI code by | Miod Vallat | |
use of MD spl code bowels. No functional change. | |||
2007-02-03 | use .Ex; | Jason McIntyre | |
2007-02-03 | document accton(8); ok ajacoutot | Jason McIntyre | |
2007-02-03 | document accounting=; ok ajacoutot | Jason McIntyre | |
2007-02-03 | use .Ex; | Jason McIntyre | |
2007-02-03 | point to weekly(8); | Jason McIntyre | |
ok/help ajacoutot | |||
2007-02-03 | Xr for crontab; | Jason McIntyre | |
2007-02-03 | Don't spoof an msdosfs partition if it claims to start after the end | Kenneth 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-03 | remove 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-03 | wait for hoststated to become available in monitor mode. | Reyk Floeter | |
ok pyr@ |