summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* LC_ALL not always take priority over other LC_*ache2004-01-311-22/+35
| | | | | Obtained from: NetBSD PR: 62047
* Add the Canon N1240U to the mix. It appears to be similar to theimp2004-01-311-0/+1
| | | | | | | 1220U and supported by sane # someone should update the man page to include all the devices that # uscanner supports.
* Update this manual page for the libkse -> libpthread changes.trhodes2004-01-311-12/+12
| | | | Discussed with: deischen
* Use strtol to parse the <%d> tags in printline() and printsys().iedowse2004-01-311-18/+18
| | | | | | Sort local variables declarations in these functions. Submitted by: bde
* Apply s/LIBC_R/LIBPTHREAD/ to the DPADD variable. The LDADD variablemarcel2004-01-311-1/+1
| | | | already had s/libc_r/libpthread/ applied to it.
* Add LIBPTHREAD.marcel2004-01-311-0/+1
|
* Add some logic so that pppctl isn't built if the correct threading librarydeischen2004-01-311-1/+5
| | | | | | is not present. Noticed by: ru
* Correct the link for the profiling library.deischen2004-01-311-1/+1
|
* Introduce the SO_BINTIME option which takes a high-resolution timestampphk2004-01-314-9/+24
| | | | | | | | | | | | at packet arrival. For benchmarking purposes SO_BINTIME is preferable to SO_TIMEVAL since it has higher resolution and lower overhead. Simultaneous use of the two options is possible and they will return consistent timestamps. This introduces an extra test and a function call for SO_TIMEVAL, but I have not been able to measure that.
* Bump the NFCv3/TCP defaults for rsize and wsize from 8K to 32K to matchobrien2004-01-311-5/+21
| | | | | | | Solaris and HP-UX. This increases read performance for large files across NFS. PR: 62024 & 26324 Submitted by: Bjoern Groenvall <bg@sics.se>
* Catch up with the 20040130 src/UPDATING entry, and spell libpthreadru2004-01-311-1/+1
| | | | | | | as -lpthread. (Alpha and SPARC64 still spell it -lkse, but we hope this to change by 5.3-RELEASE.) Reviewed by: deischen
* Overhaul of kerberos5/ makefiles. Most significant changes are:ru2004-01-3138-650/+265
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Dropped support for standalone builds, this was only partially supported anyway, and required so much magic in makefiles that made life dangerous (e.g., by using the custom yacc rules). - Got rid of .OBJDIR in makefiles -- makes building of individual files possible again. - Made the .x.c transformations -j safe. - Reprogrammed LDADD to fix static build of some utilities that was broken. - Fixed LDFLAGS and DPADD in the WITH_OPENLDAP case -- positively affects the contents of .depend files. - Removed redundant .h's from SRCS, only kept those that are generated. - libkrb5/ INCS were bogusly installed again with libgssapi/. - Made build-tools real tools with their own makefiles in separate directories. This allows us to properly track their dependencies, etc. - Faster build, 21% less of makefile code! Approved by: nectar Reviewed by: markm Silence on: arch
* Install a 'disklable' alias.obrien2004-01-311-0/+5
| | | | Technical Reviewed by: ru
* Remove unnecessary vm object reference and deallocate calls from ffs_read()alc2004-01-311-30/+0
| | | | | | | | and ffs_write(). These calls trace their origins to the dead vfs_ioopt code, first appearing in revision 1.39 of ufs_readwrite.c. Observed by: bde Discussed with: tegge
* Now that libpthread is the default threading library, remove themarcel2004-01-312-24/+0
| | | | | compatibility link from libc_r to libpthread (previously a link from libc_r to libkse).
* 1. Garbage-collected LIBDES (now in a different library), LIBPERL (banishedbde2004-01-311-5/+2
| | | | | | | | to ports) and LIBRESOLV (now in a different library. 2. Added comments about nonexistent libraries LIBPC and LIBPLOT. Submitted by: ru (1)
* Fixed insertion sort errors for LIBBLUETOOTH and LIBSDP.bde2004-01-311-2/+2
|
* Removed XXX comments about some libraries only being in the securebde2004-01-311-15/+15
| | | | | | | distribution. This is not the place to document this, especially now that the secure distribution is the normal one. Reviewed by: ru
* Fixed some style bugs (long lines).bde2004-01-311-2/+5
|
* In Write_Disk(), fix the non-error case where we returned to themarcel2004-01-301-4/+0
| | | | | | | | caller without closing the disk device and freeing allocated memory. Not closing the disk device prevents GEOM from retasting after spoiling. Pointy hat: marcel
* Drop -mcpu=pentiumpro from the default CPU flags for i386 as it doesn'tjhb2004-01-301-1/+1
| | | | | | perform better than the default setting for most i386 CPUs. Requested by: bde
* Be more robust in the probe. We dont want to get into a loop withsos2004-01-302-24/+38
| | | | | reinitting when we try to identify devices. If they dont interrupt on identify we retry once. If this fails we simply ignore that device.
* Move recent devfs path rules note from userland section to kernelbmah2004-01-302-6/+6
| | | | | | section; update manpage entity reference appropriately. Requested by: cperciva
* New errata: SA-04:01.bmah2004-01-301-1/+14
|
* Argh. Fix SA-04:01 note so that it actually makes sense.bmah2004-01-302-8/+8
|
* New release notes: SA-04:01, devfs(8) rules work on directories,bmah2004-01-302-10/+134
| | | | | | libdisk fix for pc98, libpthread default, boot floppy overhaul. Modified release notes: Rewrite Project Evil note.
* Mechanical whitespace cleanup.des2004-01-301-41/+41
|
* I'll continue to babysit the Kerberos-related stuff.nectar2004-01-301-2/+2
|
* Use the official ng_timeout function to trigger sending. This means,harti2004-01-301-22/+14
| | | | | that we can get rid of of all the spl*() calls, because ng_timeout handles the locking issues.
* Add NEC uPD72873.simokawa2004-01-302-0/+5
| | | | Submitted by: Christian Laursen <xi@borderworlds.dk>
* Use device_identify and bus_add_child methods to add a firewiresimokawa2004-01-303-30/+57
| | | | | bus on fwohci. This should fix attach failure caused by a race between firewire and fwochi initialization for the kernel module.
* Update the MINIMALDOCPORTS variable.nyan2004-01-301-2/+2
| | | | | | | | - Add ports/Tools to get some scripts. - Add missing dependency (print/ghostscript-gnu-nox11). [1] - Remove unused ports (devel/bison and textproc/mkcatalog). [1] Submitted by: jhay [1]
* Bump __FreeBSD_version to note the change of default thread librarydeischen2004-01-301-1/+1
| | | | from libc_r to libpthread.
* MFi386: revision 1.397 (cosmetic changes)nyan2004-01-301-48/+48
|
* MFi386: revision 1.1122 (typos and cosmetic changes)nyan2004-01-301-18/+18
|
* Add a note about the libkse -> libpthread switch.deischen2004-01-301-0/+15
| | | | Reviewed by: imp
* s/-lc_r/-lpthread/deischen2004-01-301-1/+1
|
* Make gcc -pthread link to -lpthread instead of -lc_r.deischen2004-01-301-2/+2
|
* Change libkse back to libpthread and make it the defaultdeischen2004-01-303-0/+18
| | | | | | | | | | | thread library for i386, amd64, and ia64. For alpha and sparc64 the library is not changed and remains libkse, and links are installed so that libpthread -> libc_r. The gcc -pthread option will be changed in a separate commit so that it links to -lpthread instead of -lc_r. Approved by: re@
* add hprop to the build and add LDAP mods to hprop.mr2004-01-303-4/+4
| | | | | | add kadmind.8 Submitted by: Alex Deiter <tiamat@komi.mts.ru>
* Add a test for what was broken in rev. 1.28 and fixed in rev. 1.29ru2004-01-302-0/+16
| | | | of make/str.c.
* Remove NetBSD'isms (add FreeBSD'isms?), which makes gre(4) working again.sobomax2004-01-302-4/+3
|
* Take the plunge and make this driver be INTR_FAST. This re-arranges thescottl2004-01-303-61/+55
| | | | | | | | | interrupt handler so that no locks are needed, and schedules the command completion routine with a taskqueue_fast. This also corrects the locking in the command thread and removes the need for operation flags. Simple load tests show that this is now considerably faster than FreeBSD 4.x in the SMP case when multiple i/o tasks are running.
* Fix a typo[1] and merge from the English version:hrs2004-01-301-3/+19
| | | | | | | 1.59 -> 1.61 errata/article.sgml Pointed out by[1]: Daisuke Takahashi <takaha@mue.biglobe.ne.jp> References[1]: [doc-jp-work 828]
* In checkLabels(), deal with the fact that on ia64 we do not have amarcel2004-01-302-0/+24
| | | | disklabel.
* GRR. MFi386: white space spampeter2004-01-301-49/+49
|
* Merge some more changes from i386.peter2004-01-304-10/+46
|
* Add a test for what was fixed in revs. 1.28 and 1.29 of make/str.c.ru2004-01-292-0/+22
|
* Consistently capitalize acronyms like POSIX and NIC. Style.schweikh2004-01-291-52/+52
|
* Fix typos and remove whitespace at EOL.schweikh2004-01-291-20/+20
|
OpenPOWER on IntegriCloud