| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
back out the corresponding documentation.
Noticed by: brian, ume
|
|
|
|
| |
of pkg_version.
|
|
|
|
| |
Inspired by: -current mailinglist
|
|
|
|
| |
Add back ftp6.
|
| |
|
|
|
|
| |
While i was at it, also corrected that the next 4.x release will be 4.2.
|
| |
|
|
|
|
|
|
|
|
|
| |
In summary:
o This file has been moved to sys/compat/linux,
o Any MD syscalls in this file are moved to
linux_machdep.c in sys/i386/linux,
o Include directives, makefiles and config files
have been updated.
|
|
|
|
| |
in /sys/i386/linux.
|
|
|
|
| |
MD/MI split.
|
|
|
|
|
| |
o Put the backslash in a fixed column by preference,
o Sort the list of files.
|
|
|
|
| |
Remove some bogus printfs.
|
| |
|
|
|
|
| |
is a new file, fix most of the style bugs at the same time.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for crypt(3) by now. In any case:
Add crypt_set_format(3) + documentation to -lcrypt.
Add login_setcryptfmt(3) + documentation to -lutil.
Support for switching crypt formats in passwd(8).
Support for switching crypt formats in pw(8).
The simple synopsis is:
edit login.conf; add a passwd_format field set to "des" or "md5"; go nuts :)
Reviewed by: peter
|
| |
|
|
|
|
|
|
|
| |
Make linux_to_bsd_sigset and linux_do_sigaction non-static.
Move linux_sigaction. linux_sigsuspend, linux_rt_sigsuspend,
linux_pause and linux_sigaltstack to MD code.
|
|
|
|
|
|
|
|
| |
Move linux_select to MD code (i386 compat. syscall).
Move linux_fork, linux_vfork, linux_clone, linux_mmap,
linux_pipe, linux_ioperm, linux_iopl and linux_modify_ldt
to MD code.
|
| |
|
|
|
|
|
|
|
| |
Make the sem*, msg* and shm* function non-static as they are
called from MD code.
Move linux_ipc to MD code.
|
| |
|
| |
|
| |
|
|
|
|
| |
rerelease when a release dies very late.
|
| |
|
|
|
|
|
|
| |
Remove unused #includes.
Bug spotted by: markm
|
| |
|
|
|
|
| |
not yet exist in the DEVFS case.
|
|
|
|
|
|
|
| |
which really wasn't such a hot idea in retrospect.
If the random device isn't available, it probably isn't wanted.
If it's wanted, it should be enabled in loader.conf.
|
|
|
|
| |
Approved by: phk
|
| |
|
|
|
|
|
|
|
| |
poll(2) manual page.
PR: 20677
Submitted by: "Ralf S. Engelschall" <rse@engelschall.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
line/column display).
I overlooked that ee(1) doesn't maintain proper line numbering when
adding/removing lines, so after those operations linenumber displayed may not
match the reality. Also use proper variable for current column diaplay, because
the one used previously reflects the offset of current char, which doesn't
equial screen position when tabs present.
Reviewed by: bp
|
|
|
|
|
| |
This makes the conversion from Test-Unit-Ready to Start-Stop-Unit in the case
of SCSI (Iomega Zip drive) actually work.
|
| |
|
|
|
|
|
|
| |
Microsoft FTP Service.
Reported by: asmodai, eivind
|
|
|
|
| |
Reported by: ache
|
|
|
|
|
|
|
|
| |
modify driver capability reporting format to list every audio format
seperately- required for above and because we could not previously indicate
that mono was unsupported.
there should be no functional impact.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove old DEVFS support fields from dev_t.
Make uid, gid & mode members of dev_t and set them in make_dev().
Use correct uid, gid & mode in make_dev in disk minilayer.
Add support for registering alias names for a dev_t using the
new function make_dev_alias(). These will show up as symlinks
in DEVFS.
Use makedev() rather than make_dev() for MFSs magic devices to prevent
DEVFS from noticing this abuse.
Add a field for DEVFS inode number in dev_t.
Add new DEVFS in fs/devfs.
Add devfs cloning to:
disk minilayer (ie: ad(4), sd(4), cd(4) etc etc)
md(4), tun(4), bpf(4), fd(4)
If DEVFS add -d flag to /sbin/inits args to make it mount devfs.
Add commented out DEVFS to GENERIC
|
|
|
|
|
|
|
| |
related PAO3/ports such as gxcardmon work.
Reviewed by: imp
Obtained from: PAO3
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
set and directories are being (re)made; build the procname ($0) stuff,
don't install miniperl.
(Miniperl needs a revisit).
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| | |
Discussed with: bde
|
| |
| |
| |
| |
| |
| |
| | |
reference count is initialised to zero to be more kosher.
Reviewed by: Bosko Milekic <bmilekic@technokratis.com>
Spotted by: jdp and Jake Burkholder <jburkhol@home.com> respectively
|