5302 Commits (d4ddeb3ffbb07117a9d103fa6c66745ae57b6dbf)
 

Author SHA1 Message Date
  otto 96f3e731f5 remove distinction between warnings and errors, ok deraadt@ djm@ 15 years ago
  otto 02508dddff if MALLOC_STATS is defined, record how many "cheap reallocs" were 15 years ago
  ratchov fede95fb94 rename libsa to libsndio 15 years ago
  espie 6cff11dc94 no cookie for ratchov, committed things without running make build. 15 years ago
  otto 2fbc2b3c20 oops, assign errno the right way. caught by david running regress tests 15 years ago
  henning 6d35b226f2 bring in findeol() fix from pfctl 15 years ago
  deraadt 2a6651e21e sync 15 years ago
  deraadt da7a096f90 skip making /dev/prandom. as a side effect, /dev/arandom becomes minor 3. 15 years ago
  sthen 1fba7a6e18 - use nmea(4) for general sensor example rather than udcf(4) 15 years ago
  sthen d3613a0eb8 show examples for sensors. use nmea as suggested by mbalmer, henning agrees. 15 years ago
  todd 4064d763bd sync with grand.central.org; prompted by pr#5817 15 years ago
  otto b0a0d24cc7 reduce rbyte cache to 512 bytes, no measurable slowdown (even in the 15 years ago
  otto cc05412197 save and restore errno on success. while it is not stricly needed for 15 years ago
  otto 0f36e15025 zap __arc4_getbyte(), it was only used by the old malloc; ok millert@ 15 years ago
  otto cdd5a2c930 when increasing the size of a larger than a page allocation try 15 years ago
  otto 013c97fa02 avoid spitting up regions when purging stuff from the cache, it puts 15 years ago
  deraadt ff221517f8 New option -D to daemonize spamd-setup for early bootup use. This avoids 15 years ago
  sthen 027a1e6ace Remove shared-network from the sample config, people who need 15 years ago
  henning dafa0203af in priv_settime(), we must not adjust the 'next' timestamps on their for 15 years ago
  sthen 3945c0b198 Monitor various named files for changes (root.hint and the standard zones). 15 years ago
  deraadt 59aaec4c12 typo; Daniel Dickman 15 years ago
  deraadt 3bfc3dc465 ntpd does not require you to run rdate -n before it -- it notices such an 15 years ago
  martynas d54db59954 - missing documentation bits for trusted-users 15 years ago
  martynas 0679e93166 remove extra '#'. ok millert@, jmc@ 15 years ago
  todd bd8e068f16 sync 16 years ago
  todd cc78d6ff52 enable /dev/xfs0 creation like other archs in the 'all' mode 16 years ago
  martynas 72651265ea document strtold. ok millert@ 16 years ago
  martynas 9bbd0127b8 strtof has been introduced in c99 16 years ago
  henning 9bf99d851b move dns lookups to its own (privilege revoking, not chrooting) process. 16 years ago
  djm bbe209e122 the last example doesn't need a ctx variable; 16 years ago
  martynas 5011283ecf sigh, gamma got lost 16 years ago
  martynas 8805441321 - replace dtoa w/ David's gdtoa, version 2008-03-15 16 years ago
  djm a8fb71fc6a Rename SHA256/384/512 API to avoid namespace collisions with 16 years ago
  otto 5725b7bab8 remove now obsolete calloc implementation; prompted by miod 16 years ago
  jakob 009c9fa102 remove BIND's delegation-only from default config files. 16 years ago
  otto f8fb73633b Make all combinations of G, P, J and zero-fill work with as little 16 years ago
  jsing cd599b8fe1 regen 16 years ago
  jsing 5d7ea9288a Add USB devices. 16 years ago
  jmc 16e5222589 remove the ls=ls -gCF alias: we already have an alias for ls (-CF), 16 years ago
  djm f4d35a1a7f unbreak MALLOC_OPTIONS=G that I broke in my last commit; 16 years ago
  djm e2b5c86e43 fix calloc() for MALLOC_OPTIONS=J case: SOME_JUNK was being filled into 16 years ago
  djm 11ee72166d unbreak wcschr(string, L'\0') which was incorrectly returning NULL 16 years ago
  otto 1e4c360dbd make sure we always map and unmap multiples of MALLOC_PAGESIZE; 16 years ago
  otto 74022f5554 Smarter implementation of calloc(3), which uses the fact that mmap(2) 16 years ago
  kettenis d35f2d3adb Don't install libbfd and libopcodes and the associated headers. 16 years ago
  sthen 009f476425 Tools from /usr may not be used in netstart since it may be NFS-mounted 16 years ago
  otto 3b4110eeac small cleanup of error/warning strings 16 years ago
  miod af2d1d10b8 Split SHA1Transform() back into smaller pieces when compiling on landisk, 16 years ago
  jmc 04276713d5 example code fix from Will Maier; ok otto 16 years ago
  otto 1eac738a69 man page bits for new malloc; ok jmc@ 16 years ago