Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-14 | avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP | Markus Friedl | |
2003-04-14 | Unlink FIFO and pid files on clean shutdown. PR#3199 | Hakan Olsson | |
2003-04-14 | Remove dead attribute "rasterconsole". | Miod Vallat | |
2003-04-14 | More snprintf style | Hakan Olsson | |
2003-04-14 | permit -s0. from Maxim Konovalov | Jun-ichiro itojun Hagino | |
2003-04-14 | A "%d" is 12 chars, not 10. Use sizeof num instead of '10' in | Hakan Olsson | |
snprintf. From Theo. | |||
2003-04-14 | add rtsp. ok deraadt@ | Jakob Schlyter | |
2003-04-14 | commented out section which points people to use libisodir.a for | Jason McIntyre | |
error reporting, since libisodir.a does not exist. | |||
2003-04-14 | when libc/shlib_version says you need to crank this one too, DO NOT IGNORE | Theo de Raadt | |
THAT ADVICE -- IT IS THERE FOR A REASON | |||
2003-04-14 | standalone/stand alone -> stand-alone; | Jason McIntyre | |
from NetBSD (Igor Sobrado); httpd stuff passed to apache people; ok millert@ | |||
2003-04-14 | built in -> built-in; | Jason McIntyre | |
from NetBSD (Igor Sobrado); smrsh(8) passed on to sendmail people; ok millert@ | |||
2003-04-14 | sync | Theo de Raadt | |
2003-04-14 | There are two related changes. | Artur Grabowski | |
The first one is an mquery(2) syscall. It's for asking the VM system about where to map things. It will be used by ld.so, read the man page for details. The second change is related and is a centralization of uvm_map hint that all callers of uvm_map calculated. This will allow us to adjust this hint on architectures that have segments for non-exec mappings. deraadt@ drahn@ ok. | |||
2003-04-14 | strlcpy, pretty easy | Theo de Raadt | |
2003-04-14 | remove old comment | Theo de Raadt | |
2003-04-14 | spring cleaning; ok millert | Theo de Raadt | |
2003-04-14 | obvious spring cleanup | Theo de Raadt | |
2003-04-14 | strlcpy, obvious | Theo de Raadt | |
2003-04-14 | More strlcpy/strlcat and use memmove for equivalent() so it is more | Todd C. Miller | |
readable. deraadt@ OK | |||
2003-04-14 | strlcat, but i memset 0 before to be safe | Theo de Raadt | |
2003-04-14 | string cleaning; my bugs found by millert and krw | Theo de Raadt | |
2003-04-14 | room for NUL; tdeval | Theo de Raadt | |
2003-04-14 | sync | Theo de Raadt | |
2003-04-14 | fix time spec even better; emmf26@umr.edu | Theo de Raadt | |
2003-04-13 | KNF | Henning Brauer | |
2003-04-13 | more hfsc test; especially for the feedback test | Henning Brauer | |
2003-04-13 | actually use an understandable description | Henning Brauer | |
2003-04-13 | test double upperlimit service curve | Henning Brauer | |
2003-04-13 | prevent double service curve specification | Henning Brauer | |
2003-04-13 | test doubly linkshare specification | Henning Brauer | |
2003-04-13 | test service curves | Henning Brauer | |
2003-04-13 | add support for the HFSC linkshare, realtime, and upperlimit service curves | Henning Brauer | |
to be specified. | |||
2003-04-13 | Mention Prestoserve | Miod Vallat | |
2003-04-13 | concistency in the print-funtions, here: HFSC uppercurve and brackets | Henning Brauer | |
2003-04-13 | Document presto(4) | Miod Vallat | |
2003-04-13 | Regen | Miod Vallat | |
2003-04-13 | Add a simple driver for the SBus ``Prestoserve'' NVRAM cards. | Miod Vallat | |
The Legato Prestoserve NFS accelerator used to be very popular, back when NFSv3 did not exist, and disks and network speeds were not as good as they are now... This driver does not attempt to play any game with filesystems, but will only provide access to the cards NVRAM, as a block device. If you have bright ideas on ``what to do with a few MB of battery-backed memory'', I am interested in realistic suggestions! | |||
2003-04-13 | unbreak (missing }) | Daniel Hartmeier | |
2003-04-13 | remove debugg printf that had a bad format string | Anil Madhavapeddy | |
ok drahn@, miod@, tdeval@ | |||
2003-04-13 | obvious typo: "s%" -> "%s" in format string | Anil Madhavapeddy | |
2003-04-13 | use pa->ifbandwidth instead of rate as reference bandwidth for the root queue | Henning Brauer | |
2003-04-13 | say bye bye to hfscflags_list and hfscflags_item | Henning Brauer | |
welcome hfscopts_list and hfscopts_item, returning a full struct node_hfsc_opt instead of just an int for the flags. needed because of all the opts hfsc knows | |||
2003-04-13 | process HFSC options for the linkshare, realtime and upperlimit service curves | Henning Brauer | |
2003-04-13 | diff from nordin@ to prevent wraparound on long uptime machines. | Ted Unangst | |
ok art@ deraadt@ miod@ tdeval@ | |||
2003-04-13 | break out bandwidth specification processing code to its own function, will | Henning Brauer | |
be used in more places soonish | |||
2003-04-13 | new struct node_hfsc_opts for, surprise, hfsc options. needed because they | Henning Brauer | |
contain bandwidth specifications and we need to carry the unprocessed bw specs around for quite some time until we can break them down to absolute values. | |||
2003-04-13 | pass down the struct node_queue_opts from the altqif/queuespec yacc targets | Henning Brauer | |
to expand_altq/expand_queue -> eval_pfaltq/eval_pfqueue and further down to the new eval_queue_opts() instead of evaluating them directly in the yacc grammar. this will be needed to process the hfsc options which can contain relative bandwidth specifications, and we can't break them down to an absolute one earlier. | |||
2003-04-13 | another bad bound; millert@ ok | Anil Madhavapeddy | |
2003-04-13 | move the structs node_queue_bw and node_queue_opt to pfctl_parser.h. | Henning Brauer | |
let eval_pfqueue() and eval_pfaltq() take a pointer to a struct node_queue_bw instead of two distince bw_absolute and bw_percent parameters. | |||
2003-04-13 | correct snprintf bound value, ok millert@, deraadt@ | Anil Madhavapeddy | |