Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-16 | string cleaning. ok tedu@ | Thierry Deval | |
2003-04-16 | Sync machine names with official litterature; Paul Weissmann | Miod Vallat | |
2003-04-16 | Use uvm_findspace() to verify that the addresses allocated to ld.so are | Dale Rahn | |
not already used. limit nphdr to 32. ok tedu@ | |||
2003-04-16 | Clean 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-16 | Add less to list so clean/obj work correctly. | Dale Rahn | |
2003-04-16 | no more less.nro | Todd C. Miller | |
2003-04-16 | mdoc format man pages from jmc@ | Todd C. Miller | |
2003-04-16 | strcpy() removal; based on a patch from henning@ but simplified | Todd C. Miller | |
2003-04-16 | update USC copyright, fixes "without fee" misplaced modifier | Theo de Raadt | |
2003-04-16 | fix my copyright. make the part that's without fee unambiguous | Nathan Binkert | |
2003-04-16 | Clarify license terms. | Miod Vallat | |
2003-04-16 | Fix a buffer overflow in complt_list(); it was allocating space | Todd 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-16 | siginfo support for vax. | Miod Vallat | |
machdep.c changes by me, trap.c changes by deraadt. | |||
2003-04-16 | honour httpd_flags from rc.conf | Henning Brauer | |
ok hin@ jakob@ ho@ markus@ lebel@ avsm@ todd@ | |||
2003-04-16 | use errx instead of fprintf+exit; millert@ ok | Michael Shalayeff | |
2003-04-16 | document struct Authctxt; with solar | Markus Friedl | |
2003-04-16 | fix 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-16 | fix an example on SIMPLEQ_REMOVE_HEAD(); from cjeker@diehard.n-r-g.com | Michael Shalayeff | |
2003-04-16 | small fix to compile. spot by marc@ | Ted Unangst | |
2003-04-16 | uncomment the bus_space_vaddr() since at least sparc64 has it | Michael Shalayeff | |
2003-04-16 | better limits and clean out old consts and comments | Michael Shalayeff | |
2003-04-16 | half the uspace seems to be very much enough | Michael Shalayeff | |
2003-04-16 | clean some spaces and registers and other fluff | Michael Shalayeff | |
2003-04-16 | string cleaning | Theo de Raadt | |
2003-04-16 | lalloc() - return NULL on error, not FALSE | Todd C. Miller | |
lrealloc() - don't realloc if new size <= old size. Avoids a realloc(p, 0) vincent@ OK | |||
2003-04-16 | string cleanup; ok millert | Theo de Raadt | |
2003-04-16 | string cleaning | Theo de Raadt | |
2003-04-16 | string cleaning; ok millert | Theo de Raadt | |
2003-04-16 | kill += snprintf | Theo de Raadt | |
2003-04-16 | Simplify/clarify the section on XF4 DESTDIR and RELEASEDIR. Based on | Todd C. Miller | |
wording by An Metet but changed a bit. | |||
2003-04-15 | I lied, we didn't skip blanks after WHOIS_SERVER_ID; this fixes that. | Todd C. Miller | |
2003-04-15 | Remove trailing space in "Whois Server: " since not all records | Todd 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-15 | No, vi does not ignore SIGQUIT | Todd C. Miller | |
2003-04-15 | some 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-15 | added trailing slash to ftp example; | Jason McIntyre | |
from Ingolf Schuchardt, PR 3203; ok pval@ | |||
2003-04-15 | do the same ufs does: collapse extra slashes. this allows loading files from ↵ | Michael Shalayeff | |
the root of cd9660 in particular; millert@ ok | |||
2003-04-15 | rearrange devsw to place dk in the beginning. necessary glue hookups in cdboot | Michael Shalayeff | |
2003-04-15 | fix an oups | Henning Brauer | |
2003-04-15 | kill a += snprintf | Theo de Raadt | |
2003-04-15 | close to "official" ap_config.h so future merges are easier. NOOP, just style | Henning Brauer | |
2003-04-15 | first sprintf pass from todd@ and ISC-Bugs #5614. | Jakob Schlyter | |
2003-04-15 | display basic hfsc stats | Henning Brauer | |
2003-04-15 | try to provoke print_hfsc_sc to malfunction | Henning Brauer | |
2003-04-15 | regen | Henning Brauer | |
2003-04-15 | pass down the unparsed queue opts (struct node_queue_opt) to | Henning 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-15 | make print_hfsc_sc() take an extra struct node_hfsc_sc parameter and print | Henning Brauer | |
relative bandwidth specification if that ws given instead of the calculated absolute ones. to be used soon. | |||
2003-04-15 | regen | Henning Brauer | |
2003-04-15 | regen | Henning Brauer | |
2003-04-15 | don't include the unit "ms" when printing the service curve; parser wants | Henning Brauer | |
raw number |