summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Force "%c" to be ctime-compatibleache2000-10-261-1/+2
| | | | Submitted by: ru
* Added "minimum3": spare room for multilingual installer and driver floppy.hosokawa2000-10-262-0/+10
| | | | The size is 3 x 1.44MB.
* Update osf1_setuid() and osf1_setgid() to use the new change_euid() andgallatin2000-10-261-8/+13
| | | | | | | | | | change_ruid() in kern_prot.c. This fixes an incorrect use of chgproccnt(). Update both osf1_setuid() and osf1_setgid() to use setsugid() instead of just frobbing the flag. (mostly) submitted by: truckman
* unstaticize change_ruid() because it is needed by osf1_setuid()gallatin2000-10-262-3/+2
|
* Add and install the uscanner manpage.asmodai2000-10-262-0/+126
| | | | | Reviewed by: n_hibma Prodded by: grog
* Update @freebsd.org email addresses to @FreeBSD.org as is theasmodai2000-10-2644-78/+78
| | | | precedent.
* Always need to 'load /kernel', it's the 'read' that needs tojwd2000-10-261-1/+1
| | | | | | | | be isolated out for the 2 floppy install. 5.0-20001026-SNAP cdrom now boots correctly. Reviewed by: Mike Smith <msmith@FreeBSD.org>
* Force %c to be "%a %Ef %T %Y" to eliminate problems with bad c_fmtache2000-10-262-5/+6
| | | | Submitted by: ru
* More explicitly set crypto bits.jkh2000-10-264-18/+36
| | | | Partially submitted by: Jeff Kletsky <jeff@spotlife.com>
* RFC 791 says that IP_RF bit should always be zero, but nothingru2000-10-261-52/+29
| | | | | | | | in the code enforces this. So, do not check for and attempt a false reassembly if only IP_RF is set. Also, removed the dead code, since we no longer use dtom() on return from ip_reass().
* fix conflicts from rcsidsdarrenr2000-10-266-35/+68
|
* This commit was generated by cvs2svn to compensate for changes in r67615,darrenr2000-10-2627-630/+1379
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import IP Filter 3.4.12darrenr2000-10-2633-667/+1449
| |
* | fix conflicts from rcsidsdarrenr2000-10-2628-356/+1198
| |
* | Shorten the labels in the keymap menu so it fits smaller screens.jkh2000-10-263-27/+27
| | | | | | | | Submitted by: pho
* | Wrong header length used for certain reassembled IP packets.ru2000-10-261-2/+2
| | | | | | | | | | | | This was first fixed in rev 1.82 but then broken in rev 1.125. PR: 6177
* | Uncommnet entries for PC-Cards which are supposed work with ncv, nsp,non2000-10-261-57/+39
| | | | | | | | | | | | | | | | | | | | | | and stg drivers. Also all config indexes for these cards are changed to auto. Note, still if you would like to use cards which has a comment; # (Do not put this entry under Bustoaster) you need some quick hack. Uncomment the entry above. Reviewed by: sanpei@FreeBSD.org
* | While I'm here and got caught by it, add FreeBSD IDs so the next guyobrien2000-10-2684-6/+84
| | | | | | | | won't have trouble committing his bits.
* | Having a local `string.h' is just asking for trouble. As is having aobrien2000-10-2613-24/+46
| | | | | | | | | | `struct string'. Rename the struct and effectively rename the header to `mystring.h'
* | Use the pathnames from pathnames.h rather than hardcoding them here.obrien2000-10-262-2/+5
| | | | | | | | Add RCSIDs.
* | Add infrastructure for Cologne Chip HFC-S PCI driver.hm2000-10-263-21/+26
| |
* | Add infrastructure for Cologne Chip HFC-S PCI driver.hm2000-10-262-10/+12
| | | | | | | | Increment isdn4bsd step.
* | Make the software HDLC decoder work again.hm2000-10-261-3/+5
| | | | | | | | Submitted by: Hans Petter Selasky <hselasky@c2i.net>
* | Almost a year exactly from when I first imported mergemaster at freebsdcon,billf2000-10-261-2/+1
| | | | | | | | remove myself as co-maintainer and let Doug handle all the fun.
* | handle AFMT_QUERY rightcg2000-10-261-6/+15
| |
* | Close PR22152 and PR19511 -- correct the naming of a variableluigi2000-10-261-1/+1
| |
* | Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the Davicomwpaul2000-10-252-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DM9100/DM9102 chips. Do not set DC_TX_ONE. The DC_TX_USE_TX_INTR flag causes dc_encap() to set the 'interrupt on TX completion' bit only once every 64 packets. This is an attempt to reduce the number of interrupts generated by the chip. You're supposed to get a 'no more TX buffers left' interrupt once you hit the last packet whether you ask for one or not, however it seems the Davicom chip doesn't generate this interrupt, or at least it doesn't generate it under the same circumstances. The result is that if you transmit n packets, where n is less than 64, and then wait 5 seconds, you'll get a watchdog timeout whether you want one or not. The DC_TX_INTR_ALWAYS causes dc_encap() to request an interrupt for every frame. I'm still waiting on confirmation from a couple of users to see if this fixes their problems with the Davicom DM9102 before I merge this into -stable, but this fixed the problem for me in my own testing so I'm willing to make the change to -current right away.
* | Add a missing SK_UNLOCK() to sk_attach_xmac().wpaul2000-10-252-0/+2
| |
* | Move the call to extend_heap() from main to start so that if our BSSdfr2000-10-252-3/+6
| | | | | | | | | | | | expands beyond the limit we will extend the address space before trying to zero the BSS. This should give us plenty of headroom for modest expansion of the loader.
* | Don't build start.S as part of libalpha.a - its built specially.dfr2000-10-251-1/+1
| |
* | Don't indirect through a null pointer if we run out of kernel filenames.dfr2000-10-251-1/+1
| |
* | Make a few functions inline to save space.dfr2000-10-251-3/+3
| |
* | Bring cpuinfo closer to what it looks like in Linux 2.2.des2000-10-253-33/+141
| | | | | | | | Submitted by: R Bradford Jones <brad@kazrak.com>
* | Add /proc/<pid>/status and /proc/<pid>/stat (the latter being mostlydes2000-10-259-15/+560
| | | | | | | | | | | | zeroes for the time being). Prompted by: Nathan Boeger <nathan@khmere.com>
* | - Add atomic_cmpset_{acq_,rel_,}_longjhb2000-10-252-0/+104
| | | | | | | | - Add in atomic operations for 8-bit, 16-bit, and 32-bit integers
* | This driver doesn't have a software interrupt handler, so don't attempt tojhb2000-10-251-8/+0
| | | | | | | | schedule a non-existant handler to run.
* | Catch up to the new software interrupt code.jhb2000-10-252-6/+8
| | | | | | | | Noticed by: phk
* | - Catch up to new software interrupt code.jhb2000-10-253-9/+9
| | | | | | | | | | | | - Add a missing curly brace. Noticed by: phk
* | Note the MFC of ATA support for new chipsets and tagged queueing,bmah2000-10-253-8/+45
| | | | | | | | | | | | ATA raid support (+MFC), snc(4) driver added (+MFC), ich(4) driver added (+MFC), IFS, libisc now added, fix to netstat(1) "in use" percentage (+MFC).
* | - Remove unneeded machine/ipl.h #include.jhb2000-10-251-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Change the softintr() macro to do nothing on FreeBSD. Previously, this macro would set a bit in spending and schedule the softinterrupt thread to run. However, the bs driver never actually registers a a software interrupt handler, so all this work achieved nothing. From the code it is not clear what exactly the softintr() macro is actually supposed to be doing. It looks like it is supposed to be possibly running the hardware interrupt handler maybe? This handler is only present in the #ifdef __NetBSD__ code however. I have no idea how this driver handles interrupts at all, but at least it compiles now.
* | Catch up to the new swi code.jhb2000-10-255-16/+4
| | | | | | | | Noticed by: phk
* | Merge from vendor branch.wollman2000-10-257-64/+244
| |
* | This commit was generated by cvs2svn to compensate for changes in r67575,wollman2000-10-251-1/+2
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | ../changeswollman2000-10-2510-68/+250
| | |
* | | Utilize the "-o" (origin) option recently added to pkg_create(1)bmah2000-10-252-51/+149
| | | | | | | | | | | | | | | and pkg_info(1), for more accurate determination of the "up-to-date-ness" of installed packages.
* | | Do not include uscanner in the generated kernel config. Also, removen_hibma2000-10-255-0/+30
| | | | | | | | | | | | | | | | | | ugen, uhid, ulpt from small as well. Suggested by: obrien
* | | add Xircom CreditCard adapters and workalikes(xe driver)sanpei2000-10-252-0/+19
| | |
* | | Slowly add more functionality as I learn more about newbus etc.julian2000-10-251-22/+93
| | |
* | | Make pthread_kill() know about temporary signal handlers installeddeischen2000-10-256-96/+372
| | | | | | | | | | | | | | | | | | | | | by sigwait(). This prevents a signal from being sent to the process when there are no application installed signal handlers. Correct a typo in sigwait (foo -> foo[i]).
* | | Trim right column messages to display correctly in 80-column terminal.kuriyama2000-10-253-15/+15
| | | | | | | | | | | | Reviewed by: jkh
OpenPOWER on IntegriCloud