summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-04-15snprintf of courseTheo de Raadt
2003-04-15asprintf, and fix buffer sizes; ok teduTheo de Raadt
2003-04-15incorrect buf size; ok itojunTheo de Raadt
2003-04-15avoid hardcoding 12; use NI_MAXSERV. deraadt okJun-ichiro itojun Hagino
2003-04-15a bit of string cleaningTheo de Raadt
2003-04-15toast some += snprintfTheo de Raadt
2003-04-15missing space after mdoc macro argumentDavid Krause
ok jmc@
2003-04-15typos;Jason McIntyre
VOP, crypto and disklabel ok tedu@ audio(9) ok naddy@
2003-04-15mix of tdeval and my string cleaningTheo de Raadt
2003-04-15remove final call to Strcpy/s_strcpy; some help from teduTheo de Raadt
2003-04-14revert last change since it causes problems on some devicesAlexander Yurchenko
2003-04-14document 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 deraadtPeter Valchev
2003-04-14%d is 12 chars not 10, also sneak an easy snprintf; this code is currentlyPeter Valchev
not used
2003-04-14Missing globfree(&g) in process_put() spotted by Vince Brimhallmouring
<VBrimhall@novell.com>. ok@ Theo
2003-04-14%d is 12 chars, not 10; ok deraadtPeter Valchev
2003-04-14recommit, with the typo fixedTheo de Raadt
2003-04-14Defer incrementing ntransmitted until we are sure sendto succeeds.Chad Loder
2003-04-14oopsTheo de Raadt
2003-04-14correct IFQ_ENQUEUE definition. some grammar.Ted Unangst
also sort .Xr from jmc@ ok kjc@
2003-04-14rename rootvp to rvp to avoid global. ok deraadt@ krw@Ted Unangst
2003-04-14rename rootvp to rvp to avoid global. ok deraadt@ krw@Ted Unangst
2003-04-14rename ticks to nticks to avoid global. ok deraadt@ krw@Ted Unangst
2003-04-14Change terminalname from a pointer to an array. Why people hideTodd 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-14No more LESSECHO environment variableTodd C. Miller
2003-04-14help.o now needs HELPFILE defined tooTodd C. Miller
2003-04-14less uses the "lessecho" command to do globbing on systems thatTodd 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-14try to provoke print_hfsc_opts to leave out linkshare because m2 == bandwidthHenning Brauer
2003-04-14if linkshare service curve m2 == bandwidth, but d given, we do need to printHenning Brauer
linkshare as it is not exactly the default case then
2003-04-14syncTheo de Raadt
2003-04-14regenHenning Brauer
2003-04-14only print hfsc linkshare when it differs from the defaultHenning Brauer
2003-04-14regen (no more realtime service curve for root queue)Henning Brauer
2003-04-14use correct string functions in exampleTheo de Raadt
2003-04-14Use setproctitle() instead of the CAPITALIZE_FOR_PS hack. InspiredTodd C. Miller
by similar changes in FreeBSD and NetBSD. For at jobs, include the job number in the proctitle.
2003-04-14do not add a realtime service curve to the root queue asKenjiro Cho
the realtime service is not hierarchically distributed. ok henning@
2003-04-14test realtime service curve specHenning Brauer
2003-04-14Make the GNU_OPTIONS define actually do something (was a no-op)Todd C. Miller
2003-04-14let print_altq and print_queue take a struct node_queue_bw parameter insteadHenning Brauer
of dintinct bw_percent
2003-04-14add some more swedish airports and sortJakob Schlyter
mansaxel at besserwisser.org
2003-04-14build a smaller less suitable for the install mediaTodd C. Miller
2003-04-14o go back to using a help file instead of embedding it in the binaryTodd 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-14avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTPMarkus Friedl
2003-04-14Unlink FIFO and pid files on clean shutdown. PR#3199Hakan Olsson
2003-04-14Remove dead attribute "rasterconsole".Miod Vallat
2003-04-14More snprintf styleHakan Olsson
2003-04-14permit -s0. from Maxim KonovalovJun-ichiro itojun Hagino
2003-04-14A "%d" is 12 chars, not 10. Use sizeof num instead of '10' inHakan Olsson
snprintf. From Theo.
2003-04-14add rtsp. ok deraadt@Jakob Schlyter
2003-04-14commented out section which points people to use libisodir.a forJason McIntyre
error reporting, since libisodir.a does not exist.