summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-04-16string cleaning. ok tedu@Thierry Deval
2003-04-16Sync machine names with official litterature; Paul WeissmannMiod Vallat
2003-04-16Use uvm_findspace() to verify that the addresses allocated to ld.so areDale Rahn
not already used. limit nphdr to 32. ok tedu@
2003-04-16Clean up some ifdefs on arch which repute to support a.out and elf.Dale Rahn
only support ELF if __ELF__ is defined when compiling. ok miod@
2003-04-16Add less to list so clean/obj work correctly.Dale Rahn
2003-04-16no more less.nroTodd C. Miller
2003-04-16mdoc format man pages from jmc@Todd C. Miller
2003-04-16strcpy() removal; based on a patch from henning@ but simplifiedTodd C. Miller
2003-04-16update USC copyright, fixes "without fee" misplaced modifierTheo de Raadt
2003-04-16fix my copyright. make the part that's without fee unambiguousNathan Binkert
2003-04-16Clarify license terms.Miod Vallat
2003-04-16Fix a buffer overflow in complt_list(); it was allocating spaceTodd C. Miller
based on nrow when it wanted ncol. Also make the space-padding more bulletproof and avoid trying to pad w/ 0 characters. Closed PR 3190; vincent@ OK
2003-04-16siginfo support for vax.Miod Vallat
machdep.c changes by me, trap.c changes by deraadt.
2003-04-16honour httpd_flags from rc.confHenning Brauer
ok hin@ jakob@ ho@ markus@ lebel@ avsm@ todd@
2003-04-16use errx instead of fprintf+exit; millert@ okMichael Shalayeff
2003-04-16document struct Authctxt; with solarMarkus Friedl
2003-04-16fix race between mount(2) and exit(2) for mount_mfs.Markus Friedl
from netbsd (drochner, newfs.c 1.30, mkfs.c 1.29, no copyright changes) ok tedu@
2003-04-16fix an example on SIMPLEQ_REMOVE_HEAD(); from cjeker@diehard.n-r-g.comMichael Shalayeff
2003-04-16small fix to compile. spot by marc@Ted Unangst
2003-04-16uncomment the bus_space_vaddr() since at least sparc64 has itMichael Shalayeff
2003-04-16better limits and clean out old consts and commentsMichael Shalayeff
2003-04-16half the uspace seems to be very much enoughMichael Shalayeff
2003-04-16clean some spaces and registers and other fluffMichael Shalayeff
2003-04-16string cleaningTheo de Raadt
2003-04-16lalloc() - return NULL on error, not FALSETodd C. Miller
lrealloc() - don't realloc if new size <= old size. Avoids a realloc(p, 0) vincent@ OK
2003-04-16string cleanup; ok millertTheo de Raadt
2003-04-16string cleaningTheo de Raadt
2003-04-16string cleaning; ok millertTheo de Raadt
2003-04-16kill += snprintfTheo de Raadt
2003-04-16Simplify/clarify the section on XF4 DESTDIR and RELEASEDIR. Based onTodd C. Miller
wording by An Metet but changed a bit.
2003-04-15I lied, we didn't skip blanks after WHOIS_SERVER_ID; this fixes that.Todd C. Miller
2003-04-15Remove trailing space in "Whois Server: " since not all recordsTodd C. Miller
have whitespace separating that string and the hostname of the whois server (and we strip out whitespace before the hostname anyway). Fixes lookups of .org and probably others.
2003-04-15No, vi does not ignore SIGQUITTodd C. Miller
2003-04-15some spelling corrections from NetBSD (Igor Sobrado);Jason McIntyre
ok hugh@
2003-04-15^Z Stop systat -> ^Z Suspend systat;Jason McIntyre
from Okan Demirmen; ok millert@
2003-04-15added trailing slash to ftp example;Jason McIntyre
from Ingolf Schuchardt, PR 3203; ok pval@
2003-04-15do the same ufs does: collapse extra slashes. this allows loading files from ↵Michael Shalayeff
the root of cd9660 in particular; millert@ ok
2003-04-15rearrange devsw to place dk in the beginning. necessary glue hookups in cdbootMichael Shalayeff
2003-04-15fix an oupsHenning Brauer
2003-04-15kill a += snprintfTheo de Raadt
2003-04-15close to "official" ap_config.h so future merges are easier. NOOP, just styleHenning Brauer
2003-04-15first sprintf pass from todd@ and ISC-Bugs #5614.Jakob Schlyter
2003-04-15display basic hfsc statsHenning Brauer
2003-04-15try to provoke print_hfsc_sc to malfunctionHenning Brauer
2003-04-15regenHenning Brauer
2003-04-15pass down the unparsed queue opts (struct node_queue_opt) toHenning Brauer
print_altq/print_hfsc -> print_hfsc_opts and extract struct node_hfsc_sc there for each service curve and pass those down to print_hfsc_sc. now bandwidth specifications in the service curves are printed correct in the case of a queue belonging to more than one interface/parent queue, the parent queues having different bandwidths and the bandwith on teh service curve beeing specified in percent.
2003-04-15make print_hfsc_sc() take an extra struct node_hfsc_sc parameter and printHenning Brauer
relative bandwidth specification if that ws given instead of the calculated absolute ones. to be used soon.
2003-04-15regenHenning Brauer
2003-04-15regenHenning Brauer
2003-04-15don't include the unit "ms" when printing the service curve; parser wantsHenning Brauer
raw number