summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* catch up manual pages with rename of vm_page_sleep_busy to vm_page_sleep_if_busyavg2010-10-201-0/+2
| | | | | Suggested by: alc MFC after: 4 days
* Prevent the ofwdump manpage from being deleted by make delete-old onnwhitehorn2010-10-151-1/+1
| | | | PowerPC.
* Upgrade xz to git snapshot as of 20101010mm2010-10-111-0/+2
| | | | | Approved by: delphij (mentor) MFC after: 1 month
* Add entries to remove manpath.config from etc and the examples directory.gordon2010-10-091-0/+3
| | | | Approved by: wes (mentor implicit)
* Add more obsolete files.antoine2010-10-031-0/+5
|
* Mark the sbuf_overflowed(9) manpage as obsolete since it has beenmdf2010-09-101-0/+2
| | | | | | renamed. Noticed by: jhb
* Tie up some loose ends r88509 left behind:brueffer2010-08-151-0/+2
| | | | | | | | | | - chooseproc() is long gone, MLINK choosethread instead - Update NAME section for choosethread - Mark chooseproc.9 for removal PR: 149549 Submitted by: pluknet MFC after: 1 week
* Remove unneeded functions from libcompat.ed2010-08-061-0/+5
| | | | | | Erwin fired up a ports build a couple of weeks ago and it seems the following functions are not used by any of the 20k ports we have, which makes me believe they don't have any purpose. Just remove them.
* Add an entry to remove the acpi_boost(4) man page.rpaulo2010-07-271-0/+2
| | | | Submitted by: pluknet <pluknet at gmail.com>
* Upgrade our Clang in base to r108428.ed2010-07-201-0/+8
| | | | | | | | | This commit merges the latest LLVM sources from the vendor space. It also updates the build glue to match the new sources. Clang's version number is changed to match LLVM's, which means /usr/include/clang/2.0 has been renamed to /usr/include/clang/2.8. Obtained from: projects/clangbsd
* Remove detect-vmware.sh, recently removed.imp2010-07-131-0/+2
|
* <machine/intr.h> removed on powerpc.marcel2010-07-021-0/+4
|
* - Add versioned symbols to liblzmadelphij2010-05-141-0/+5
| | | | | | | - Use default SHLIB_MAJOR. Approved by: mm X-MFC with: lzma library MFC
* Non-GCC gcc compatible compilers may provide the same multimedia intrinsicobrien2010-05-121-0/+18
| | | | | | | headers as GCC, but of their own implementation. So put the GCC ones into their own header "namespace". Requested by: ed
* o) Use inline functions to access coprocessor 0 registers rather than externaljmallett2010-04-171-0/+4
| | | | | | | | | | | | | | | | | | | | ones implemented using assembly. o) Use TRAPF_USERMODE() consistently rather than USERMODE(). Eliminate <machine/psl.h> as a result. o) Use intr_*() rather than *intr(), consistently. o) Use register_t instead of u_int in some trap code. o) Merge some more endian-related macros to machine/asm.h from NetBSD. o) Add PTR_LI macro, which loads an address with the correct sign-extension for a pointer. o) Restore interrupts when bailing out due to an excessive IRQ in nexus_setup_intr(). o) Remove unused functions from psraccess.S. o) Enter temporary virtual entries for large memory access into the page tables rather than simply hoping they stay resident in the TLB and we don't need to do a refill for them. o) Abstract out large memory mapping setup/teardown using some macros. o) Do mips_dcache_wbinv_range() when using temporary virtual addresses just like we do when we can use the direct map.
* Remove some unused header files.jmallett2010-04-161-0/+8
|
* <machine/nexusvar.h> removed on ia64.marcel2010-03-271-1/+4
|
* Remove GNU cpio after fix of CVE-2010-0624.delphij2010-03-261-0/+5
| | | | | | | | | | | | | Note that this is actually a no-op for most users, as this GNU cpio was broken on -HEAD and 8-STABLE since last March until the recent fix. FreeBSD 8.0+ uses BSD cpio by default and the code is being actively maintained. Blessed by: kientzle With hat: secteam MFC after: 3 days
* Update to zlib 1.2.4 and add versioned symbols to thedelphij2010-03-221-0/+5
|\ | | | | | | | | | | library. Sponsored by: iXsystems, Inc.
| * Create a custom branch where I will be able to do the merge.delphij2010-03-191-5243/+0
|/
* Trim down libcompat by removing <regexp.h>.ed2010-03-141-0/+4
| | | | | | | | | | | | | | | Erwin ran an exp-run with libcompat and <regexp.h> removed. It turns out the regexp library is almost entirely unused. In fact, it looks like it is sometimes used by accident. Because these function names clash with libc's <regex.h>, some application use both <regex.h> and libcompat, which means they link against the wrong regex library. This commit removes the regexp library and reimplements re_comp() and re_exec() using <regex.h>. It seems the grammar of the regular expressions accepted by these functions is similar to POSIX EREs. After this commit, 1 low-profile port will be broken, but the maintainer already has a patch for it sitting in his mailbox.
* Remove last traces of <utmp.h>.ed2010-03-031-0/+2
|
* ia64: <machine/sapicreg.h> and <machine/sapicvar.h> removed.marcel2010-02-271-0/+5
|
* Add more obsolete files.antoine2010-02-271-0/+10
|
* Initial gdbserver support for amd64.jkim2010-02-251-1/+1
|
* Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.delphij2010-01-221-0/+3
| | | | Reviewed by: gabor
* Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a goodgabor2010-01-201-0/+7
| | | | | | | | | | compatibility level with the GNU counterparts and have shown to be mature enough. For now, the GNU versions aren't removed from the tree, just detached from the build. Sponsored by: Google Summer of Code 2008 Portbuild run by: erwin Approved by: delphij
* Phase out ttyslot(3).ed2010-01-141-0/+2
| | | | | | | | The ttyslot() function was originally part for SUSv1, marked LEGACY in SUSv2 and removed later on. This function only makes sense when using utmp(5), because it was used to determine the offset of the record for the controlling TTY. It makes little sense to keep it here, because the new utmpx file format doesn't index based on TTY slots.
* Remove <utmp.h> and its corresponding manual page.ed2010-01-131-0/+3
|
* Remove login(3), logout(3) and logwtmp(3) from libutil.ed2010-01-131-0/+4
| | | | | | | | | | These functions only apply to utmp(5). They cannot be kept intact when moving towards utmpx. The login(3) function would break, because its argument is an utmp structure. The logout(3) and logwtmp(3) functions cannot be used, since they provide a functionality which partially overlaps. Increment SHLIB_MAJOR to 9 to indicate the removal.
* Remove utmpx stub from libulog.ed2010-01-131-0/+8
| | | | | | | | | I'm not increasing the shlib major version for this, because not a single application outside the base system should have used these functions in such a short timespan. Rewrite ulog_login(3) and ulog_logout(3) to build on top of the utmpx implementation in libc.
* Use umtx to implement process sharable semaphore, to make this work,davidxu2010-01-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | now type sema_t is a structure which can be put in a shared memory area, and multiple processes can operate it concurrently. User can either use mmap(MAP_SHARED) + sem_init(pshared=1) or use sem_open() to initialize a shared semaphore. Named semaphore uses file system and is located in /tmp directory, and its file name is prefixed with 'SEMD', so now it is chroot or jail friendly. In simplist cases, both for named and un-named semaphore, userland code does not have to enter kernel to reduce/increase semaphore's count. The semaphore is designed to be crash-safe, it means even if an application is crashed in the middle of operating semaphore, the semaphore state is still safely recovered by later use, there is no waiter counter maintained by userland code. The main semaphore code is in libc and libthr only has some necessary stubs, this makes it possible that a non-threaded application can use semaphore without linking to thread library. Old semaphore implementation is kept libc to maintain binary compatibility. The kernel ksem API is no longer used in the new implemenation. Discussed on: threads@
* Complete ntptrace(8) removal:antoine2010-01-031-0/+3
| | | | | | | - do not install man page - update ObsoleteFiles.inc Approved by: roberto@
* Remove examples for pppd and SLIP-related stuff.trasz2009-12-291-0/+23
|
* Add more obsolete files.antoine2009-12-051-0/+3
|
* Unify rc.firewall and rc.firewall6, and obsolete rc.firewall6ume2009-12-021-0/+3
| | | | | | | and rc.d/ip6fw. Reviewed by: dougb, jhb MFC after: 1 month
* rc.early(8) was removed as of 20090530 so remove manual page referencedelphij2009-11-181-0/+2
| | | | | | to it. MFC after: 1 week
* Move pselect(3) man page to section 2.kib2009-10-281-0/+2
| | | | | Noted by: jhb MFC after: 1 month
* Add more obsolete man pages.antoine2009-10-241-0/+46
|
* We haven't installed usbdevs for many moons now, and it doesn't work anymarkm2009-10-121-0/+2
| | | | more anyway. Add it to the "obsolete" list.
* Add entries for moved files during vesa/dpms promotion.delphij2009-09-101-0/+3
|
* Do the first step in removing lukemftpd from the base system. Disconnectremko2009-09-031-0/+5
| | | | | | | | | | | | | | | it from the build. If you are using the FTP daemon, please consider using the port ftp/tnftpd which is the same FTP server, but newer and might have more/better functionality. This results in us providing only one ftp daemon by default. Reviewed by: bz Approved by: imp (mentor, implicit) MFC after: 3 days Silence from: obrien
* Remove BSD.{local,x11,x11-4}.dist mtree files as they're either obsolete orflz2009-09-021-0/+4
| | | | they've moved to ports.
* ObsoleteFiles.inc:antoine2009-08-231-2/+0
| | | | kthread_create(9) was resurrected as a mlink to kproc(9)
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-0/+2
| | | | | | | | | | vnet.h, we now use jails (rather than vimages) as the abstraction for virtualization management, and what remained was specific to virtual network stacks. Minor cleanups are done in the process, and comments updated to reflect these changes. Reviewed by: bz Approved by: re (vimage blanket)
* Update ObsoleteFiles.incantoine2009-07-201-3/+5
| | | | | | | - Remove some USB headers that were resurrected recently - Add new obsolete files (2 man pages and libvgl.so.5) Approved by: re (kib)
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-0/+208
| | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson)
* Add an entry for etc/pam.d/gdm as this file is no longer required.marcus2009-07-181-0/+2
| | | | Approved by: re (kib)
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (DPCPU), as suggested by Peter Wemm, and implement a new per-virtual network stack memory allocator. Modify vnet to use the allocator instead of monolithic global container structures (vinet, ...). This change solves many binary compatibility problems associated with VIMAGE, and restores ELF symbols for virtualized global variables. Each virtualized global variable exists as a "reference copy", and also once per virtual network stack. Virtualized global variables are tagged at compile-time, placing the in a special linker set, which is loaded into a contiguous region of kernel memory. Virtualized global variables in the base kernel are linked as normal, but those in modules are copied and relocated to a reserved portion of the kernel's vnet region with the help of a the kernel linker. Virtualized global variables exist in per-vnet memory set up when the network stack instance is created, and are initialized statically from the reference copy. Run-time access occurs via an accessor macro, which converts from the current vnet and requested symbol to a per-vnet address. When "options VIMAGE" is not compiled into the kernel, normal global ELF symbols will be used instead and indirection is avoided. This change restores static initialization for network stack global variables, restores support for non-global symbols and types, eliminates the need for many subsystem constructors, eliminates large per-subsystem structures that caused many binary compatibility issues both for monitoring applications (netstat) and kernel modules, removes the per-function INIT_VNET_*() macros throughout the stack, eliminates the need for vnet_symmap ksym(2) munging, and eliminates duplicate definitions of virtualized globals under VIMAGE_GLOBALS. Bump __FreeBSD_version and update UPDATING. Portions submitted by: bz Reviewed by: bz, zec Discussed with: gnn, jamie, jeff, jhb, julian, sam Suggested by: peter Approved by: re (kensmith)
* Move msg{snd,recv,get,ctl} manual pages from section 3 to 2.trasz2009-07-131-0/+5
| | | | Approved by: re (kib)
OpenPOWER on IntegriCloud