summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The API change mentioned in the previous revision has been backed out, sojhb2000-08-221-5/+0
| | | | | | back out the corresponding documentation. Noticed by: brian, ume
* Now that Bruce Mah is a committer, retire my co-maintainershipbillf2000-08-221-2/+1
| | | | of pkg_version.
* The Internet isn't by a long shot just DARPA anymore. Reflect reality.asmodai2000-08-221-1/+0
| | | | Inspired by: -current mailinglist
* Correct the naming. The default server is ftp.fr and #1 is the same.roberto2000-08-223-9/+15
| | | | Add back ftp6.
* Reflect the name changes in fr.freebsd.org.roberto2000-08-223-6/+6
|
* Mention that GDB now supports hardware watchpoints.joerg2000-08-221-0/+3
| | | | While i was at it, also corrected that the next 4.x release will be 4.2.
* Use consistent timezone so date information can be meaningfully compared.jkh2000-08-221-2/+2
|
* Finish the Linuxulator MD/MI split.marcel2000-08-2213-7605/+0
| | | | | | | | | 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.
* Connect the new sources in /sys/compat/linux and the new filemarcel2000-08-223-22/+23
| | | | in /sys/i386/linux.
* Update include directives for Linuxulator headers after themarcel2000-08-223-5/+5
| | | | MD/MI split.
* Style fixes:marcel2000-08-223-119/+120
| | | | | o Put the backslash in a fixed column by preference, o Sort the list of files.
* Save a pointer to the dev, if any, that each function attach.imp2000-08-222-2/+7
| | | | Remove some bogus printfs.
* Remove device type field - there are no block devices left.jkh2000-08-223-123/+96
|
* Collect the MD syscalls from /sys/compat/linux here. Since thismarcel2000-08-222-0/+1268
| | | | is a new file, fix most of the style bugs at the same time.
* How did you sneak in...green2000-08-221-1/+1
|
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIgreen2000-08-2213-36/+167
| | | | | | | | | | | | | | 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
* Update include directives.marcel2000-08-223-9/+7
|
* Update include directives.marcel2000-08-221-158/+6
| | | | | | | 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.
* Update include directives.marcel2000-08-221-381/+5
| | | | | | | | 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.
* Update include directives.marcel2000-08-222-7/+7
|
* Update include directives.marcel2000-08-221-58/+15
| | | | | | | Make the sem*, msg* and shm* function non-static as they are called from MD code. Move linux_ipc to MD code.
* Update include directives and remove linux_execve.marcel2000-08-221-23/+3
|
* Provide prototypes for functions used by MD code.marcel2000-08-222-0/+87
|
* Remove obsolete comment.archie2000-08-221-1/+0
|
* Touch ftp.1 and cdrom.1 when those stages are done to speed up makejhb2000-08-211-0/+2
| | | | rerelease when a release dies very late.
* Remove duplicate FreeBSD id tags.jhb2000-08-213-3/+0
|
* Fix devfs_access() bug on directories.phk2000-08-213-13/+8
| | | | | | Remove unused #includes. Bug spotted by: markm
* Make this work with current makefiles again.phk2000-08-211-22/+21
|
* Only whack pseudo-terminals into shape if they exist. They mightsheldonh2000-08-211-3/+5
| | | | not yet exist in the DEVFS case.
* After some discussion with markm, back out most of rev 1.221,sheldonh2000-08-211-9/+1
| | | | | | | 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.
* Fix typos.sobomax2000-08-211-3/+3
| | | | Approved by: phk
* Fix a bug upon initialization. (_INDX_ADDR -> _INDX_DATA)tanimura2000-08-211-5/+6
|
* Synchronize the poll() prototype with the one provided in thesheldonh2000-08-211-1/+1
| | | | | | | poll(2) manual page. PR: 20677 Submitted by: "Ralf S. Engelschall" <rse@engelschall.com>
* Fix a bug introduced by my own previous commit (addition of the currentsobomax2000-08-211-3/+18
| | | | | | | | | | | | 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
* Fix up the command in the destination buffer, not the source.n_hibma2000-08-211-2/+2
| | | | | This makes the conversion from Test-Unit-Ready to Start-Stop-Unit in the case of SCSI (Iomega Zip drive) actually work.
* Add dummy opt_devfs.h file.phk2000-08-212-1/+3
|
* Grok 125 replies to passive RETR. This fixes an interoperability bug withdes2000-08-211-1/+2
| | | | | | Microsoft FTP Service. Reported by: asmodai, eivind
* Move $PERL/IO/Socket to the right place.markm2000-08-211-2/+2
| | | | Reported by: ache
* rework feeder sytem to allow feeders in kldscg2000-08-2023-304/+705
| | | | | | | | 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 all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-2035-4350/+1643
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add UNIX domain socket feature to pccardd. This makes pccardume2000-08-207-15/+271
| | | | | | | related PAO3/ports such as gxcardmon work. Reviewed by: imp Obtained from: PAO3
* Unbreak LINT.n_hibma2000-08-201-1/+1
|
* Fix typo in last commit.phk2000-08-202-4/+2
|
* Add missing perl directories.markm2000-08-201-0/+10
|
* Fixes and cleanups to the perl build; don't error out when NOCLEAN ismarkm2000-08-207-10/+20
| | | | | | set and directories are being (re)made; build the procname ($0) stuff, don't install miniperl. (Miniperl needs a revisit).
* Resolve conflicts.markm2000-08-201-0/+4
|
* This commit was generated by cvs2svn to compensate for changes in r64866,markm2000-08-204-1/+54
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor supplied patches to fix procname ($0)markm2000-08-205-1/+67
| |
* | Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-2012-360/+137
| | | | | | | | Discussed with: bde
* | A slight restyling of the previous fix and make the way thedwmalone2000-08-201-8/+4
| | | | | | | | | | | | | | 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
OpenPOWER on IntegriCloud