590 Commits (ef96a3bfd312c4e0db75123098a42578525cf016)

Author SHA1 Message Date
  ray 8e0491f90a First pass at removing clauses 3 and 4 from NetBSD licenses. 16 years ago
  millert 613e4bcb94 Move _POSIX_THREAD_SAFE_FUNCTIONS into unistd.h and set it to 200112 16 years ago
  millert 1588579869 Add _PW_BUF_LEN define and use it instead of hard-coding 1024 for 16 years ago
  deraadt 2f1bd14d3d prototypes for getpwnam_r() and getpwuid_r() 16 years ago
  otto 5e77e2a42a remove recalloc; sloppy me; ok deraadt@ 16 years ago
  ragge a360460b04 Remove obsolete (and erroneous) #if statement that caused all compilers 16 years ago
  sturm 6ac4196457 implement xdr_int64_t, xdr_u_int64_t 16 years ago
  landry 592f3fe88a Add strtof() to libc, some ports seem to like it. Currently it's a simple 16 years ago
  martynas 6a7f5b66df tgamma and tgammaf 16 years ago
  deraadt 07dc939482 olf support starts to die (easy stuff first); ok miod 16 years ago
  kurt 523f66bcbe Remove duplicate psignal(3) and sys_siglist definitions. signal.h 16 years ago
  kettenis 5ba8ed9bb7 Make sure sys_signame and sys_siglist are wrapped in __BEGIN_DECLS. 16 years ago
  kurt fb3c0db172 - correct brk(2) prototype and man page to match implementation and POSIX. 16 years ago
  norby 351d5b43c0 Import MPLS (Multi Protocol Label Switching) 16 years ago
  matthieu 70d6474521 Get rid of 3 extra leading spaces. ok deraadt@ 16 years ago
  otto ffe451fa53 diff from djm@ committed at his request: 16 years ago
  kettenis a6236e22e5 Define _POSIX_TZNAME_MAX to 6 if the user requested POSIX 1003.1-2001. 16 years ago
  kettenis 76310f4ae4 Define _POSIX_HOST_NAME_MAX and HOST_NAME_MAX. 16 years ago
  jmc f84446913b some spelling fixes from Martynas Venckus 17 years ago
  deraadt 81f08437d0 install includes from libexpat 17 years ago
  otto 5cf0cbe4b6 pcc knows _Bool. ok beck@ miod @millert 17 years ago
  millert 63cad49094 add recaloc(3) 17 years ago
  millert f5ac8d80cf add memrchr(3) 17 years ago
  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