Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-06-09 | print the interface address on route get; ok henning, claudio | 1 | -2/+7 | ||
2005-06-09 | LP_ERR -> LP_ABORT to match gnu/usr.bin/cvs output; okay joris@. | 1 | -3/+3 | ||
2005-06-09 | don't need vlan.h here | 1 | -2/+1 | ||
2005-06-09 | - add documentation for remaining vnode operations | 2 | -158/+713 | ||
- improve page layout - add MLINKS to, sort, and fix some typos in the Makefile help & ok marius, tedu, pedro, jmc | |||||
2005-06-09 | don't forget to close entfile in cvs_file_getspec(). | 1 | -2/+16 | ||
2005-06-09 | remove useless cvsd leftovers. | 1 | -4/+1 | ||
from Michael Knudsen | |||||
2005-06-09 | spelling | 1 | -4/+4 | ||
2005-06-09 | Fix typo in ASC/ASQ messages: DEnied -> Denied. | 1 | -2/+2 | ||
2005-06-08 | completely revert rev 1.52, which broke ral for some people; from danh@ | 1 | -4/+1 | ||
2005-06-08 | Don't point the user to a inexistent 'CAVEATS' section, okay jmc@ | 1 | -2/+2 | ||
2005-06-08 | Multi-cpu support for top. Each cpu now gets its own stats line. | 9 | -125/+238 | ||
Based on work by todd@ at the hackathon. | |||||
2005-06-08 | Add KERN_CPTIME2 on systems where __HAVE_CPUINFO is defined, exposes | 2 | -3/+38 | ||
spc_cp_time member of struct schedstate_percpu (per-cpu stats). From art@ during the hackathon. | |||||
2005-06-08 | Fix rearranging of parameters for quad types. | 1 | -11/+24 | ||
Use stateful functions for mbtowc. Use the same loop for scanning and for rescanning the format. okay millert@ | |||||
2005-06-08 | fix include for userland (tsk, tsk, krw). | 1 | -1/+4 | ||
okay pval, nits miod. | |||||
2005-06-08 | use SMALL_KERNEL for all arch's, not just alpha and also apply the defs | 2 | -12/+12 | ||
for sii3112 funcs; grange@ mickey@ deraadt@ ok. | |||||
2005-06-08 | no acpi here either | 1 | -3/+1 | ||
2005-06-08 | Remove the bus_reverse field out of the powerpc bus structure, originally | 6 | -28/+8 | ||
it was there so that big endian and little endian devices could both be present, however that is not the case on the macppc machines. Cleans up code, shrinks the kernel. ok deraadt@ | |||||
2005-06-08 | netns crap i missed earlier... damn unreliable tools | 2 | -88/+6 | ||
2005-06-08 | Force pid file fd to be > 2 so we don't clobber it when dup'ing | 1 | -2/+14 | ||
fds 0-2 to /dev/null. Tested and OK aaron@ | |||||
2005-06-08 | Make gethostbyaddr() prototype match POSIX. This means len is now | 3 | -18/+17 | ||
unsigned but there is no ABI change. OK deraadt@ | |||||
2005-06-08 | remove netns crud. | 35 | -585/+35 | ||
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad | |||||
2005-06-08 | sync | 1 | -2/+0 | ||
2005-06-08 | add ControlMaster=auto/autoask options to support opportunistic multiplexing; | 5 | -15/+74 | ||
tested avsm@ and jakob@, ok markus@ | |||||
2005-06-08 | squeeze +COMMENT in front of +DESC. | 2 | -16/+35 | ||
Transparently handle both package types, until everyone has transitionned to new style. Reasons for the change: - comment and desc are never written independently - access to comment necessitates a file read anyways. - shaves one inode and (mostly) one block from each installed package. Since this is /var, and there is often a lot of stuff going on in a small partition, this helps. Done after griping from tedu@, okay'd pval@ | |||||
2005-06-08 | if a cloned interface's destroy function fails, re-join the interface class | 1 | -3/+6 | ||
group, spotted by and ok markus | |||||
2005-06-08 | netns bits die | 2 | -8/+2 | ||
2005-06-08 | No need to export NETISR fields explicitely for intvec.s, as <net/netisr.h> | 1 | -12/+1 | ||
can be (and is) included by assembly source. | |||||
2005-06-08 | kill NS and DECNET bits | 1 | -7/+1 | ||
2005-06-08 | bye bye netns (and a few leftover DECNET bits while here) | 4 | -139/+8 | ||
2005-06-08 | huch, more netns shitz | 1 | -7/+1 | ||
2005-06-08 | kill some leftover bits from netns and iso routing | 3 | -17/+3 | ||
2005-06-08 | no more netns handling for the various tunnel devices and loopback | 4 | -40/+4 | ||
2005-06-08 | bye bye netns | 1 | -4/+1 | ||
2005-06-08 | netns bites the dust | 1 | -13/+1 | ||
2005-06-08 | useless netns includes; there was no NS stuff ever here | 3 | -18/+3 | ||
2005-06-08 | Xerox NS leaves us | 1 | -11/+1 | ||
2005-06-08 | -#option NS # XNS | 1 | -3/+1 | ||
-#option NSIP # XNS tunneling over IP | |||||
2005-06-08 | bye bye, Xerox NS protocols | 6 | -515/+44 | ||
2005-06-08 | bye bye | 3 | -311/+3 | ||
2005-06-08 | revert enabling iommu on amd64 as it breaks at least one MP host. | 1 | -1/+5 | ||
OK deraadt@ | |||||
2005-06-08 | stop talking about support for the obsolete network protocols | 1 | -10/+1 | ||
2005-06-08 | stop talking about obsolete network protocols that are gone or about to go | 1 | -9/+3 | ||
2005-06-08 | make nfsstats counters 64 bit. | 2 | -49/+49 | ||
ok pedro@ | |||||
2005-06-08 | disable RX checksum offload until its fixed on little endian systems | 1 | -1/+3 | ||
2005-06-08 | increase default rsa/dsa key length from 1024 to 2048 bits; ok markus@ deraadt@ | 3 | -7/+7 | ||
2005-06-08 | add open_write_error() to bail on fopen(3) failing to open for write, gains | 3 | -7/+15 | ||
more descriptive error messages, eg: "cannot open target file y.tab.h for writing" as opposed to a generic error. based on Alexander von Gernler <grunk@pestilenz.org>, ok deraadt | |||||
2005-06-08 | in rtlabel_name2id, handle the case of an empty name: return 0 | 1 | -1/+4 | ||
label id 0 means "no label". in pf_ioctl, where this is used to filter based on a label, this is an error condition. for the other 2 cases, messages on the routing socket, this allows for an sockaddr_rtlabel to be always present for messages on the routing socket, and when it is all zero it is exactly like if there was no sockaddr_rtlabel at all. ryan ok | |||||
2005-06-08 | sync | 19 | -209/+0 | ||
2005-06-08 | more inet6 stuff that got exposed | 1 | -1/+3 | ||
2005-06-08 | handle ramdisks, and kernels without inet6; henning ok | 1 | -1/+7 | ||