612 Commits (2892121352c68345c52de54eef8ce31179aad59f)

Author SHA1 Message Date
  deraadt 3bde4a78ec no longer make include/netipx dir 17 years ago
  kurt e9359f93b2 _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so 17 years ago
  millert ac6870a1f2 Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes. 17 years ago
  jason 3ed400fec3 based on a diff from Matt Provost: allow printing of ldd information 17 years ago
  drahn 242794d6d7 Provide hook so that rthreads can provide a spinlock to protect from races 17 years ago
  espie c6805c8e99 allow extern inline stuff to proceed unchanged thru the mess that the 17 years ago
  grunk 10f675388a do the adjustment of arbitrary 128 -> BLF_MAXUTILIZED in userland as well, 17 years ago
  millert f85508dcdc Remove _err() calls from getnetgrent.c. This is a minor API change 17 years ago
  espie 5130a61c69 remove prereq, by using a pre-generated include file (this one should now 17 years ago
  millert 10c1aa4ccb g/c __DTF_READALL. It was a flag to the internal __opendir2() but 17 years ago
  espie af7b169743 zap bogus sentinel, as noticed by dasn. 18 years ago
  grunk ffcd2f9eeb add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -g 18 years ago
  djm 3d0b575422 add lldiv prototype; ok deraadt@ 18 years ago
  espie c576ec56fb zap argument name, okay millert@ 18 years ago
  deraadt c36eddfe27 TIMEOUT* values are not part of the protocol. tftp.h is a namespace 18 years ago
  mglocker f8d26986fd Fixing several timeout quirks at tftpd and tftp: 18 years ago
  mglocker 9d2c42b78a Add blksize option support for tftpd according to RFC 2348. 18 years ago
  brad b91eb0957d add some more C99 functions: round(3) and roundf(3). 18 years ago
  brad d5e9846a62 add missing prototypes for trunc/truncf. 18 years ago
  otto bf7ad7afc9 delint; ok millert@ beck@ 18 years ago
  otto f37b50710e - Plug huge mem leak; mostly samba was suffering. 18 years ago
  deraadt 6ba7d08d6c kvm_openfiles() should take int flag, not unsigned 18 years ago
  deraadt 69800b44d4 after we changed mode_t to be an int, the devname() man page was 18 years ago
  mickey b449cbee1d kill evil \r; from cedric 18 years ago
  jmc 115b6ff464 typos from alexey dobriyan; 18 years ago
  hshoexer bed73850e0 Annotate _assert()/__assert2() as __dead. 18 years ago
  espie f6c1fd6bee use standard type uint32_t, instead of BSD-specific u_int32_t 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
  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
  millert 9bd1ce16f0 Add real C99 stdint.h and inttypes.h based on an initial version I did in 19 years ago
  millert 605c5586ca Adapt things to use __type_t instead of _BSD_TYPE_T_ 19 years ago
  millert 36cc33b104 Move TTY_NAME_MAX and LOGIN_NAME_MAX to sys/syslimits.h 19 years ago
  jaredy 97f9fddf57 zap unused ohash_lookup_string declaration; ok espie 19 years ago
  millert 0b9be39dbf Split off the non-kernel visible portion of sys/errno.h into a 19 years ago
  millert 32254634b7 Do not declare errno as extern int, set it via __errno(). 19 years ago
  millert c22fbf6967 Get rid of non-OpenBSD bits and use _BYTE_ORDER not BYTE_ORDER 19 years ago
  millert 16cfa5f58b This piece was missed in the _FOO_SOURCE -> __FOO_VISIBLE change set. 19 years ago
  millert 5acf200b2a First step in include files overhaul. Use __FOO_VISIBLE (as defined 19 years ago
  deraadt 03f02251d6 undelete died a while back; millert ok 19 years ago
  millert 0d9298523d Move contents of sys/select.h to sys/selinfo.h in preparation for a 19 years ago
  millert 059ddb430d brk() and sbrk() should use void *, not char *. Note that sbrk() 19 years ago
  otto 212079cfe2 Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via 19 years ago
  espie a63f72f6bc CODESET support. okay millert@, otto@ 19 years ago
  deraadt 42e82ce8d7 use xargs -r0 for our build process 19 years ago
  millert 910fc384eb Add VIS_GLOB to escape special characters used by shell-style globbing. 19 years ago
  espie 894a3cd7e9 activate LC_CTYPE for 8 bits locale. 19 years ago
  grange fbe8b6b13e Install netbt/ includes. 19 years ago