summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-05too clever, perl regexps are greedy, ensure we get the correct name.Marc Espie
2004-07-05clean & knfTheo de Raadt
2004-07-05do not queue events when no daemon running. flush all events on last close.Theo de Raadt
2004-07-05Use strtonum() instead of assigning the value of strtoul() to a uid_t/gid_t.Todd C. Miller
2004-07-05userquota and groupquota _optionally_ have a value.Otto Moerbeek
2004-07-05%lu and cast to unsigned long to print a size_t; ok hoPeter Valchev
2004-07-05The rde no longer needs to check if the nexthop is the loopback address.Claudio Jeker
2004-07-05new blackhole/reject nexthopsHenning Brauer
2004-07-05implement "set nexthop blackhole" and "set nexthop reject"Henning Brauer
2004-07-05Still deduce a pkg-name even if there is no .tgz in the pkg-name specifiedMarc Espie
2004-07-05less esoteric error message for missing @name, on a question fromMarc Espie
2004-07-05Compile at -O1 on m68k, sig11 in LYMainLoop at -O2.Miod Vallat
2004-07-05don't limit to one remote server any moreHenning Brauer
2004-07-05calculate the median offset from all servers we sync to and callHenning Brauer
2004-07-05sync various changes in old_identifycpu() into identifycpu()David Krause
2004-07-05Completes the structs for the isochronous and split transactionTheo de Raadt
2004-07-05Adds missing port routing rules field, fixes an incorrect offset forTheo de Raadt
2004-07-05This fixes a couple of spelling errors (EHCI_HCS_P_INCICATOR toTheo de Raadt
2004-07-05remove useless (always false) check; ok millert henningPeter Valchev
2004-07-05fix warning: extra tokens at end of #undef; ok henningPeter Valchev
2004-07-05fix a few KNF falloutsHenning Brauer
2004-07-05Fix an issue where a shared library could be loaded at two differentKjell Wooding
2004-07-05KNFHenning Brauer
2004-07-04properly bitch when we cannot open the config file, basically resemblingHenning Brauer
2004-07-04syncTheo de Raadt
2004-07-04shrink, shrink, shrinkTheo de Raadt
2004-07-04- two typos, stallen -> stolenBrad Smith
2004-07-04sis rev 0x91 seeprom support to get eaddr; from fgschTheo de Raadt
2004-07-04remove the half-baked and bogus pfi_dynamic_drivers() which tries to guessHenning Brauer
2004-07-04Disable optimize_reg_copy_3() on m68k platforms.Miod Vallat
2004-07-04two missing freeaddrinfo() -- leak; andrushock@korovino.netTheo de Raadt
2004-07-04typo; andrushock@korovino.netTheo de Raadt
2004-07-04fix a NetBSDism and a pasto left over from the import; ok millert@Christian Weisgerber
2004-07-04Remove requirement that the 'b' partition on the root disk beKenneth R Westerback
2004-07-04put interval defines in ntpd.h and name them consistentlyHenning Brauer
2004-07-04cats -> arm; miod okTheo de Raadt
2004-07-04simplify slightlyHenning Brauer
2004-07-04KNFHenning Brauer
2004-07-04re fits on this floppyTheo de Raadt
2004-07-04proc_stop needs sched_lock locked. From art, verified with NetBSD.Niklas Hallqvist
2004-07-04Compute the local clock offset from the server's response.Alexander Guy
2004-07-04add myself, brad said i needed another commitJolan Luff
2004-07-042 more file descriptors for each RDE and SE inherited from the parentHenning Brauer
2004-07-04when getting rid of the listen_addr TAILQ after forking actually closeHenning Brauer
2004-07-04syncTheo de Raadt
2004-07-04two hp netserver LH 3 devicesTheo de Raadt
2004-07-04turn off _KERN_DO_ECOFF unless COMPAT_OSF1 is enabled. This shrinks theTheo de Raadt
2004-07-03-Wall,-Wshadow cleanup with avsm@; ok henning@ krw@Damien Miller
2004-07-03move sysctl comment on namelist[] entryTheo de Raadt
2004-07-03wrong struct calloc'ed; ok henning@Alexander Guy