Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-13 | Back out the anon change. Apparently it was tested by a few, but most of | Theo de Raadt | |
us did not see it or get a chance to test it before it was commited. It broke cvs, in the ami driver, making it not succeed at seeing it's devices. | |||
2006-07-12 | add some more C99 functions: round(3) and roundf(3). | Brad Smith | |
By Steven G. Kargl <kargl at troutmask dot apl dot washington.edu> From FreeBSD | |||
2006-07-09 | grammar tweak, on re-read; | Jason McIntyre | |
2006-07-09 | - clean up the SOCK_RAW text | Jason McIntyre | |
- remove the SOCK_RDM text; suggested by krw - Xr inet(4) and inet6(4) | |||
2006-07-04 | fix prototype of wcstombs; from TAKAHASHI Tamotsu | Otto Moerbeek | |
2006-07-04 | allocate gsalt large enough; from Matthew R. Dempsky <mrd at alkemio | Otto Moerbeek | |
dot org>; ok djm@ deraadt@ | |||
2006-06-27 | crank shlib_version | Damien Miller | |
2006-06-27 | resolve conflicts | Damien Miller | |
2006-06-27 | import of openssl-0.9.7j | Damien Miller | |
2006-06-21 | from netbsd: make anons dynamically allocated from pool. | Michael Shalayeff | |
this results in lesse kva waste due to static preallocation of those for every phys page and also every swap page. tested by beck krw miod | |||
2006-06-20 | Mention that only the superuser may adjust the frequency. Like in | Ray Lai | |
adjtime(2), but less wordy. OK otto@, jmc@. | |||
2006-06-19 | Real kvm routines for vax; allows ``target kvm'' to work in gdb for kernel | Miod Vallat | |
crash dumps. ok kettenis@ | |||
2006-06-14 | .Xr adjfreq and ntpd | Otto Moerbeek | |
2006-06-14 | Introducing adjfreq(2), to adjust the clock frequency. | Otto Moerbeek | |
Loosely based on dragonfly code. Man page help fro jmc@; ok deraadt@ | |||
2006-06-14 | Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Long | Kenneth R Westerback | |
marked obsolete since the opendev() behaviour it turned on is now the default. 'it can go' deraadt@ 'no API of mine has ever made it into a standard' downsj@ | |||
2006-06-12 | Use the non-generic SEGSHIFT value in the 020/030 specific codepath. | Miod Vallat | |
2006-06-12 | add class 1 and class 3 root certificates from CAcert.org. ok beck@ | Jakob Schlyter | |
2006-06-09 | proper type and ptdsize checks; had it for three weeks now... sigh | Michael Shalayeff | |
2006-06-08 | potential fd leak (we will fix this before we move to cloning) | Theo de Raadt | |
2006-06-07 | remove expired certificates. ok beck@ | Jakob Schlyter | |
2006-06-07 | update a couple of existing CAs that has been changed. ok beck@ | Jakob Schlyter | |
2006-06-07 | reformat using 'openssl x509 -text -fingerprint -sha1' and sort by | Jakob Schlyter | |
'openssl x509 -hash'. ok beck@ | |||
2006-06-07 | back out last patch due to updated committed prematurely | Jakob Schlyter | |
2006-06-07 | reformat using 'openssl x509 -text -fingerprint -sha1' and sort by | Jakob Schlyter | |
'openssl x509 -hash'. ok beck@ | |||
2006-06-06 | Fix 'double by a factor of two' and make cache options a bit more | Pedro Martelletto | |
descriptive while at it, input and okay jmc@ | |||
2006-06-06 | System build pieces for armish arch. | Dale Rahn | |
2006-06-04 | Add a CAVEATS section: other systems might have more restrictive adjtime(2). | Otto Moerbeek | |
With help from jmc@; ok deraadt@ jmc@ | |||
2006-06-04 | Allow any user to request the current adjustment; ok henning@ deraadt@ | Otto Moerbeek | |
2006-06-02 | document NFS_NIOTHREADS, with some pointers from mickey; | Jason McIntyre | |
2006-05-30 | Bump minimum stack size; current setting causes hangs or illegal | Otto Moerbeek | |
instructions once every few runs. Problem noted by Botond Botyanszki. ok marc@ | |||
2006-05-29 | revert vfs.nfs.privport sysctl, broke a few architectures | Anil Madhavapeddy | |
requested by deraadt@ | |||
2006-05-28 | Add support for NFS mounts to be from non-reserved ports: | Anil Madhavapeddy | |
- new sysctl vfs.nfs.privport to require NFS mount requests to be on reserved ports when set to 1 (the default). - mountd now automatically sets the sysctl depending on the -n flag. - add mountd_flags to rc.conf to enable the -n flag at boot. deraadt@ ok | |||
2006-05-28 | VFS_GENERIC returns VFS info, not VM info | Pedro Martelletto | |
2006-05-27 | Document net.inet6.ip6.mforwarding | Claudio Jeker | |
2006-05-27 | System calls return -1 upon failure, so check for -1 | Pedro Martelletto | |
Pointed out by deraadt@ | |||
2006-05-27 | Don't leak memory if getcwd() was passed NULL and __getcwd() fails | Pedro Martelletto | |
Okay miod@ sturm@ deraadt@ | |||
2006-05-27 | Make libc's getcwd() use the new __getcwd() system call | Pedro Martelletto | |
Hacked by marius@ at c2k5, okay miod@ krw@ deraadt@ | |||
2006-05-26 | vpn.8 removal; | Jason McIntyre | |
2006-05-26 | better words; mrd@alkemio.org | Theo de Raadt | |
2006-05-26 | let us not talk about ipsecadm and vpn anymore; ok reyk | Theo de Raadt | |
2006-05-19 | fix a !foo & bar. | Thordur I. Bjornsson | |
ok miod@, tedu@, pedro@ | |||
2006-05-17 | Document recent sysctl additions. | Gordon Willem Klok | |
ok jmc@, deraadt@ | |||
2006-05-15 | Adjust now that powerpc has PT_{GET|SET}FPREGS. | Mark Kettenis | |
reminded by miod@ | |||
2006-05-15 | Handle empty terminal names more gracefully. | Hugh Graham | |
Variously OK. | |||
2006-05-14 | Fix the second malloc_ulimit regression: maintaining the free list | Otto Moerbeek | |
requires memory; try to make sure we have it. If all fails, leak instead of crash. Test case originally found by cloder@, fix tested by many. | |||
2006-05-14 | lint warns about some fishy type conversion. | Marc Espie | |
Indeed, some ints can be silently shortened to unsigned short. Since those functions can return errors, do not convert spurious parameters to the wrong values, but return an error code instead. Tested for ill effects without any noticeable problems. okay millert@, otto@ | |||
2006-05-14 | Add a -hex option to 'rand' to output hexadecimal output. | Matthieu Herrb | |
ok djm@ miod@, man page help from jmc@. | |||
2006-05-12 | remove an 'is' from the comment to make the sentence correct. | Felix Kronlage | |
ok jmc@, mbalmer@ | |||
2006-05-09 | The int (32bit) argument must be sign extended on the 64 bit amd64 before | Dale Rahn | |
the add. ok miod@, toby@. olrite mickey@ | |||
2006-05-09 | Administrative changes for aviion, ok deraadt@ | Miod Vallat | |