summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Slightly lower average age.brooks2001-06-211-0/+1
|
* Change the way the value of DESTDIR is determined for the releasedd2001-06-216-6/+11
| | | | | | | | | notes build. Instead of having doc.relnotes.mk make a guess, hardcode quite a bit (but as little as possible) in Makefile.inc's sprinkled strategicly throughout the tree. This has the advantage of actually working properly (which is a Good Thing(tm)), and the disadvantages of more files in the repository and more hardcoded paths (which are both Bad Things(tm)).
* represent detroit rock citybillf2001-06-211-1/+1
|
* Don't set CONSPEED to the default and deobfuscate the comment.dd2001-06-212-2/+4
| | | | | PR: 28296 Submitted by: bde, Giorgos Keramidas <keramida@ceid.upatras.gr>
* Use the M_ZERO flag to malloc(9)greid2001-06-2121-64/+32
| | | | | Reviewed by: cg MFC after: 1 week
* add an explicit dependency to run yacc before lex instead of usingassar2001-06-211-2/+1
| | | | .ORDER
* Add the Bzip2 binaries. These are starting to get used more and moreobrien2001-06-212-0/+53
| | | | in the base system.
* Fixing a bug reported on freebsd-security. It is possible forcjc2001-06-211-1/+1
| | | | | | | | | | | | | | | | | | | non-printable characters to sneak into /var/log/messages (e.g. someone aims a Solaris/Linux RCP exploit at your FreeBSD box and you end up with his shellcode as part of a log entry). You might get something like, host.mydom.org login failures: Binary file (standard input) matches In the daily security script as a result. Allowing attackers to mess with your security script's ability to accurately report is a Bad Thing. Tell grep(1) to treat /var/log/messages like a text file even if it has non-printable characters. Submitted by: Tim Zingelman <zingelman@fnal.gov> on freebsd-security Approved by: ru MFC after: 1 week
* Fix long lines.obrien2001-06-211-4/+4
|
* Add libbz2 to provide Bzip2 capabilities to the system.obrien2001-06-212-1/+21
|
* This commit was generated by cvs2svn to compensate for changes in r78556,obrien2001-06-2135-0/+16903
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import (trimmed) of Bzip2 version 1.0.1.obrien2001-06-2135-0/+16903
|
* Don't dereference NULL regs pointer (should mapping I/O ports fail, asmjacob2001-06-211-6/+7
| | | | | | | they did for me on an alpha) Approved by: gibbs@freebsd.org MFC after: 2 days
* Move the interface address setting and default route setting out ofbrian2001-06-211-4/+4
| | | | | | | the default section and into the papchap section. It's really irritating when you run ppp with no arguments and end up blowing away your default route !
* Explicitly add a default route in ppp's install profilebrian2001-06-211-0/+1
|
* Follow Ben's suit in decreasing the average age herekeichii2001-06-211-0/+1
| | | | by adding myself.
* Hopefully decrease the average age further still... :-)ben2001-06-211-0/+1
|
* update infrastructure for heimdal 0.3fassar2001-06-217-30/+81
|
* Revert the previous commit on objection from the maintainer. Ijoe2001-06-211-3/+2
| | | | | | missed that natd has a -v option that will give similar functionality. Requested by: ru
* More -fno-builtin failures.des2001-06-213-0/+3
|
* When reporting that a packet can't be written back, usually becausejoe2001-06-211-2/+3
| | | | | | | of a restrictive firewall rule, also report detail on the packet that caused the failure. MFC after: 3 days
* bring down the average age a littlebillf2001-06-211-0/+1
|
* FreeBSD calendar.ru2001-06-211-0/+90
| | | | Submitted by: developers
* Remove tcpdump from the list of binaries. When cross-compilingluigi2001-06-211-1/+1
| | | | | | | | I get a link error on in6addr_<something> and i cannot find the symbol in any of the libraries. It might be my mistake, but in any case the crunched binary would overflow the floppy, so... This applies to -current only.
* Remove support of I386_CPU in -current.luigi2001-06-216-3/+9
| | | | | | | | | Make sure hints are statically compiled into the kernel, because the bootloader is not available in picobsd and so the hints file cannot be found at run time. (This is kind of inconvenient if you have to handle non PnP devices, but fortunately these days non-PnP ISA cards are disappearing...)
* Use /dev/fd0 instead of /dev/fd0c for mounting the floppy.luigi2001-06-211-2/+4
| | | | | | | | | | | This must have to do with the use of devfs in -CURRENT, but i have no idea when the devfs is actually mounted (is it a side effect of mount -t nonfs or what ?) and when /dev/fd0c becomes available. For the time being, let's use this hack. Once I understand how devfs works, this can be reverted back to the previous value, and also the part of the build script which creates device entries can be nuked. This is for -current only.
* Move handling of crunch* files into Makefile.conf, which is aluigi2001-06-212-29/+58
| | | | | | | | | | | | | | | | | better place to handle dependencies. Make another step at helping cross-compiling: when the user specifies an alternate source tree, the script takes care of creating include files and libraries for the new tree. Furthermore, build and use a version of the "config" program which matches the new sources. It takes a long time to create libraries, and it might even not do the right thing at once, there might be some dependencies that i have forgotten. At any rate, with this code i have been able to build a working picobsd image using -CURRENT sources on -STABLE MFC after: 3 days
* - Avoid hardcoded constant on icmp6 in/out histogram printingsumikawa2001-06-211-4/+8
| | | | | | | - Icmp6 histogram update for inverse neighbor solicit/advert. Obtained from: KAME MFC after: 2 weeks
* - Renumber KAME local ICMP types and NDP options numberes beacaues theysumikawa2001-06-211-6/+8
| | | | | | | | | are duplicated by newly defined types/options in RFC3121 - We have no backward compatibility issue. There is no apps in our distribution which use the above types/options. Obtained from: KAME MFC after: 2 weeks
* fix merges from 0.3fassar2001-06-217-274/+528
|
* This commit was generated by cvs2svn to compensate for changes in r78527,assar2001-06-21485-7462/+39617
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * import of heimdal 0.3fassar2001-06-21495-7740/+40167
| |
* | Constify mdmaybeload(), add a prototype for usage(), and get rid of add2001-06-212-3/+6
| | | | | | | | sizeof(int) == sizeof(long) assumption; clamp down with WARNS=2.
* | Don't assume the length of MD_NAME is 2.dd2001-06-211-2/+2
| |
* | Fail if -s isn't specified for an MD_MALLOC or MD_SWAP disk; thedd2001-06-211-1/+7
| | | | | | | | | | | | | | | | | | | | driver itself obviously won't configure such a disk, but the error returned (EDOM) is more cryptic to the average user than it should be. Also assert that the argument to -u is in fact a valid unit; don't just accept any string to mean 0. Approved by: phk
* | Add etc/rc.d (looking to the future)obrien2001-06-211-0/+2
| |
* | Remove -DNEW_LINKERSET, it is not used here anymore. This is now native.peter2001-06-214-12/+0
| |
* | Don't lock around swap_pager_swap_init() that is only called once duringjhb2001-06-201-0/+2
| | | | | | | | | | the pagedaemon's startup code since it calls malloc which results in lock order reversals.
* | Use 'LIBS+= ...' instead of 'LIBS= ...' in the generated makefilejoe2001-06-201-1/+1
| | | | | | | | | | | | | | | | so that the user can override libraries at build time. This is makes it easier to cross-compile crunch builds. Suggested by: luigi MFC after: 3 days
* | Fix some lock order reversals where we called free() while holding a procjhb2001-06-202-11/+14
| | | | | | | | | | | | lock. We now use temporary variables to save the process argument pointer and just update the pointer while holding the lock. We then perform the free on the cached pointer after releasing the lock.
* | Add a missing word.dd2001-06-201-1/+1
| | | | | | | | Submitted by: Alexander Leidinger <Alexander@Leidinger.net>
* | Fix a grammar bogon.dd2001-06-201-1/+1
| |
* | Document the mysterious Peter Wemm Murphy Field (PWMF).jhb2001-06-201-0/+6
| | | | | | | | Reviewed by: phk, eivind, nra
* | Remove some more duplicate fortunes.jhb2001-06-201-19/+0
| |
* | Cosmetics:joerg2001-06-202-66/+6
| | | | | | | | | | | | | | | | | | | | . staticize out_fdc(), there's no longer an ft(4) driver sharing its use . remove in_fdc(), has been used by ft(4) last time, long since obsoleted by fd_in() . move the declaration of fd_clone() to where most of the other function declarations are . de-__P()ify fd_clone(), it's been the only _P()ed function in the entire file
* | "Unmount" is spelled "umount", not "unmount".mph2001-06-201-1/+1
| |
* | Avoid using too many args for ``set m[tr]u''brian2001-06-202-4/+16
| | | | | | | | This needs to work with OpenBSD's groff too :(
* | Resort the last entry to its proper location. D definitely comes before Z.jhb2001-06-201-6/+5
| |
* | Change m_devget()'s outdated and unused `offset' argument to actually meanbmilekic2001-06-2015-90/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | something: offset into the first mbuf of the target chain before copying the source data over. Make drivers using m_devget() with a first argument "data - ETHER_ALIGN" to use the offset argument to pass ETHER_ALIGN in. The way it was previously done is potentially dangerous if the source data was at the top of a page and the offset caused the previous page to be copied (if the previous page has not yet been appropriately mapped). The old `offset' argument in m_devget() is not used anywhere (it's always 0) and dates back to ~1995 (and earlier?) when support for ethernet trailers existed. With that support gone, it was merely collecting dust. Tested on alpha by: jlemon Partially submitted by: jlemon Reviewed by: jlemon MFC after: 3 weeks
* | Remove a duplicate entry.jhb2001-06-201-3/+0
| |
OpenPOWER on IntegriCloud