4389 Commits (OPENBSD_3_9)
 

Author SHA1 Message Date
  otto 790f0cc439 Avouid a race in atexit() handling by introducing a lock. Problem 18 years ago
  stevesk b020f35b9f handle -1 return from host_dns(); ok henning@ 18 years ago
  millert 4f242fe2ea We no longer install the SystemV compatibility links. OK pvalchev@ 18 years ago
  espie 8accc3ec6c quick path for free(0) 18 years ago
  jmc 115b6ff464 typos from alexey dobriyan; 18 years ago
  dhartmei cf6a27c737 use full path to binary in (commented) relaydb example, 18 years ago
  hshoexer bed73850e0 Annotate _assert()/__assert2() as __dead. 18 years ago
  jmc f90681086b document posixness; 18 years ago
  camield 3cf5340b3f update for new ftp-proxy 18 years ago
  brad 2a2411f846 mention net.inet.ip.mforwarding. 18 years ago
  henning 04bf0512a4 set skip is no good idea on int_if in this sample rulseset that also 18 years ago
  dtucker a37ee71683 Do not attempt to listen on interfaces with a wildcard address; ok henning@ 18 years ago
  dtucker d71b0751da Check SA_LEN(sa) after sa is checked for NULL. Pointed out by solar at 18 years ago
  deraadt 58a4125b88 crank to 3.8-beta 18 years ago
  jakemsr f7752f35a4 missing auxillary verb 18 years ago
  espie f6c1fd6bee use standard type uint32_t, instead of BSD-specific u_int32_t 18 years ago
  jmc 4169f92843 back out previous - imaxabs is already listed; 18 years ago
  millert 09528da913 Add comments to show which printf/scanf formats match which types 18 years ago
  millert f8ff83b550 Update {PRN,SCN}*PTR defines to match types changes 18 years ago
  millert c1d18b2138 Xr imaxabs() 18 years ago
  jmc 47e05126c0 fix the .Fn line; ok millert 18 years ago
  jmc da802fcfbf sort SEE ALSO; 18 years ago
  miod 3b7303ff08 Remove neither documented nor found in any spec ctermid_r() function - ctermid() 18 years ago
  millert 6388df8cda Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax() 18 years ago
  millert 7e7c8eb496 Include the function name in assert() output. From espie@ 18 years ago
  deraadt b4fb1d176a configure mixers late; obsd@enop.org 4970 18 years ago
  martin cc50d57ca3 regen 18 years ago
  martin 6fa45de8db hotplug(4) and hotplugd(8) here 18 years ago
  millert 09125d08dd Return inf or nan as per printf() not Inf, Infinity or Nan (from dtoa) 18 years ago
  millert 63f4612853 Use localeconv() to get the locale-specific radix char like printf does. 18 years ago
  millert 8773a5e4ee Nan and Infinity can be negative 18 years ago
  millert 9bd1ce16f0 Add real C99 stdint.h and inttypes.h based on an initial version I did in 18 years ago
  millert 605c5586ca Adapt things to use __type_t instead of _BSD_TYPE_T_ 18 years ago
  miod 39efebaf89 Regen 18 years ago
  miod 884086248e Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse 18 years ago
  david 1c3c99e9c1 + hostapd.conf, ipsec.conf, sudoers 18 years ago
  millert 36cc33b104 Move TTY_NAME_MAX and LOGIN_NAME_MAX to sys/syslimits.h 18 years ago
  jaredy 97f9fddf57 zap unused ohash_lookup_string declaration; ok espie 18 years ago
  millert 0b9be39dbf Split off the non-kernel visible portion of sys/errno.h into a 18 years ago
  david 20b6826ca1 +/etc/ipsec.conf 18 years ago
  david 66c3296c0e nuke extra whitespace 18 years ago
  david 39048804a7 /etc/crontab must be mode 0600; ok millert@ 18 years ago
  naddy 33917144eb install sample ipsec.conf; ok hshoexer@ 18 years ago
  miod a4d6c998e0 Regen 18 years ago
  miod 54272b1e1b Target for basic wscons devices is `wscons', not `ttyC0'; also fix the 18 years ago
  miod b2e8974bf8 Remove orphaned ttye nodes. No change in generated output. 18 years ago
  hshoexer 900d509131 Very basic sample ipsec.conf, more to come. Has been demanded by deraadt@ for 18 years ago
  millert 482dbff289 Prototypes live in <search.h> 18 years ago
  deraadt 70c3a44bd3 document 3 zaurus sysctl options 18 years ago
  millert 32254634b7 Do not declare errno as extern int, set it via __errno(). 18 years ago