Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-29 | It helps to commit removals from the tree that has the files cvs removed | Claudio Jeker | |
instead of one where they where just empty. Figured out by art@ | |||
2007-05-29 | s/entrace/entrance (not obvious that the code was cut/paste =) | Jason Wright | |
2007-05-29 | otto would prefer only displaying one digit after decimal for refresh rate | Ted Unangst | |
2007-05-29 | Make stimeout a debug print. It has no value for users to see it. | Marco Peereboom | |
prompted by deraadt ok dlg | |||
2007-05-29 | start of dumpconf() unification, which one day we can pray will be MI | Theo de Raadt | |
(and part of setroot); ok miod | |||
2007-05-29 | now i get my hands dirty in here... from if_ethersubr.c: | Henning Brauer | |
there was code inside #if NPF > 0 to prevent feeding back the mbuf do looutput if we are on simplex interfaces and the packet has been routed by pf, which can lead to a loop in weird corner cases. apparently nobody triggered these cases in ages, since pf.h was not included and thus NPF not defined and thus this code not compiled. | |||
2007-05-29 | Remove watch_cnt in preparation for my bigger patch that makes sensorsd | Constantine A. Murenin | |
usable by default, where we will monitor all sensors that automatically provide status, and this watch_cnt won't make much sense. Besides, upon startup, sensorsd already shows all sensors that it is going to monitor, making this watch_cnt rather unimportant. ok henning@ | |||
2007-05-29 | Panic if the locker is self. | Dale Rahn | |
2007-05-29 | there was code inside | Henning Brauer | |
#if NPF > 0 to prevent feeding back the mbuf do looutput if we are on simplex interfaces and the packet has been routed by pf, whch can lead to a loop in weird corner cases. apparently nobody triggered these cases in ages, since pf.h was not included and thus NPF not defined and thus this code not compiled. ok theo | |||
2007-05-29 | oops; | Jason McIntyre | |
2007-05-29 | zap token ring bits; ok claudio | Jason McIntyre | |
2007-05-29 | set UDCF_DEBUG to 1 when USB_DEBUG is defined. | Marc Balmer | |
ok mjc | |||
2007-05-29 | put the reload imsg types in right now. it makes my life easier. | Pierre-Yves Ritschard | |
2007-05-29 | Die Die Die wt. | Kenneth R Westerback | |
2007-05-29 | when mount -f'ing a dirty filesystem, do not clear the unclean flag, | Otto Moerbeek | |
the fs remains dirty. ok pedro@ | |||
2007-05-29 | do not start relay processes when no L7 load balancing is needed. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-05-29 | take a lot more stuff out of userland namespace (sysctl cared about ksensor ↵ | Theo de Raadt | |
use); ok tedu | |||
2007-05-29 | Change getnewbuf from taking lots of sleep arguments and then doing magic | Artur Grabowski | |
with them and trying to pass an error back after sleep, to just fail with NULL and let the caller wait for buffers. Introduce buf_wait() that does all the sleep magic and use buf_wait in the getnewbuf callers where it matters. pedro@ beck@ ok | |||
2007-05-29 | Remove trapwrite(), which was only used by 80386. | Tom Cosgrove | |
Prompted by miod@, thanks. | |||
2007-05-29 | FFS2-aware code for ffs_sbupdate() and ffs_reload(). | Pedro Martelletto | |
Okay otto@ millert@ krw@ beck@ thib@ | |||
2007-05-29 | Remove option I386_CPU; prompted by jmc@, thanks. | Tom Cosgrove | |
2007-05-29 | Add shutdownhook for all disciplines | Marco Peereboom | |
2007-05-29 | remove -j from SYNOPSIS and usage(); it's deprecated and already | Jason McIntyre | |
documented in STANDARDS; ok otto | |||
2007-05-29 | Stray reference in a comment to the dear departed wt. | Kenneth R Westerback | |
2007-05-29 | Bring in some changes from rcsdiff: | Ray Lai | |
1. Replace all the e*alloc functions with the x*alloc versions. 2. Whitespace syncs according to style. 3. Remove the __inline stuff. 4. Remove the min/max functions, using the MAX/MIN macros instead. OK millert@ | |||
2007-05-29 | Move tokenring support to the attic where it can join the cards that where | Claudio Jeker | |
decomissioned aeon ago. We will not miss it at all. OK dlg@ henning@ and a lot of cheers by other in the room | |||
2007-05-29 | Define IF_ENQUEUE() and friends as proper C statements using do ... while | Uwe Stuehler | |
ok henning | |||
2007-05-29 | Remove support for 80386 processors. Apologies if you have one of | Tom Cosgrove | |
the rare 80386-bases system with enough memory, a 387 FPU, a useable disk subsystem, and the patience to wait for it to unpack the distribution .tgz files. approval from art@ and many others (esp. nick@); ok deraadt@ | |||
2007-05-29 | Use atomic operations to operate on netisr, instead of clearing it at splhigh. | Miod Vallat | |
This changes nothing on legacy architectures, but is a bit faster (and simpler) on the interesting ones. | |||
2007-05-29 | Beef up malo_hexdump() to emulate hexdump -C output. Helps to see hidden | Claudio Jeker | |
agendas in buffers that stupidly encode numbers as strings so that we need to parse them in the kernel as seen on che(4). OK mglocker@ | |||
2007-05-29 | the MSIZE mbuf constant moved from MD param.h to MI param.h | David Krause | |
ok deraadt@ millert@ | |||
2007-05-29 | gain another 5+% in ip forwarding performance. | Henning Brauer | |
boring details: skip looking for ipsec tags and descending into ip_spd_lookup if there are no ipsec flows, except in one case in ip_output (spotted by markus) where we have to if we have a pcb. ip_spd_lookup has the shortcut already, but there is enough work done before so that skipping that gains us about 5%. ok theo, markus | |||
2007-05-29 | missing couple of #ifdef DIAGNOSTIC and style nits from art@ | Bob Beck | |
2007-05-29 | when producing a v1 label, set the version!!!! | Otto Moerbeek | |
2007-05-29 | add a new check method which allows to run external scripts/programs | Reyk Floeter | |
for custom evaluations. pyr agrees to put it in now but to do some improvements of the timeout handling later. | |||
2007-05-29 | Fix bus_dmamap_sync size argument. | Alexander Yurchenko | |
2007-05-29 | use the right capitalization for `EBus' and `SBus' | Igor Sobrado | |
ok jmc@ | |||
2007-05-29 | Kill stale comment | Marco Peereboom | |
2007-05-29 | Fix race in sync code. | Marco Peereboom | |
2007-05-29 | Collapse the __partition_u1 union in struct disklabel, | Thordur I. Bjornsson | |
keep p_cpg around since its need. remove p_sgs. ok otto@,krw@ | |||
2007-05-29 | Nuke the predefined vattr, it was only used for !DIAGNOSTIC, | Thordur I. Bjornsson | |
this shrinks the i386 RAMDISK a bit. (Using the predefined vattr for GENERIC meant a growth of 416bytes without any measurable perfomance gain). ok krw@, art@ | |||
2007-05-29 | sync | Theo de Raadt | |
2007-05-29 | a `number' is a certain combination of `digits'; | Igor Sobrado | |
`/etc/mail/localhost.cf' does not has RFC 2476 support disabled by default ok jmc@ and millert@ | |||
2007-05-29 | slightly more descriptive names. | Marc Espie | |
2007-05-29 | in checksum creation, allow $base to be undef. | Marc Espie | |
This allows us to always compute checksums based on $self->fullname, so as a result, we no longer need to pass as many parameters around. Small negative side-effect: the method names no longer reflect reality well, they will need renaming at some point... | |||
2007-05-29 | note some flags which differ in behaviour from posix; | Jason McIntyre | |
suggested by millert | |||
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre | |
- note which options are extensions to POSIX discussed w/ deraadt otto millert | |||
2007-05-29 | move code a bit, in preparation for multiple handles in an UpdateSet. | Marc Espie | |
2007-05-29 | rely on packing-lists knowing where they live, much saner. | Marc Espie | |
2007-05-29 | TAILQ_LAST takes two arguments. | Pierre-Yves Ritschard | |