Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-14 | test realtime service curve spec | Henning Brauer | |
2003-04-14 | Make the GNU_OPTIONS define actually do something (was a no-op) | Todd C. Miller | |
2003-04-14 | let print_altq and print_queue take a struct node_queue_bw parameter instead | Henning Brauer | |
of dintinct bw_percent | |||
2003-04-14 | add some more swedish airports and sort | Jakob Schlyter | |
mansaxel at besserwisser.org | |||
2003-04-14 | build a smaller less suitable for the install media | Todd C. Miller | |
2003-04-14 | o go back to using a help file instead of embedding it in the binary | Todd C. Miller | |
o deal with HELPFILE not being defined o add a SMALL definition to make a smaller less for the boot floppies This still needs to be pared down a bit for the SMALL case | |||
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@ |