Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-30 | add regress tests for dynamic, bypass, deny and the macros. | Reyk Floeter | |
inspired my markus last commit, ok hshoexer@ | |||
2006-03-30 | For correct operation, ospfd needs net.inet.ip.forwarding=1 so add a | Claudio Jeker | |
caveat about that. help jmc@ OK norby@ | |||
2006-03-30 | Add a warning about "fib-update no" similar to the fib decouple description | Claudio Jeker | |
in ospfctl(8). help jmc@ OK norby@ | |||
2006-03-30 | allow specification of outer local ips in flows (SADB_EXT_ADDRESS_SRC); ok ↵ | Markus Friedl | |
hshoexer, reyk | |||
2006-03-30 | document -encap. ok claudio@ | Hans-Joerg Hoexer | |
2006-03-30 | If an address family is specified do not print IPSec "routes". Additionally | Claudio Jeker | |
add a -encap option to show only the IPSec part. OK hshoexer@, henning@ | |||
2006-03-30 | Prevent duplicate log messages when privsep=yes; ok djm@ | Darren Tucker | |
2006-03-30 | Correctly handle truncated files while converting keys; ok djm@ | Darren Tucker | |
2006-03-30 | add percent escape chars to the IdentityFile option, bz #1159 based | Damien Miller | |
on a patch by imaging AT math.ualberta.ca; feedback and ok dtucker@ | |||
2006-03-30 | replace {GET,PUT}_XXBIT macros with functionally similar functions, | Damien Miller | |
silencing a heap of lint warnings. also allows them to use __bounded__ checking which can't be applied to macros; requested by and feedback from deraadt@ | |||
2006-03-30 | Minor cleanup and start using rmx_refcnt to show the refcount instead of 0. | Claudio Jeker | |
OK henning@ | |||
2006-03-30 | Really ignore sendpipe, recvpipe, rtt, rttvar, etc. in route(8) instead of | Claudio Jeker | |
passing these values to the kernel where they get ignored anyway. OK henning@ | |||
2006-03-30 | In sysctl_dumpentry() pass the rt_refcnt by overloading rmx_rttvar. | Claudio Jeker | |
This new rmx_refcnt can be used by route(8) to produce the same output as netstat(1). OK henning@ | |||
2006-03-30 | ARGSUSED for dispatch table-driven functions | Damien Miller | |
2006-03-30 | Spelling in comment. | Claudio Jeker | |
2006-03-30 | Fix a bzero() misuse; ok otto@ deraadt@ | Patrick Latifi | |
2006-03-30 | introduce a way to free the base. | Brad Smith | |
From libevent CVS | |||
2006-03-30 | Add rlog -r[REV1][:][REV2] support | Ray Lai | |
From Pierre-Yves Ritschard. OK niallo@ | |||
2006-03-30 | - Comment fixes. | Ray Lai | |
- int rcsnum_cpy() -> void rcsnum_cpy(). - Check for overflow in rcsnum_cpy(). OK niallo@ | |||
2006-03-30 | Document 'F' as an answer to fsck, okay deraadt@ jolan@ | Pedro Martelletto | |
2006-03-30 | when asking y or n, accept "F" which forces yes from the on. i have | Theo de Raadt | |
wished for this for 10+ year, but always forgotten to make the change after cleaning up a nasty file system; ok pedro millert | |||
2006-03-29 | Use sysctl to get information about encap routes (aka ipsec). Now | Hans-Joerg Hoexer | |
you see something actually useful... requested by and ok henning@ | |||
2006-03-29 | Xr to strtonum(3), because vice versa is already the case | Alexander von Gernler | |
ok jmc@ otto@ | |||
2006-03-29 | fix fetching zero-length files via proxy. while there, also fix progress-meter | Alexander von Gernler | |
for files >2GB via proxy. help and discussion otto@, ok otto@ mickey@ | |||
2006-03-29 | - document return value of cmd | getline [var] | Jason McIntyre | |
- document fflush w/o arg from matthias kilian; ok otto | |||
2006-03-29 | workaround for intel errata p53 -- follow lapic writes w/ a read; toby@ ↵ | Michael Shalayeff | |
kettenis@ ok | |||
2006-03-29 | Recognise it(4) at port 0xd00 as well. This is where ASUS seem | Jonathan Gray | |
to be putting it on all their recent boards. "put this in" grange@ | |||
2006-03-29 | typo; from Alf Schlichting | Michael Shalayeff | |
2006-03-29 | we never use what the ccb completion functions return, so make them all | David Gwynne | |
return void instead. | |||
2006-03-29 | fix the sync_cache scsi command up so it can run asynchronously using the | David Gwynne | |
callback bits for completions. also do the AMI_SYSFLUSH command as well as AMI_FLUSH. | |||
2006-03-29 | Yet more lint: | Ray Lai | |
- Explicitly test for -1 from read(2) and write(2). - Change negative parameters to 0 for rcsnum_cmp(). (I think xsa@ had a patch for this earlier.) - Remove unused variables. - Changed return types to void if we only return one value. - Fix possible one-character truncation in rcs_deltatext_set(). - Use memcpy() to copy u_char arrays. - Use ptrdiff_t to hold pointer differences. - int -> size_t for sizeof/strlen ``looks fine'' xsa@ | |||
2006-03-29 | More closely matches GNU behavior, passes more GNU rcstest tests. | Ray Lai | |
OK niallo@ | |||
2006-03-29 | regen | Jonathan Gray | |
2006-03-29 | Add a bunch of JMicron entries and Radeon X550. | Jonathan Gray | |
A handful of things from submitted dmesgs also. | |||
2006-03-29 | check for IFF_RUNNING being set before calling bge_init(). | Brad Smith | |
2006-03-29 | Enable the MPU-401 MIDI UART found at isa address 0x330 | Jonathan Gray | |
on nforce systems. Tested with Monkey Island 2 and an MT-32. | |||
2006-03-29 | sync | Theo de Raadt | |
2006-03-28 | sync | Theo de Raadt | |
2006-03-28 | sync | Theo de Raadt | |
2006-03-28 | Use <sp> and <cr> as shortcuts for y/n (like emacs) | Kjell Wooding | |
requested by Han Boetes. | |||
2006-03-28 | merge in perl 5.8.8 | Todd C. Miller | |
2006-03-28 | sync | Theo de Raadt | |
2006-03-28 | obviously not | Theo de Raadt | |
2006-03-28 | perl 5.8.8 import | Todd C. Miller | |
2006-03-28 | sync | Theo de Raadt | |
2006-03-28 | now move /dev/tty0* to refer to the com(4) driver, away from the zs(4) | Theo de Raadt | |
driver | |||
2006-03-28 | perl 5.8.8 import | Todd C. Miller | |
2006-03-28 | regen | Brad Smith | |
2006-03-28 | add the Acer Labs M5261 LAN. | Brad Smith | |
2006-03-28 | regen | Brad Smith | |