Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-15 | snprintf of course | Theo de Raadt | |
2003-04-15 | asprintf, and fix buffer sizes; ok tedu | Theo de Raadt | |
2003-04-15 | incorrect buf size; ok itojun | Theo de Raadt | |
2003-04-15 | avoid hardcoding 12; use NI_MAXSERV. deraadt ok | Jun-ichiro itojun Hagino | |
2003-04-15 | a bit of string cleaning | Theo de Raadt | |
2003-04-15 | toast some += snprintf | Theo de Raadt | |
2003-04-15 | missing space after mdoc macro argument | David Krause | |
ok jmc@ | |||
2003-04-15 | typos; | Jason McIntyre | |
VOP, crypto and disklabel ok tedu@ audio(9) ok naddy@ | |||
2003-04-15 | mix of tdeval and my string cleaning | Theo de Raadt | |
2003-04-15 | remove final call to Strcpy/s_strcpy; some help from tedu | Theo de Raadt | |
2003-04-14 | revert last change since it causes problems on some devices | Alexander Yurchenko | |
2003-04-14 | document update-plist only, since "plist" target is the same thing, | Peter Valchev | |
remove useless references to it; hinted by espie | |||
2003-04-14 | %d is 12 chars big, not 10; ok deraadt | Peter Valchev | |
2003-04-14 | %d is 12 chars not 10, also sneak an easy snprintf; this code is currently | Peter Valchev | |
not used | |||
2003-04-14 | Missing globfree(&g) in process_put() spotted by Vince Brimhall | mouring | |
<VBrimhall@novell.com>. ok@ Theo | |||
2003-04-14 | %d is 12 chars, not 10; ok deraadt | Peter Valchev | |
2003-04-14 | recommit, with the typo fixed | Theo de Raadt | |
2003-04-14 | Defer incrementing ntransmitted until we are sure sendto succeeds. | Chad Loder | |
2003-04-14 | oops | Theo de Raadt | |
2003-04-14 | correct IFQ_ENQUEUE definition. some grammar. | Ted Unangst | |
also sort .Xr from jmc@ ok kjc@ | |||
2003-04-14 | rename rootvp to rvp to avoid global. ok deraadt@ krw@ | Ted Unangst | |
2003-04-14 | rename rootvp to rvp to avoid global. ok deraadt@ krw@ | Ted Unangst | |
2003-04-14 | rename ticks to nticks to avoid global. ok deraadt@ krw@ | Ted Unangst | |
2003-04-14 | Change terminalname from a pointer to an array. Why people hide | Todd C. Miller | |
the actual storage array as a static inside a function is beyond me. By exposing the real array we can use sizeof on it for strlcpy. deraadt@ OK | |||
2003-04-14 | No more LESSECHO environment variable | Todd C. Miller | |
2003-04-14 | help.o now needs HELPFILE defined too | Todd C. Miller | |
2003-04-14 | less uses the "lessecho" command to do globbing on systems that | Todd C. Miller | |
don't have libc glob routines. We have glob(3) but for some reason, less only uses this on DOS w/ djgppc. I have pared down lglob.h to just have the glob(3) bits and to include glob.h itself. This removes the need for lessecho on OpenBSD. | |||
2003-04-14 | try to provoke print_hfsc_opts to leave out linkshare because m2 == bandwidth | Henning Brauer | |
2003-04-14 | if linkshare service curve m2 == bandwidth, but d given, we do need to print | Henning Brauer | |
linkshare as it is not exactly the default case then | |||
2003-04-14 | sync | Theo de Raadt | |
2003-04-14 | regen | Henning Brauer | |
2003-04-14 | only print hfsc linkshare when it differs from the default | Henning Brauer | |
2003-04-14 | regen (no more realtime service curve for root queue) | Henning Brauer | |
2003-04-14 | use correct string functions in example | Theo de Raadt | |
2003-04-14 | Use setproctitle() instead of the CAPITALIZE_FOR_PS hack. Inspired | Todd C. Miller | |
by similar changes in FreeBSD and NetBSD. For at jobs, include the job number in the proctitle. | |||
2003-04-14 | do not add a realtime service curve to the root queue as | Kenjiro Cho | |
the realtime service is not hierarchically distributed. ok henning@ | |||
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. |