| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
passed to kernel_sysctl() to fix an unaligned exception on Alpha. This
is not an MFC as the code in 5.x is very different.
Reported by: Eric Millbrandt emillbrandt at coldhaus dot com
Notes:
svn path=/stable/4/; revision=147508
|
| |
|
|
|
|
|
| |
PR: 55290
Notes:
svn path=/stable/4/; revision=134428
|
| |
|
|
|
|
|
|
|
| |
MFC revision 1.116 of sys/compat/linux/linux_ioctl.c
Approved by: so (des)
Notes:
svn path=/stable/4/; revision=131350
|
| |
|
|
|
|
|
|
|
| |
(uname(2) used to return the host environment's hostname).
Approved by: silence on emulation@
Notes:
svn path=/stable/4/; revision=127330
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=122870
|
| |
|
|
|
|
|
|
|
| |
in linux_setgroups() and linux_setgroups16().
Approved by: re (murray)
Notes:
svn path=/stable/4/; revision=121338
|
| |
|
|
|
|
|
|
|
|
| |
Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa for
the VMIN and VTIME members of the c_cc array.
PR: 23173
Notes:
svn path=/stable/4/; revision=117189
|
| |
|
|
|
|
|
| |
option in building the DRM.
Notes:
svn path=/stable/4/; revision=114453
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=108786
|
| |
|
|
|
|
|
|
|
|
|
| |
Pass flags to msync() accounting for differences in the definition of
MS_SYNC on FreeBSD and Linux.
Submitted by: Christian Zander <zander@minion.de>
Approved by: re (jhb)
Notes:
svn path=/stable/4/; revision=103887
|
| |
|
|
|
|
|
|
| |
o 1.82: reimplement linux_ifname() to match address translation.
o 1.83: return all AF_INET addresses for SIOCGIFCONF.
Notes:
svn path=/stable/4/; revision=90519
|
| |
|
|
|
|
|
|
|
|
|
| |
gap problem, support for Home key, add support for multiple
SSIDs via ifmedia and some minor bug fixes, install header files in
/usr/include/dev/an and in general sync with -current.
Reviewed by: imp, David Wolfskill <david@catwhisker.org>
Notes:
svn path=/stable/4/; revision=90347
|
| |
|
|
|
|
|
|
|
| |
getpid, getuid, getgid and pipe, since they bootstrapped from
OSF/1 and never cleaned up. Switch to the native syscalls
on alpha so that the above functions work.
Notes:
svn path=/stable/4/; revision=90151
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The I/F renaming as performed by the SIOCGIFCONF ioctl() is now in
sync with current. The linux_ifname interface function has not been
removed (as done in 1.79) or changed (as done in 1.82) due to the
11th hour in the 4.5 release cycle. This is fine as the function is
not used at all ATM and thus will not break anything. An MFC will
happen shortly after 4.5 is safely out the door.
Approved by: re
Notes:
svn path=/stable/4/; revision=89677
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=87440
|
| |
|
|
|
|
|
| |
from working.
Notes:
svn path=/stable/4/; revision=86778
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=86173
|
| |
|
|
|
|
|
|
|
|
| |
allows Linux_base-7 to work properly.
tested on alpha by: gallatin (thanks!)
tested on i386 by: marcel (among others probably)
Notes:
svn path=/stable/4/; revision=86095
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader
tunable.
- Change TUNABLE_*_FETCH to have a return value of 0 if the variable
was not found or successfully converted and true otherwise.
- Use vm_offset_t instead of caddr_t to fix a warning and remove
two casts in kern_exec.c.
Notes:
svn path=/stable/4/; revision=85936
|
| |
|
|
|
|
|
|
|
|
| |
should be checked. I don't know how that snuck in there..
pointed out by: Daniel McRobb <dwm@caimis.com>
PR: 31637
Notes:
svn path=/stable/4/; revision=85728
|
| |
|
|
|
|
|
| |
can test the MFC candidate (see -emulation).
Notes:
svn path=/stable/4/; revision=85267
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=85217
|
| |
|
|
|
|
|
|
| |
If the cwd isn't cached (__getcwd() fails), the cwd is looked up inside
the kernel.
Notes:
svn path=/stable/4/; revision=85116
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=83545
|
| |
|
|
|
|
|
| |
Approved by: re (jkh)
Notes:
svn path=/stable/4/; revision=82403
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MFC'ed the following files from HEAD:
1.41 +2 -2 src/sys/i386/linux/syscalls.master
1.104 +77 -1 src/sys/compat/linux/linux_misc.c
1.29 +1 -2 src/sys/i386/linux/linux_dummy.c
1.43 +1 -1 src/sys/i386/linux/linux_proto.h
1.38 +0 -0 src/sys/i386/linux/linux_syscall.h
1.44 +1 -1 src/sys/i386/linux/linux_sysent.c
PR: kern/27759
Submitted by: henrich@sigbus.com
Reviewed by: marcel
Approved by: marcel
Notes:
svn path=/stable/4/; revision=80600
|
| |
|
|
|
|
|
| |
Approved by: jkh
Notes:
svn path=/stable/4/; revision=74899
|
| |
|
|
|
|
|
|
| |
linux_socket.h: 1.1
linux_socket.c: 1.25
Notes:
svn path=/stable/4/; revision=73462
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73354
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73289
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70319
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69054
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69048
|
| |
|
|
|
|
|
| |
Approved by: jkh
Notes:
svn path=/stable/4/; revision=68476
|
| |
|
|
|
|
|
| |
Approved by: JKH
Notes:
svn path=/stable/4/; revision=68282
|
| |
|
|
|
|
|
| |
Approved by: JKH
Notes:
svn path=/stable/4/; revision=68265
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=68198
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=67319
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=66835
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=65163
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=65079
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=65026
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=63904
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=57955
|
| |
|
|
|
|
|
|
|
|
|
| |
argument could panic the kernel.
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
Prompted by: jkh, gallatin
Approved by: prompters
Notes:
svn path=/head/; revision=57867
|
| |
|
|
|
|
|
|
|
| |
other BLK.* ioctls should the desire arize.
Approved by: jkh (via dufault)
Notes:
svn path=/head/; revision=57858
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
parents flags.
Note on the PR:
The PR contains another patch that's not being committed without
further background information. The PR stays open for now.
PR: 16946 (Victor A. Salaman <salaman@teknos.com>)
Prompted by: msmith
Indirect/implicit approval: jkh (shoot me if I'm wrong :-)
Notes:
svn path=/head/; revision=57564
|
| |
|
|
|
|
|
|
|
|
| |
READSUBCHANNEL ioctl. This makes vmware work with SCSI CDROM
drives.
Approved by: jkh
Notes:
svn path=/head/; revision=56940
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of 4 longs used as a bitmask. sv4r4_sigfillset has been broken for a
while, probably since rev 1.5.
This patch fixes SVR4_NSIG (i.e.: sets it to the actual number of signals,
instead of the number of bits in the mask) because some SysVR4 clients
honestly seem to care about whether bits in the signal mask are set for
non-existant signals.
Additionally, the svr4_sigfillset macro has been replaced by a
fully fledged function, because the macro didn't actually work
(it returned an all-ones mask, but we don't want that: we want 0's
set where FreeBSD doesn't actually have a signal which is the same
as an SysVR4 signal, for example).
SysVR4 clients can now successfully ignore signals, although catching
them remains problematic (see commit log message for rev1.13 of
sys/i386/svr4/svr4_machdep.c for more info).
Notes:
svn path=/head/; revision=56046
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56045
|