Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-09 | -D implies pruning directories, as already does -r; ok joris | Xavier Santolaria | |
2005-06-09 | remove references to ns(4); | Jason McIntyre | |
2005-06-09 | manpage nits. | Joris Vink | |
from Micheal Knudsen. ok jmc@, xsa@ | |||
2005-06-09 | no more netccitt/netns; | Jason McIntyre | |
2005-06-09 | print the interface address on route get; ok henning, claudio | Markus Friedl | |
2005-06-09 | LP_ERR -> LP_ABORT to match gnu/usr.bin/cvs output; okay joris@. | Xavier Santolaria | |
2005-06-09 | don't need vlan.h here | Brad Smith | |
2005-06-09 | - add documentation for remaining vnode operations | Jared Yanovich | |
- 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(). | Joris Vink | |
2005-06-09 | remove useless cvsd leftovers. | Joris Vink | |
from Michael Knudsen | |||
2005-06-09 | spelling | Theo de Raadt | |
2005-06-09 | Fix typo in ASC/ASQ messages: DEnied -> Denied. | Kenneth R Westerback | |
2005-06-08 | completely revert rev 1.52, which broke ral for some people; from danh@ | Christian Weisgerber | |
2005-06-08 | Don't point the user to a inexistent 'CAVEATS' section, okay jmc@ | Pedro Martelletto | |
2005-06-08 | Multi-cpu support for top. Each cpu now gets its own stats line. | Todd C. Miller | |
Based on work by todd@ at the hackathon. | |||
2005-06-08 | Add KERN_CPTIME2 on systems where __HAVE_CPUINFO is defined, exposes | Todd C. Miller | |
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. | Marc Espie | |
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). | Marc Espie | |
okay pval, nits miod. | |||
2005-06-08 | use SMALL_KERNEL for all arch's, not just alpha and also apply the defs | Federico G. Schwindt | |
for sii3112 funcs; grange@ mickey@ deraadt@ ok. | |||
2005-06-08 | no acpi here either | Theo de Raadt | |
2005-06-08 | Remove the bus_reverse field out of the powerpc bus structure, originally | Dale Rahn | |
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 | Henning Brauer | |
2005-06-08 | Force pid file fd to be > 2 so we don't clobber it when dup'ing | Todd C. Miller | |
fds 0-2 to /dev/null. Tested and OK aaron@ | |||
2005-06-08 | Make gethostbyaddr() prototype match POSIX. This means len is now | Todd C. Miller | |
unsigned but there is no ABI change. OK deraadt@ | |||
2005-06-08 | remove netns crud. | Henning Brauer | |
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad | |||
2005-06-08 | sync | Theo de Raadt | |
2005-06-08 | add ControlMaster=auto/autoask options to support opportunistic multiplexing; | Damien Miller | |
tested avsm@ and jakob@, ok markus@ | |||
2005-06-08 | squeeze +COMMENT in front of +DESC. | Marc Espie | |
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 | Henning Brauer | |
group, spotted by and ok markus | |||
2005-06-08 | netns bits die | Henning Brauer | |
2005-06-08 | No need to export NETISR fields explicitely for intvec.s, as <net/netisr.h> | Miod Vallat | |
can be (and is) included by assembly source. | |||
2005-06-08 | kill NS and DECNET bits | Henning Brauer | |
2005-06-08 | bye bye netns (and a few leftover DECNET bits while here) | Henning Brauer | |
2005-06-08 | huch, more netns shitz | Henning Brauer | |
2005-06-08 | kill some leftover bits from netns and iso routing | Henning Brauer | |
2005-06-08 | no more netns handling for the various tunnel devices and loopback | Henning Brauer | |
2005-06-08 | bye bye netns | Henning Brauer | |
2005-06-08 | netns bites the dust | Henning Brauer | |
2005-06-08 | useless netns includes; there was no NS stuff ever here | Henning Brauer | |
2005-06-08 | Xerox NS leaves us | Henning Brauer | |
2005-06-08 | -#option NS # XNS | Henning Brauer | |
-#option NSIP # XNS tunneling over IP | |||
2005-06-08 | bye bye, Xerox NS protocols | Henning Brauer | |
2005-06-08 | bye bye | Henning Brauer | |
2005-06-08 | revert enabling iommu on amd64 as it breaks at least one MP host. | Marco S Hyman | |
OK deraadt@ | |||
2005-06-08 | stop talking about support for the obsolete network protocols | Henning Brauer | |
2005-06-08 | stop talking about obsolete network protocols that are gone or about to go | Henning Brauer | |
2005-06-08 | make nfsstats counters 64 bit. | marius eriksen | |
ok pedro@ | |||
2005-06-08 | disable RX checksum offload until its fixed on little endian systems | Brad Smith | |
2005-06-08 | increase default rsa/dsa key length from 1024 to 2048 bits; ok markus@ deraadt@ | Damien Miller | |
2005-06-08 | add open_write_error() to bail on fopen(3) failing to open for write, gains | Peter Valchev | |
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 |