swh:1:snp:2ca5d6eff8f04a671c0d5b13646cede522c64b7d

sort by:
Revision Author Date Message Commit Date
02a9f7a MFC 1.3 -> 1.4: Call _thread_init() from pthread_once() if it has not already been called. 22 September 2000, 03:59:37 UTC
aaa95b8 MFC 1.9 -> 1.11: Document RTLD_{DEFAULT,GLOBAL,LOCAL} and the symbol search algorithm. 22 September 2000, 02:26:20 UTC
33d8826 MFC: Add support for dlsym(RTLD_DEFAULT, ...). dlfcn.h: 1.10 -> 1.11 rtld.c: 1.48 -> 1.49 rtld.h: 1.19 -> 1.20 22 September 2000, 02:22:52 UTC
54aafe1 MFC 1.47 -> 1.48: Pass useful info to r_debug_state(), to be used by debuggers and/or trace tools. 22 September 2000, 02:09:12 UTC
b3a15d0 MFC 1.20 -> 1.21: Fix prototype of r_brk to agree with change to dynamic linker. 22 September 2000, 02:08:25 UTC
03530c2 MFC the major rewrite of this driver (core version 2.0). MFC support for the non-attach of Qlogic 12160 with certain sub-vendorid. 21 September 2000, 21:19:08 UTC
bdc6b39 Disable the 'twe' driver for the 4.1.1 release; there are issues with current card firmware and the current driver which make it unadvisable to support installing. Doing this means that I can supply a fixed driver in a loadable module once we have resolved the issue. 21 September 2000, 20:42:29 UTC
3aff80c MFC: bring the 'asr' driver for current DPT RAID controllers back to -STABLE. 21 September 2000, 20:33:53 UTC
352b18b MFC: merge in HomePNA PHY fix. 21 September 2000, 20:33:42 UTC
c7bc566 MFC copyright cleanups 21 September 2000, 20:24:32 UTC
0bdcdbb This commit was manufactured by cvs2svn to create branch 'RELENG_4'. 21 September 2000, 20:21:31 UTC
27add7e MFC: -s option; correct info regarding packet mode; line-breaking style. 21 September 2000, 18:35:47 UTC
e897c5a MFC: typo and BSD/OS type. 21 September 2000, 17:57:50 UTC
6f31be6 MFC: rename "struct session" to "struct sess_con" 21 September 2000, 17:57:28 UTC
4d7c8d3 MFC, r1.32: allow root to make BIOS interrupt calls. 21 September 2000, 17:50:31 UTC
f653e83 MFC: allocate memory with M_NOWAIT instead of M_WAITOK 21 September 2000, 17:34:10 UTC
d9bc5f8 The following patch is for newer ELSA Microlink PCI cards which have a new version of the Siemens/Infineon IPAC chip, it solves the following problem: isic0: <ELSA Microlink ISDN/PCI> port ..... isic0: Error, IPAC version 2 unknown Fatal trap 12 : page fault while in kernel mode ... Submitted by: hm 21 September 2000, 17:19:35 UTC
31608a2 MFC: - Fixed broken ICMP error generation. - Keep the ip_id field in network byte order. 21 September 2000, 17:19:16 UTC
f9f1e98 More information around append mode 21 September 2000, 16:41:46 UTC
0e2b960 MFC: r1.60 change the evaluation order of the rsvp socket in rsvp_input() in favor of the new-style per-vif socket. 21 September 2000, 12:08:13 UTC
a021f42 MFC revs 1.306 and 1.307: Add Boca K56Flex PnP and Zoom Internal V90 Fax. Requested by: Glenn Johnson <gjohnson@nola.srrc.usda.gov> 21 September 2000, 10:21:04 UTC
8f5287a MFC: 1.116 Remove an unneeded #include. Found by: phk 21 September 2000, 09:06:43 UTC
6e548f8 MFC: (rev 1.37) only install `divert natd' rule for predefined types. 21 September 2000, 07:44:53 UTC
984e13f MFC: (rev 1.3) fixed the calculations with UDP length. 21 September 2000, 06:56:34 UTC
c137cd7 MFC: close PR 21245 (handle wep keys correctly and pretty printing) 21 September 2000, 00:26:59 UTC
f88db8a MFC: sed -E (extended regular expressions, i.e. standard) PR: 21203 Submitted by: Peter Pentchev <roam@orbitel.bg> 20 September 2000, 23:59:22 UTC
2d6598d MFC: [rev 1.36] Yank out the NOPOLL conditionals. [rev 1.37] Change from using poll(2) to kqueue/kevent. 20 September 2000, 21:37:01 UTC
c9d5d9f MFC: [rev 1.2] Add forgotten include of sysctl.h 20 September 2000, 21:34:13 UTC
91571dc MFC: A near complete re-write of the accf_http filter: 1) Parse check if the request is HTTP/1.0 or HTTP/1.1 if not dump to the application. Because of the performance implications of this there is a sysctl 'net.inet.accf.http.parsehttpversion' that when set to non-zero parses the HTTP version. The default is to parse the version. 2) Check if a socket has filled and dump to the listener 3) optimize the way that mbuf boundries are handled using some voodoo 4) even though you'd expect accept filters to only be used on TCP connections that don't use m_nextpkt I've fixed the accept filter for socket connections that use this. 20 September 2000, 21:19:22 UTC
5ca64f0 MFC: add libopie Kindly noted by: ru 20 September 2000, 20:21:08 UTC
ff86ff9 MFC: Don't redirect output by default, fix a bogus $? usage 20 September 2000, 20:17:21 UTC
cee8bd6 MFC: Don't redirect output by default 20 September 2000, 20:16:44 UTC
af094ca MFC: return the correct values for the latest version of periodic(8) 20 September 2000, 20:16:19 UTC
d5a9cfc MFC: Only realloc() environ if we're sure that we know where it came from. 20 September 2000, 19:46:03 UTC
1161974 MFC: [rev 1.3] IN_CLASS*() macros assume host order and s_addr is network byte order, so we must convert them to host order. 20 September 2000, 18:37:25 UTC
11c4e43 MFC, rev 1.31: Adjust 'camcontrol negotiate -v' so it prints out the initiator ID from the Path Inquiry CCB. 20 September 2000, 16:43:59 UTC
4da7203 MFC: this file was repo-copied to the locale/ subdirectory. 20 September 2000, 15:59:35 UTC
8e32e38 MFC: 1.163 access() shouldn't diddle with the contents of a potentially shared crediential. Create a temporary copy of the current credential and modify the copy. Submitted by: tegge 20 September 2000, 12:21:20 UTC
96410cb MFC 1.3 -> 1.4: cope with the following reply on PASV (without paren). need more tests. 227 Entering Passive Mode x,x,x,x,x,x,x 20 September 2000, 11:37:38 UTC
9d8620e MFC: login.conf password format switching 20 September 2000, 11:19:55 UTC
ed17eb2 MFC: Add wrapper for fpathconf(2) syscall. Reviewed by: jlemon Approved by: jkh (MFC) 20 September 2000, 10:28:52 UTC
8958c10 MFC: Honour skey.access(5) by allowing UNIX passwords when skeyaccess(3) has set pwok to a non-zero value. Eliminate gratuitous extern. 20 September 2000, 09:57:58 UTC
527b1ba MFC: get at errno properly. 20 September 2000, 09:55:34 UTC
1bbbf90 MFC: remove gratuitous register reference 20 September 2000, 09:54:16 UTC
0284adc MFC: fix prototypes, add xref in man page 20 September 2000, 09:53:24 UTC
894e3f0 MFC: parser fixes to radius and tacplus, add $FreeBSD$s, cosmetic tweaks 20 September 2000, 09:49:18 UTC
c63ff80 MFC: correct xref 20 September 2000, 09:37:48 UTC
4a9dcc7 MFC: provide an opie module for pam. 20 September 2000, 09:34:50 UTC
4bc7eea MFC: proper parsing of package names, spelling fixes, updates 20 September 2000, 08:53:55 UTC
0c91ec6 MFC: syncronize periodic with new knobs in work scripts 20 September 2000, 08:52:10 UTC
d9df618 MFC: document changes to periodic 20 September 2000, 08:51:23 UTC
fa15f19 MFC: Use strtok instead of strsep. Handle links explicitly in remove. Check additional failure case in getopt. 20 September 2000, 04:43:13 UTC
f25d2b5 MFC: use strtok, eliminate warnings. 20 September 2000, 04:40:57 UTC
86aaefc MFC: add quite a few more seat-belt checks and user tunable knobs 20 September 2000, 02:46:17 UTC
e73dbb5 MFC: add log entries for periodic scripts 20 September 2000, 02:43:46 UTC
284fdb9 MFC: new defaults for message logging 20 September 2000, 02:35:57 UTC
c2fc7c9 MFC: simplify periodic entries 20 September 2000, 02:32:51 UTC
fc08c92 MFC: Add missing $FreeBSD$ lines. 20 September 2000, 02:32:06 UTC
8b104fa MFC: eliminate unnecessary global reference 20 September 2000, 02:27:57 UTC
67dc7e2 MFC: fix trailing newline bug 20 September 2000, 02:24:32 UTC
35ad705 MFC: use /.amd_mnt as default for -a 20 September 2000, 02:17:04 UTC
0475651 MFC: spelling correction 20 September 2000, 02:16:11 UTC
f4a84b5 MFC: Give users a way to alter the sendmail (and related utilities) build environment so they can enable functionality such as SASL, LDAP, Hesiod. 19 September 2000, 23:37:14 UTC
e932425 MFC: 1.25: Initialize variable to avoid strange stuff 19 September 2000, 23:00:18 UTC
858fde4 MFC: NGM_BPF_{G,S}ET_FILTER should be NGM_BPF_{G,S}ET_PROGRAM. 19 September 2000, 21:36:01 UTC
0e7b2fc This commit was manufactured by cvs2svn to create branch 'RELENG_4'. 19 September 2000, 18:01:04 UTC
b829854 MFC: 1.10 When sending a packet back to a network interface to simulate an arrived papcket, make sure that the packet has the interface marked in the first mbuf, the same a truely arrived packets would have. (stops a kernel page fault on multicast/broadcast udp packets). 19 September 2000, 10:11:02 UTC
0c6c85f MFC: [rev 1.148] Teach the NFS && NFS_ROOT case how to pick up information left by the PXE loader, and use this to build the nfs_diskless structure. 19 September 2000, 09:16:28 UTC
6f495b6 MFC: [rev 1.64] Add new line character to debugging printf's. 19 September 2000, 09:00:29 UTC
65a3c60 MFC: simplify directory search code / elide warning 19 September 2000, 07:47:09 UTC
e42b132 MFC: r1.38, close race window for TCP timer callbacks. 19 September 2000, 02:41:30 UTC
6d65e43 MFC rev 1.14. Missinf .It macros PR: 21215 18 September 2000, 23:15:05 UTC
624e0b7 MFC: Add PPP_NOSUID 18 September 2000, 17:05:08 UTC
ce2640f MFC 1.8 -> 1.9: examined the gateway (from the routing table) only when the address family of the gateway is AF_INET6. 18 September 2000, 16:53:39 UTC
cdbeed9 MFC: (rev 1.45) fixed printing of header for IPv4 routing table. 18 September 2000, 11:18:14 UTC
1dd7d99 Properly fix the build on the alpha. 18 September 2000, 08:09:39 UTC
cabbaa7 MFC: rev 1.19: fix typos 18 September 2000, 07:46:39 UTC
7b7aed5 The alpha -stable builds have been broken for awhile. This is a temporary patch so that things can proceed. The complexity of what got (only partially) MFC'd needs still to be addressed- hopefully by those who were involved. 18 September 2000, 07:35:41 UTC
7088523 MFC: Roll librsa* back into libcrypto 18 September 2000, 03:00:07 UTC
bde0c72 MFC: remove gratuitous getopt dependencies add -i flag to ln(1) 18 September 2000, 02:07:12 UTC
1560706 Sync up the relevant parts of make.conf with -current. Missing are ENABLE_SUIDPERL and PPP_NOSUID, not yet merged. 17 September 2000, 23:58:04 UTC
208e298 MFC: spelling 17 September 2000, 20:32:46 UTC
df4ed8f MFC: absolute paths, raw sockets 17 September 2000, 20:02:53 UTC
e9e8e6e MFC: if output file is a device node, don't set mtime or unlink 17 September 2000, 19:51:14 UTC
4f9a051 MFC: describe FTP_PROXY better 17 September 2000, 19:49:55 UTC
9afdedd PR: 20895 MFC: sym_defs.h 1.6, sym_hipd.c 1.18 - Fix PR kern/20895 - Work-around PR misc/17584 17 September 2000, 18:50:20 UTC
cca61cf PR: 21029 Change: - Let ncr return -1000 (priority) from the probe routine. The new-bus related changes broke this trick ( hack ? :) ) that allows to use both `ncr' and `sym' drivers. PR 21029: - Reported `ncr' attaching a sym53c875 when `sym' was expected. Should be fixed by this commit. - Reported that `ncr' failed at boot. This was caused by WIDE data transfers being negotiated with a WIDE device connected using a NARROW cable. `sym' can cope with that, thanks to reading setup information from NVRAM. 17 September 2000, 18:47:00 UTC
85559e0 MFC(1.56): fix multi io window patch. 17 September 2000, 15:17:07 UTC
2c84649 MFC: Reference DRIVER_MODULE.9 17 September 2000, 12:41:34 UTC
5a0b973 MFC: Add DRIVER_MODULE.9 17 September 2000, 12:38:27 UTC
14da383 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. 17 September 2000, 12:15:13 UTC
cbd2128 Place bktr_mem before bktr so the modules load in the correct order 17 September 2000, 07:23:44 UTC
4f2b93a MFC: 1.16 Silence lame compiler warning. Submitted by: bde 17 September 2000, 00:00:48 UTC
df45bff MFC: Fix some typos Sync some #ifdefs that don't affect FreeBSD Understand ESP packets Add ``set log filter'' Count the number of packets when gathering throughput stats 16 September 2000, 23:09:06 UTC
2bc0d31 MFC: Add an example of how to use pppctl to tweak ppp filters to avoid dial-on-demand at certain times of the day. 16 September 2000, 22:54:54 UTC
0559926 MFC: If -p is used on the command line, nuke it and it's argument using setproctitle(). 16 September 2000, 22:53:52 UTC
1776b9e MFC: Nuke libutil dependencies now that setproctitle() is in libc 16 September 2000, 22:52:29 UTC
6c527c4 MFC: Move setproctitle() from libutil to libc and bump __FreeBSD_version to 410002 to mark the occasion. 16 September 2000, 22:47:18 UTC
3d90fdb MFC: add tr_TR.ISO_8859-9 16 September 2000, 22:26:07 UTC
f6689e8 MFC: crypto is now a reasonable default. 16 September 2000, 21:39:26 UTC
back to top