Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-25 | Move paragraphs unrelated to bfname out of this list item. | Alexander Bluhm | |
ok millert jmc | |||
2007-01-24 | +.Xr gzip 1 | Jason McIntyre | |
2007-01-16 | Fix potential int overflow for printf(3) when passing in very large | Todd C. Miller | |
values for the field width. Adapted from a diff by Christian Biere. | |||
2007-01-16 | sync with the code: int -> intmax_t | Steven Mestdagh | |
ok jmc@ | |||
2007-01-08 | advertising clauses that can be dropped | Theo de Raadt | |
2007-01-08 | the advertising clause on these can safely be removed | Theo de Raadt | |
2007-01-08 | fix mem leak, from NetBSD; ok miod@ kettenis@ | Otto Moerbeek | |
2007-01-03 | Fix format string misuse in kssl_err_set(), which is not | Moritz Jodeit | |
called with user-supplied strings at the moment. ok markus@ | |||
2007-01-02 | remove extra \n in bpf_error() calls. | Reyk Floeter | |
figured out by claudio@ | |||
2007-01-02 | define bpf filters to match address and header fields in IEEE 802.11 | Reyk Floeter | |
wlan frames (DLT_IEEE802_11 and DLT_IEEE802_11_RADIO linktypes). see tcpdump(8) for details. "Works for me" claudio@ ok jmc@ deraadt@ | |||
2006-12-30 | RFC4291 declares that IPv6 numeric representation must have no more than | Jun-ichiro itojun Hagino | |
4 hex digits between colons. deraadt ok | |||
2006-12-28 | reword a sentence and kill some trailing whitespace; | Jason McIntyre | |
2006-12-23 | please gcc | Theo de Raadt | |
2006-12-23 | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | Theo de Raadt | |
2006-12-21 | make more correct and less confusing; noted by David Madore; | Otto Moerbeek | |
ok jmc@ deraadt@ | |||
2006-12-21 | mention sys/types.h needed; eth0@o2.pl | Theo de Raadt | |
2006-12-21 | 'tranfer' -> 'transfer' in comments. | Kenneth R Westerback | |
2006-12-20 | Don't use err as labels or variables, especially since we include | Ray Lai | |
err.h. OK moritz@ and jaredy@. | |||
2006-12-19 | a failed mmap returns MAP_FAILED, not NULL. found while exercising pax | Otto Moerbeek | |
in low-mem conditions; ok dim@ | |||
2006-12-17 | Always write errno on pw_lock failure so it can be relied on. | Ray Lai | |
Mention errno, pw_file, and pw_init in pw_lock man page. OK jmc@, otto@, millert@, and deraadt@. | |||
2006-12-16 | strlen fix. | Ray Lai | |
OK jaredy@ and millert@. | |||
2006-12-15 | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies | Kenneth R Westerback | |
MSDOSFS code. Eliminates -G option to mount_msdos. Nit detection by gwk@, tom@, jmc@. ok weingart@ tom@ thib@ dlg@ deraadt@ | |||
2006-12-09 | tweak the text on deprecated functions, after some help from tom; | Jason McIntyre | |
2006-12-09 | various tweaks; | Jason McIntyre | |
2006-12-09 | various tweaks; my apologies to itojun for forgetting to | Jason McIntyre | |
send him feedback for these | |||
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino | |
the kernel still handles RFC2292 set/getsockopts, so that compiled binary has no trouble running. userland sees RFC3542 symbols only on header file so new code has to use RFC3542 API. bump libc shlib minor for function additions. tested on i386/amd64 by jmc, i386 by brad. checked by deraadt. | |||
2006-12-08 | return is not a function. (cosmetic) | Jun-ichiro itojun Hagino | |
2006-12-04 | confstr() should return 0, not (size_t)-1, on errors; from Guy Harris. | Otto Moerbeek | |
ok millert@ and jmc@ for the man page bit. | |||
2006-12-01 | Normally pipes created by threaded apps are left non-blocking after being | Kurt Miller | |
closed so that a threaded child process can still read it without blocking. However, leaving stdin/out/err non-blocking when closed is bad because it can be shared with non-threaded apps that can't deal with a non-blocking file descriptor (i.e. cat). Therefore special case stdin/out/err pipes so that they are reset to blocking upon a close(). Tested by robert@, jolan@ and myself with multiple OOo builds on mp systems where the problem was seen more frequently. | |||
2006-11-29 | Fix cut'n'paste abuse in error message. | Miod Vallat | |
2006-11-29 | Sync with struct proc change. | Miod Vallat | |
2006-11-26 | fix a potential problem in multiple handling of va_list; use va_copy instead. | Brad Smith | |
From Niels Provos via the libevent SVN, by Alejo. ok deraadt@ | |||
2006-11-26 | fail without leaking memory when poll set extension fails. | Brad Smith | |
From Niels Provos via the libevent SVN ok deraadt@ | |||
2006-11-26 | allow both read and write callbacks for bufferevents to be NULL. | Brad Smith | |
From Niels Provos via the libevent SVN ok deraadt@ | |||
2006-11-26 | try first mmap() allocation at pagesize, no need to re-mmap at every power | Theo de Raadt | |
of 2 from 16 to pagesize(); ok otto | |||
2006-11-24 | Use correct define to detect soft fpu on arm, dont complain on lint so much. | Dale Rahn | |
2006-11-21 | introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). | Jun-ichiro itojun Hagino | |
deraadt ok. manpage nit by jmc. | |||
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino | |
(to sync up with more recent IPv6 spec) ok from: deraadt mcbride | |||
2006-11-15 | typo; from daniel matic | Jason McIntyre | |
2006-11-14 | Adjust ktrace(2) man page to recent changes in struct ktr_header. | Moritz Jodeit | |
OK tedu@ | |||
2006-11-14 | Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/round | Otto Moerbeek | |
regress test; ok miod@ | |||
2006-11-13 | missing ; | Otto Moerbeek | |
2006-11-12 | fix infinity, taking into account endianess. ok drahn@ miod@ | Otto Moerbeek | |
2006-11-10 | bump minor, for void set_rpc_maxgrouplist(int); | Alexander von Gernler | |
ok deraadt@ | |||
2006-11-10 | add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -g | Alexander von Gernler | |
working again. help from millert@, ok deraadt@ pedro@ | |||
2006-11-09 | build obj in sh | Dale Rahn | |
2006-11-09 | add openssl PEM_* manpages; ok deraadt, hshoexer, djm | Markus Friedl | |
2006-11-07 | Load the syscall number into the scratch register (r12) so that we dont | Dale Rahn | |
need the copyin. | |||
2006-11-07 | Build the correct arch softfloat code. | Dale Rahn | |
2006-11-07 | forgot to commit the new files for sh softfloat support. | Dale Rahn | |