| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(Edited automatically)
|
|
|
|
|
|
|
|
| |
script.
Submitted by: "Daniel C. Sobral" <dcs@newsguy.com>
Avoided by: jkh
Demanded by: The Users
|
|
|
|
| |
mknod(2).
|
| |
|
| |
|
|
|
|
|
| |
sort tcpd* entries
\end{bdemode}
|
|
|
|
| |
Submitted by : Peter_Chen.bbs@bbs.csie.nctu.edu.tw
|
| |
|
| |
|
|
|
|
| |
seat belts for failed desktop installations.
|
|
|
|
|
| |
pccard is busted
The cool new SMP stuff
|
|
|
|
|
| |
PR: 11347
Submitted by: Christian Weisgerber
|
|
|
|
|
|
| |
of packets can be tested.
PR: docs/7437
|
| |
|
|
|
|
|
|
|
|
| |
that doesn't have it. This is achieved by having minimal do-nothing stubs
enabled when there are no bpfilter devices configured.
Driver modules should be built with BPF enabled for maximum
convenience (but can be built without it for maximum performance).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- %fs register is added to trapframe and saved/restored upon kernel entry/exit.
- Per-cpu pages are no longer mapped at the same virtual address.
- Each cpu now has a separate gdt selector table. A new segment selector
is added to point to per-cpu pages, per-cpu global variables are now
accessed through this new selector (%fs). The selectors in gdt table are
rearranged for cache line optimization.
- fask_vfork is now on as default for both UP and SMP.
- Some aio code cleanup.
Reviewed by: Alan Cox <alc@cs.rice.edu>
John Dyson <dyson@iquest.net>
Julian Elischer <julian@whistel.com>
Bruce Evans <bde@zeta.org.au>
David Greenman <dg@root.com>
|
| |
|
|
|
|
|
| |
people complain about working out what device their filesystems are
mounted on.
|
|
|
|
|
| |
SWITCH_TAKES_ARG isn't defined (which svr4.h does) when we assign our
definition to it.
|
|
|
|
|
|
|
| |
Remove useless initialization of static variable to 0.
Move static variable declaration into the only function that uses
it.
|
|
|
|
|
|
|
|
| |
so that the list of drivers is correct. This is a slightly
simplified version of the patch from the PR.
PR: misc/10544
Submitted by: Christophe Colle <colle@krtkg1.rug.ac.be>
|
|
|
|
|
|
|
| |
While I have yet to hear of any problems with us using thunks. The EGCS
mailing list notes some have problems with it and not using them are a
safer default. People wanting to use them, can set the appropiate
compiler flag.
|
|
|
|
|
|
|
|
| |
feature of packages now so that no version info is embedded.
o Add a default X desktop menu offering afterstep, enlightenment, KDE, GNOME
and Windowmaker desktops instead of the boring twm(1) based one if the
user so chooses. This will require a little testing.
|
| |
|
|
|
|
|
|
|
|
| |
thing to use it at startup, when you don't know if the user can
handle vi or not, but yet another thing to leave it as a permanent
land mine for root.
2. Put /usr/X11R6/bin in path; it makes getting the desktop up a lot easier.
|
|
|
|
| |
suser() API changed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1:
s/suser/suser_xxx/
2:
Add new function: suser(struct proc *), prototyped in <sys/proc.h>.
3:
s/suser_xxx(\([a-zA-Z0-9_]*\)->p_ucred, \&\1->p_acflag)/suser(\1)/
The remaining suser_xxx() calls will be scrutinized and dealt with
later.
There may be some unneeded #include <sys/cred.h>, but they are left
as an exercise for Bruce.
More changes to the suser() API will come along with the "jail" code.
|
|
|
|
|
|
|
|
|
| |
However, it doesn't check if the remote printer name it
is sending it to is the same as the local printer name,
and so chokes 'cos "laser" is not a real printer.
PR: 7081
Submitted by: David Malone <dwmalone@maths.tcd.ie>
|
| |
|
|
|
|
|
|
|
| |
filesystems with the "nosuid" option. Mention that syscall tracing
is disabled sometimes.
PR: misc/11328
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
device per argument rather than the old way of concatenating
everything then splitting the result at commas and whitespace.
Old syntax of ``set device /dev/cuaa0, /dev/cuaa1''
may no longer contain the comma, but syntax such as
``set device "!ssh host ppp -direct label"'' is now
possible.
|
| |
|
|
|
|
| |
If someone has a better flag to use I'll be glad to change it.
|
|
|
|
| |
Multiple pass (which only affects dummynet) is too confusing.
|
|
|
|
| |
its brothers and sisters.
|
| |
|
|
|
|
|
|
|
|
| |
able to expand the zeros, ones etc masks on the fly. It seems a good
number of domains don't set the rn_maxkey variable anyway, and because
this is a domain itself, there is no guarantee we've been called after
a protocol that actually has set it (ie: inet), so start with a maxkey
of a relatively sane size as a base point until it can adapt on the fly.
|
|
|
|
|
|
|
|
| |
it used to be that way. I'm not sure that it's needed, but it does
walk the ifp list..
Incidently, there's nothing to sanity check the ifq_maxlen on loaded
interfaces..
|
|
|
|
| |
maintain that in case.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Get rid of the spl wrapper kludge, it doesn't seem to be needed between
init calls since all that's running is the domain/protocol timers and they
are safe since domain list modifications are splnet() protected (which
blocks the timers)
|
| |
|
| |
|
| |
|
| |
|
| |
|