| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
from Chad Dougherty, documentation/5493
|
|
|
|
|
|
| |
a series of oneshot or periodic timers. capped to a global limit.
from freebsd via brad.
ok art pedro
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
free room in struct partition by packing fragment size and
fragments/block more tighlty and use the resulting space to make
offset and size 48 bits. For the disk part we use spare fields in
struct disklabel. Kernel converts in-mem copy of the on-disk
label if needed, disklabel(8) writes new version.
We are careful to only change fields not used by bootloaders.
Conception of basic scheme by deraadt.
ok deraadt@ krw@
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove alot of dead kerberos code like
the options for NFSSVC_AUTHIN and NFSSVC_AUTHFAIL wich where
originally to get the kerberos auth info into the kernel.
(that hasnt worked for long, if ever.)
Also remove some helper functions and associated goo, however
theres still alot of it left.
* Remove NFSSVC_BIOD, biod's where replaced with kernel threads
a long time ago.
* NFSSVC_MNTD wich was is NQNFS leftover.
Update the man page and nfsd(8).
nfssvc(2) besides being special has only one user in the tree
nfsd(8), therefore no library bumps are needed.
(discussed with deraadt@).
ok beck@, "go a head" deraadt@
Tested by ckuethe@
|
| |
|
|
|
|
|
| |
these functions and each use of the fd is already protected. No externally
visible changes. okay marc@ millert@
|
|
|
|
| |
reminded and ok jmc@
|
|
|
|
|
|
|
|
|
|
| |
overflows, respectively. (EOVERFLOW from espie@)
don't bump libc, as there are currently no functions that use them, but it
doesn't hurt to have them around.
as discussed with deraadt@, espie@, miod@ and otto@
ok deraadt@ espie@ miod@ otto@
|
|
|
|
| |
OK jmc@.
|
|
|
|
| |
OK moritz@ and jaredy@
|
|
|
|
|
|
| |
only once while here. From tbert.
OK jaredy@.
|
| |
|
|
|
|
|
|
| |
wrappers around fopen/fclose. From tbert.
OK millert@, tedu@, and itojun@.
|
| |
|
|
|
|
|
|
|
| |
to #ifdefs where they are used. Found by lint by bret dot lambert
at gmail.
OK deraadt@.
|
|
|
|
| |
stuff to LSRCS
|
|
|
|
| |
Earlier diff OK jmc@, with nit by otto@.
|
|
|
|
| |
OK moritz@.
|
|
|
|
| |
OK moritz@ and jaredy@.
|
|
|
|
| |
okay jmc@
|
|
|
|
| |
spotted by Daniel Ouellet; help/ok claudio
|
|
|
|
|
|
| |
getaddrinfo reentrant.
OK millert@ and deraadt@.
|
| |
|
|
|
|
| |
Sync the documentation in getpid with arc4random's format.
|
|
|
|
| |
some time ago--it caused too many problems.
|
| |
|
| |
|
|
|
|
|
| |
this diff came into my tree, apologies for not naming the contributor.
ok tedu@ deraadt@
|
|
|
|
| |
OK deraadt@ mjc@ canacar@ krw@, with much input from Enache himself
|
|
|
|
|
|
| |
immediately after.
OK millert@.
|
|
|
|
|
|
| |
reflect how shutdown() behaves with PF_INET and PF_INET6 sockets;
help/ok millert otto
|
|
|
|
|
|
| |
as _ng_sl_add() now returns a value. The only consumer of that
interface is netgroup_mkdb(8). Adapted from NetBSD.
OK deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
always saved upon context switches, as FPU registers are heavily used for
long long computations (don't ask). Gcc default to -m4.
Credits to drahn@ otto@ and deraadt@ for feedback and help testing.
Upgrade procedure if you don't want to use the damn snapshots:
- build and install new kernel, reboot off it
- build new gcc, do not install it yet
- make includes
- install new gcc
- build and install lib/csu and lib/libc
- make build
|
|
|
|
|
|
| |
No binary change with NLS enabled.
ok otto millert espie
|
|
|
|
| |
- use escapes for <>
|
| |
|
| |
|
|
|
|
|
|
|
| |
in ints since there are multiple flavors. The key point to get
across is that when storing as a type > byte it may be necessary
to do byte swapping depending on the machine's byte order.
Noticed by Tamas TEVESZ.
|
| |
|
|
|
|
| |
file is not used for them.
|
| |
|
|
|
|
| |
consisten also. ok millert@ jmc@
|
|
|
|
| |
from jared rr spiegel: documentation/5385
|
|
|
|
|
|
|
|
| |
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size.
Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago.
OK millert@.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Try to tell what this really does.
Including a BUGS section on why it doesn't.
*roff code by wiz@, with some input from
Slava Semushin <slava.semushin@gmail.com>
ok millert
|
|
|
|
|
|
| |
Suggested by itojun@ in response to my getaddrinfo fixes.
OK millert@.
|